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

/openwrt/target/linux/bcm53xx/files-4.1/drivers/firmware/broadcom/
H A Dbcm47xx_nvram.c56 static int nvram_find_and_copy(void __iomem *iobase, u32 lim) argument
71 while (off <= lim) {
128 int bcm47xx_nvram_init_from_mem(u32 base, u32 lim) argument
133 iobase = ioremap_nocache(base, lim);
137 err = nvram_find_and_copy(iobase, lim);

Completed in 71 milliseconds