Searched refs:ARCNET_TOTAL_SIZE (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/net/arcnet/ |
D | com90io.c | 60 #define ARCNET_TOTAL_SIZE 16 macro 166 if (check_region(ioaddr, ARCNET_TOTAL_SIZE)) { in com90io_probe() 168 ioaddr, ioaddr + ARCNET_TOTAL_SIZE - 1); in com90io_probe() 244 if (!request_region(dev->base_addr, ARCNET_TOTAL_SIZE, "arcnet (COM90xx-IO)")) { in com90io_found() 253 release_region(dev->base_addr, ARCNET_TOTAL_SIZE); in com90io_found() 420 release_region(dev->base_addr, ARCNET_TOTAL_SIZE); in cleanup_module()
|
D | com20020-pci.c | 116 if (check_region(ioaddr, ARCNET_TOTAL_SIZE)) { in com20020pci_probe() 118 ioaddr, ioaddr + ARCNET_TOTAL_SIZE - 1); in com20020pci_probe()
|
D | com20020-isa.c | 69 if (check_region(ioaddr, ARCNET_TOTAL_SIZE)) { in com20020isa_probe() 71 ioaddr, ioaddr + ARCNET_TOTAL_SIZE - 1); in com20020isa_probe()
|
D | com90xx.c | 76 #define ARCNET_TOTAL_SIZE 16 macro 152 if (check_region(*port, ARCNET_TOTAL_SIZE)) { in com90xx_probe() 482 request_region(ioaddr, ARCNET_TOTAL_SIZE, "arcnet (90xx)"); in com90xx_found() 500 release_region(dev->base_addr, ARCNET_TOTAL_SIZE); in com90xx_found() 661 release_region(dev->base_addr, ARCNET_TOTAL_SIZE); in cleanup_module()
|
D | com20020.c | 208 if (!request_region(ioaddr, ARCNET_TOTAL_SIZE, "arcnet (COM20020)")) { in com20020_found() 229 release_region(ioaddr, ARCNET_TOTAL_SIZE); in com20020_found() 351 release_region(dev->base_addr, ARCNET_TOTAL_SIZE); in com20020_remove()
|
/linux-2.4.37.9/include/linux/ |
D | com20020.h | 35 #define ARCNET_TOTAL_SIZE 8 macro
|