Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ssb/
Ddriver_mipscore.c218 struct ssb_pflash *pflash = &mcore->pflash; in ssb_mips_flash_detect() local
222 pflash->present = true; in ssb_mips_flash_detect()
223 pflash->buswidth = 2; in ssb_mips_flash_detect()
224 pflash->window = SSB_FLASH1; in ssb_mips_flash_detect()
225 pflash->window_size = SSB_FLASH1_SZ; in ssb_mips_flash_detect()
238 pflash->present = true; in ssb_mips_flash_detect()
239 pflash->window = SSB_FLASH2; in ssb_mips_flash_detect()
240 pflash->window_size = SSB_FLASH2_SZ; in ssb_mips_flash_detect()
243 pflash->buswidth = 1; in ssb_mips_flash_detect()
245 pflash->buswidth = 2; in ssb_mips_flash_detect()
[all …]
Dmain.c533 if (bus->mipscore.pflash.present) { in ssb_devices_register()
/Linux-v4.19/drivers/bcma/
Ddriver_chipcommon_pflash.c36 struct bcma_pflash *pflash = &cc->pflash; in bcma_pflash_init() local
38 pflash->present = true; in bcma_pflash_init()
Dmain.c344 if (bus->drv_cc.pflash.present) { in bcma_register_devices()
/Linux-v4.19/include/linux/ssb/
Dssb_driver_mips.h42 struct ssb_pflash pflash; member
/Linux-v4.19/arch/arm/boot/dts/
Dgemini.dtsi102 pflash_default_pins: pinctrl-pflash {
104 function = "pflash";
Dbcm-hr2.dtsi287 pflash: nor@20000000 { label
Dgemini-dlink-dir-685.dts67 /* Collides with pflash CE1, not so cool */
/Linux-v4.19/include/linux/bcma/
Dbcma_driver_chipcommon.h628 struct bcma_pflash pflash; member