Home
last modified time | relevance | path

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

/drivers/ssb/
Ddriver_mipscore.c213 struct ssb_pflash *pflash = &mcore->pflash; in ssb_mips_flash_detect() local
217 pflash->present = true; in ssb_mips_flash_detect()
218 pflash->buswidth = 2; in ssb_mips_flash_detect()
219 pflash->window = SSB_FLASH1; in ssb_mips_flash_detect()
220 pflash->window_size = SSB_FLASH1_SZ; in ssb_mips_flash_detect()
233 pflash->present = true; in ssb_mips_flash_detect()
234 pflash->window = SSB_FLASH2; in ssb_mips_flash_detect()
235 pflash->window_size = SSB_FLASH2_SZ; in ssb_mips_flash_detect()
238 pflash->buswidth = 1; in ssb_mips_flash_detect()
240 pflash->buswidth = 2; in ssb_mips_flash_detect()
[all …]
Dmain.c549 if (bus->mipscore.pflash.present) { in ssb_devices_register()
/drivers/bcma/
Ddriver_mips.c236 struct bcma_pflash *pflash = &cc->pflash; in bcma_core_mips_flash_detect() local
246 pflash->present = true; in bcma_core_mips_flash_detect()
247 pflash->window = BCMA_SOC_FLASH2; in bcma_core_mips_flash_detect()
248 pflash->window_size = BCMA_SOC_FLASH2_SZ; in bcma_core_mips_flash_detect()
252 pflash->buswidth = 1; in bcma_core_mips_flash_detect()
254 pflash->buswidth = 2; in bcma_core_mips_flash_detect()
256 bcma_pflash_data.width = pflash->buswidth; in bcma_core_mips_flash_detect()
257 bcma_pflash_resource.start = pflash->window; in bcma_core_mips_flash_detect()
258 bcma_pflash_resource.end = pflash->window + pflash->window_size; in bcma_core_mips_flash_detect()
Dmain.c158 if (bus->drv_cc.pflash.present) { in bcma_register_cores()