Searched refs:pflash (Results 1 – 6 of 6) sorted by relevance
217 struct ssb_pflash *pflash = &mcore->pflash; in ssb_mips_flash_detect() local221 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 …]
533 if (bus->mipscore.pflash.present) { in ssb_devices_register()
279 struct bcma_pflash *pflash = &cc->pflash; in bcma_core_mips_flash_detect() local290 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()
354 if (bus->drv_cc.pflash.present) { in bcma_register_devices()
41 struct ssb_pflash pflash; member
625 struct bcma_pflash pflash; member