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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmmio_nvram.c34 static long mmio_nvram_len; variable
41 if (*index >= mmio_nvram_len)
43 if (*index + count > mmio_nvram_len)
44 count = mmio_nvram_len - *index;
61 if (addr >= mmio_nvram_len)
77 if (*index >= mmio_nvram_len)
79 if (*index + count > mmio_nvram_len)
80 count = mmio_nvram_len - *index;
96 if (addr < mmio_nvram_len) {
107 return mmio_nvram_len;
[all...]

Completed in 101 milliseconds