Searched refs:DE_REGS_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/tulip/
H A Dde2104x.c128 #define DE_REGS_SIZE (DE_NUM_REGS * sizeof(u32)) macro
1623 return DE_REGS_SIZE;
2051 if (pci_resource_len(pdev, 1) < DE_REGS_SIZE) {
2060 regs = ioremap_nocache(pciaddr, DE_REGS_SIZE);

Completed in 130 milliseconds