Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/bcma/
Ddriver_chipcommon_nflash.c44 cc->nflash.present = true; in bcma_nflash_init()
47 cc->nflash.boot = true; in bcma_nflash_init()
50 cc->nflash.brcmnand_info.chip_select = ffs(reg) - 1; in bcma_nflash_init()
51 cc->nflash.brcmnand_info.part_probe_types = probes; in bcma_nflash_init()
52 cc->nflash.brcmnand_info.ecc_stepsize = 512; in bcma_nflash_init()
53 cc->nflash.brcmnand_info.ecc_strength = 1; in bcma_nflash_init()
59 bcma_nflash_dev.dev.platform_data = &cc->nflash; in bcma_nflash_init()
Dmain.c338 if (bus->drv_cc.nflash.present) { in bcma_register_devices()
/linux-5.19.10/drivers/mtd/nand/raw/bcm47xxnflash/
Dmain.c24 struct bcma_nflash *nflash = dev_get_platdata(&pdev->dev); in bcm47xxnflash_probe() local
36 b47n->cc = container_of(nflash, struct bcma_drv_cc, nflash); in bcm47xxnflash_probe()
62 struct bcm47xxnflash *nflash = platform_get_drvdata(pdev); in bcm47xxnflash_remove() local
63 struct nand_chip *chip = &nflash->nand_chip; in bcm47xxnflash_remove()
/linux-5.19.10/drivers/mtd/nand/raw/brcmnand/
Dbcma_nand.c101 struct bcma_nflash *nflash = dev_get_platdata(&pdev->dev); in brcmnand_bcma_nand_probe() local
108 soc->cc = container_of(nflash, struct bcma_drv_cc, nflash); in brcmnand_bcma_nand_probe()
/linux-5.19.10/arch/mips/boot/dts/brcm/
Dbcm6368.dtsi40 nflash = &nflash;
143 nflash: nand@10000200 { label
Dbcm6328.dtsi48 nflash = &nflash;
141 nflash: nand@10000200 { label
Dbcm6362.dtsi50 nflash = &nflash;
144 nflash: nand@10000200 { label
Dbcm63268.dtsi50 nflash = &nflash;
131 nflash: nand@10000200 { label
/linux-5.19.10/include/linux/bcma/
Dbcma_driver_chipcommon.h639 struct bcma_nflash nflash; member