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

/linux-master/arch/powerpc/sysdev/
H A Dmmio_nvram.c21 static long mmio_nvram_len; variable
28 if (*index >= mmio_nvram_len)
30 if (*index + count > mmio_nvram_len)
31 count = mmio_nvram_len - *index;
48 if (addr >= mmio_nvram_len)
64 if (*index >= mmio_nvram_len)
66 if (*index + count > mmio_nvram_len)
67 count = mmio_nvram_len - *index;
83 if (addr < mmio_nvram_len) {
94 return mmio_nvram_len;
[all...]

Completed in 115 milliseconds