Searched refs:PCNET32_TOTAL_SIZE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpcnet32.c194 #define PCNET32_TOTAL_SIZE 0x20 macro
1469 (ioaddr, PCNET32_TOTAL_SIZE, "pcnet32_probe_vlbus")) {
1475 release_region(ioaddr, PCNET32_TOTAL_SIZE);
1507 if (!request_region(ioaddr, PCNET32_TOTAL_SIZE, "pcnet32_probe_pci")) {
1926 release_region(ioaddr, PCNET32_TOTAL_SIZE);
2859 release_region(dev->base_addr, PCNET32_TOTAL_SIZE);
2942 release_region(pcnet32_dev->base_addr, PCNET32_TOTAL_SIZE);

Completed in 39 milliseconds