Home
last modified time | relevance | path

Searched refs:pflash (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/bcma/
Ddriver_mips.c192 bus->drv_cc.pflash.window = 0x1c000000; in bcma_core_mips_flash_detect()
193 bus->drv_cc.pflash.window_size = 0x02000000; in bcma_core_mips_flash_detect()
197 bus->drv_cc.pflash.buswidth = 1; in bcma_core_mips_flash_detect()
199 bus->drv_cc.pflash.buswidth = 2; in bcma_core_mips_flash_detect()
/linux-3.4.99/arch/mips/bcm47xx/
Dnvram.c53 base = bcma_cc->pflash.window; in early_nvram_init()
54 lim = bcma_cc->pflash.window_size; in early_nvram_init()
/linux-3.4.99/include/linux/bcma/
Dbcma_driver_chipcommon.h361 struct bcma_pflash pflash; member