Searched refs:VORTEX_TOTAL_SIZE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 119 #define VORTEX_TOTAL_SIZE 0x20 macro 910 if (!request_region(edev->base_addr, VORTEX_TOTAL_SIZE, DRV_NAME)) in vortex_eisa_probe() 913 ioaddr = ioport_map(edev->base_addr, VORTEX_TOTAL_SIZE); in vortex_eisa_probe() 917 release_region(edev->base_addr, VORTEX_TOTAL_SIZE); in vortex_eisa_probe() 946 release_region(edev->base_addr, VORTEX_TOTAL_SIZE); in vortex_eisa_remove() 987 vortex_probe1(NULL, ioport_map(compaq_ioaddr, VORTEX_TOTAL_SIZE), in vortex_eisa_init() 3333 VORTEX_TOTAL_SIZE); in vortex_eisa_cleanup() 3338 VORTEX_TOTAL_SIZE); in vortex_eisa_cleanup()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 119 #define VORTEX_TOTAL_SIZE 0x20 macro 910 if (!request_region(edev->base_addr, VORTEX_TOTAL_SIZE, DRV_NAME)) in vortex_eisa_probe() 913 ioaddr = ioport_map(edev->base_addr, VORTEX_TOTAL_SIZE); in vortex_eisa_probe() 917 release_region(edev->base_addr, VORTEX_TOTAL_SIZE); in vortex_eisa_probe() 946 release_region(edev->base_addr, VORTEX_TOTAL_SIZE); in vortex_eisa_remove() 987 vortex_probe1(NULL, ioport_map(compaq_ioaddr, VORTEX_TOTAL_SIZE), in vortex_eisa_init() 3335 VORTEX_TOTAL_SIZE); in vortex_eisa_cleanup() 3340 VORTEX_TOTAL_SIZE); in vortex_eisa_cleanup()
|
Completed in 10 milliseconds