Home
last modified time | relevance | path

Searched refs:ARCNET_TOTAL_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/arcnet/
H A Dcom90io.c60 #define ARCNET_TOTAL_SIZE 16 macro
144 if (!request_region(ioaddr, ARCNET_TOTAL_SIZE, "com90io probe")) { in com90io_probe()
146 ioaddr, ioaddr + ARCNET_TOTAL_SIZE - 1); in com90io_probe()
210 release_region(ioaddr, ARCNET_TOTAL_SIZE); /* end of probing */ in com90io_probe()
214 release_region(ioaddr, ARCNET_TOTAL_SIZE); in com90io_probe()
234 if (!request_region(dev->base_addr, ARCNET_TOTAL_SIZE, in com90io_found()
262 release_region(dev->base_addr, ARCNET_TOTAL_SIZE); in com90io_found()
421 release_region(dev->base_addr, ARCNET_TOTAL_SIZE); in com90io_exit()
H A Dcom20020-isa.c65 if (!request_region(ioaddr, ARCNET_TOTAL_SIZE, "arcnet (COM20020)")) { in com20020isa_probe()
67 ioaddr, ioaddr + ARCNET_TOTAL_SIZE - 1); in com20020isa_probe()
118 release_region(ioaddr, ARCNET_TOTAL_SIZE); in com20020isa_probe()
184 release_region(my_dev->base_addr, ARCNET_TOTAL_SIZE); in com20020_exit()
H A Dcom90xx.c76 #define ARCNET_TOTAL_SIZE 16 macro
152 if (!request_region(*port, ARCNET_TOTAL_SIZE, in com90xx_probe()
166 release_region(*port, ARCNET_TOTAL_SIZE); in com90xx_probe()
272 release_region(*port, ARCNET_TOTAL_SIZE); in com90xx_probe()
320 release_region(*port, ARCNET_TOTAL_SIZE); in com90xx_probe()
333 release_region(*port, ARCNET_TOTAL_SIZE); in com90xx_probe()
356 release_region(*port, ARCNET_TOTAL_SIZE); in com90xx_probe()
419 release_region(*port, ARCNET_TOTAL_SIZE); in com90xx_probe()
673 release_region(dev->base_addr, ARCNET_TOTAL_SIZE); in com90xx_exit()
H A Dcom20020.h36 #define ARCNET_TOTAL_SIZE 8 macro