Home
last modified time | relevance | path

Searched full:sflash (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/bcma/
H A Ddriver_chipcommon_sflash.c85 bcma_err(cc->core->bus, "SFLASH control command failed (timeout)!\n"); in bcma_sflash_cmd()
92 struct bcma_sflash *sflash = &cc->sflash; in bcma_sflash_init() local
149 sflash->blocksize = e->blocksize; in bcma_sflash_init()
150 sflash->numblocks = e->numblocks; in bcma_sflash_init()
151 sflash->size = sflash->blocksize * sflash->numblocks; in bcma_sflash_init()
152 sflash->present = true; in bcma_sflash_init()
155 e->name, sflash->size / 1024, sflash->blocksize, in bcma_sflash_init()
156 sflash->numblocks); in bcma_sflash_init()
161 sflash->size; in bcma_sflash_init()
162 bcma_sflash_dev.dev.platform_data = sflash; in bcma_sflash_init()
H A Dmain.c331 if (bus->drv_cc.sflash.present) { in bcma_register_devices()
/linux/drivers/ssb/
H A Ddriver_chipcommon_sflash.c83 dev_err(cc->dev->dev, "SFLASH control command failed (timeout)!\n"); in ssb_sflash_cmd()
89 struct ssb_sflash *sflash = &cc->dev->bus->mipscore.sflash; in ssb_sflash_init() local
148 sflash->window = SSB_FLASH2; in ssb_sflash_init()
149 sflash->blocksize = e->blocksize; in ssb_sflash_init()
150 sflash->numblocks = e->numblocks; in ssb_sflash_init()
151 sflash->size = sflash->blocksize * sflash->numblocks; in ssb_sflash_init()
152 sflash->present = true; in ssb_sflash_init()
155 e->name, sflash->size / 1024, e->blocksize, e->numblocks); in ssb_sflash_init()
160 sflash->size; in ssb_sflash_init()
161 ssb_sflash_dev.dev.platform_data = sflash; in ssb_sflash_init()
H A Ddriver_mipscore.c217 struct ssb_sflash *sflash = &mcore->sflash; in ssb_mips_flash_detect() local
250 if (sflash->present) { in ssb_mips_flash_detect()
252 bcm47xx_nvram_init_from_mem(sflash->window, sflash->size); in ssb_mips_flash_detect()
H A Dmain.c544 if (bus->mipscore.sflash.present) { in ssb_devices_register()
/linux/Documentation/devicetree/bindings/spi/
H A Dnvidia,tegra20-sflash.yaml4 $id: http://devicetree.org/schemas/spi/nvidia,tegra20-sflash.yaml#
7 title: NVIDIA Tegra20 SFLASH controller
15 const: nvidia,tegra20-sflash
70 compatible = "nvidia,tegra20-sflash";
/linux/drivers/mtd/devices/
H A Dbcm47xxsflash.c288 struct bcma_sflash *sflash = dev_get_platdata(dev); in bcm47xxsflash_bcma_probe() local
308 b47s->bcma_cc = container_of(sflash, struct bcma_drv_cc, sflash); in bcm47xxsflash_bcma_probe()
340 b47s->blocksize = sflash->blocksize; in bcm47xxsflash_bcma_probe()
341 b47s->numblocks = sflash->numblocks; in bcm47xxsflash_bcma_probe()
342 b47s->size = sflash->size; in bcm47xxsflash_bcma_probe()
/linux/drivers/bluetooth/
H A Dath3k.c49 /* Atheros AR3011 with sflash firmware*/
58 /* Atheros AR9285 Malbec with sflash firmware */
61 /* Atheros AR3012 with sflash firmware*/
113 /* Atheros AR5BBU12 with sflash firmware */
116 /* Atheros AR5BBU22 with sflash firmware */
130 /* Atheros AR3012 with sflash firmware*/
182 /* Atheros AR5BBU22 with sflash firmware */
H A Dbtusb.c189 /* Atheros 3011 with sflash firmware */
198 /* Atheros AR9285 Malbec with sflash firmware */
201 /* Atheros 3012 with sflash firmware */
253 /* Atheros AR5BBU12 with sflash firmware */
256 /* Atheros AR5BBU12 with sflash firmware */
/linux/drivers/spi/
H A Dspi-falcon.c17 #define DRV_NAME "sflash-falcon"
416 { .compatible = "lantiq,sflash-falcon" },
432 MODULE_DESCRIPTION("Lantiq Falcon SPI/SFLASH controller driver");
/linux/include/linux/ssb/
H A Dssb_driver_mips.h44 struct ssb_sflash sflash; member
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnvidia,tegra20-pinmux.yaml66 sdio3, sdio4, sflash, spdif, spi1, spi2, spi2_alt, spi3,
/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-twr.dts100 sflash: at26df081a@0 { label
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra20-trimslice.dts107 nvidia,function = "sflash";
H A Dtegra20-ventana.dts117 nvidia,function = "sflash";
H A Dtegra20-seaboard.dts115 nvidia,function = "sflash";
H A Dtegra20-asus-tf101.dts187 nvidia,function = "sflash";
H A Dtegra20.dtsi557 compatible = "nvidia,tegra20-sflash";
H A Dtegra20-acer-a500-picasso.dts158 nvidia,function = "sflash";
/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra20.c1942 FUNCTION(sflash),
2068 MUX_PG(gmc, UARTD, SPI4, GMI, SFLASH, 0x14, 29, 0x84, 2, 0xb0, 24),
2069 MUX_PG(gmd, RSVD1, NAND, GMI, SFLASH, 0x18, 30, 0x88, 30, 0xb0, 26),
/linux/include/linux/bcma/
H A Dbcma_driver_chipcommon.h637 struct bcma_sflash sflash; member