Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ssb/
Ddriver_mipscore.c217 struct ssb_pflash *pflash = &mcore->pflash; in ssb_mips_flash_detect() local
221 pflash->present = true; in ssb_mips_flash_detect()
222 pflash->buswidth = 2; in ssb_mips_flash_detect()
223 pflash->window = SSB_FLASH1; in ssb_mips_flash_detect()
224 pflash->window_size = SSB_FLASH1_SZ; in ssb_mips_flash_detect()
237 pflash->present = true; in ssb_mips_flash_detect()
238 pflash->window = SSB_FLASH2; in ssb_mips_flash_detect()
239 pflash->window_size = SSB_FLASH2_SZ; in ssb_mips_flash_detect()
242 pflash->buswidth = 1; in ssb_mips_flash_detect()
244 pflash->buswidth = 2; in ssb_mips_flash_detect()
[all …]
Dmain.c533 if (bus->mipscore.pflash.present) { in ssb_devices_register()
/linux-4.4.14/drivers/bcma/
Ddriver_mips.c279 struct bcma_pflash *pflash = &cc->pflash; in bcma_core_mips_flash_detect() local
290 pflash->present = true; in bcma_core_mips_flash_detect()
291 pflash->window = BCMA_SOC_FLASH2; in bcma_core_mips_flash_detect()
292 pflash->window_size = BCMA_SOC_FLASH2_SZ; in bcma_core_mips_flash_detect()
296 pflash->buswidth = 1; in bcma_core_mips_flash_detect()
298 pflash->buswidth = 2; in bcma_core_mips_flash_detect()
300 bcma_pflash_data.width = pflash->buswidth; in bcma_core_mips_flash_detect()
301 bcma_pflash_resource.start = pflash->window; in bcma_core_mips_flash_detect()
302 bcma_pflash_resource.end = pflash->window + pflash->window_size; in bcma_core_mips_flash_detect()
Dmain.c354 if (bus->drv_cc.pflash.present) { in bcma_register_devices()
/linux-4.4.14/include/linux/ssb/
Dssb_driver_mips.h41 struct ssb_pflash pflash; member
/linux-4.4.14/include/linux/bcma/
Dbcma_driver_chipcommon.h625 struct bcma_pflash pflash; member