Searched refs:ndfc (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | ndfc.c | 136 struct nand_chip *chip = &ndfc->chip; in ndfc_chip_init() 156 nand_set_controller_data(chip, ndfc); in ndfc_chip_init() 158 mtd->dev.parent = &ndfc->ofdev->dev; in ndfc_chip_init() 187 struct ndfc_controller *ndfc; in ndfc_probe() local 206 ndfc = &ndfc_ctrl[cs]; in ndfc_probe() 207 ndfc->chip_select = cs; in ndfc_probe() 210 ndfc->ofdev = ofdev; in ndfc_probe() 211 dev_set_drvdata(&ofdev->dev, ndfc); in ndfc_probe() 214 if (!ndfc->ndfcbase) { in ndfc_probe() 219 ccr = NDFC_CCR_BS(ndfc->chip_select); in ndfc_probe() [all …]
|
| H A D | Makefile | 19 obj-$(CONFIG_MTD_NAND_NDFC) += ndfc.o
|
| /linux-6.15/Documentation/devicetree/bindings/mtd/ |
| H A D | ibm,ndfc.txt | 4 - compatible : "ibm,ndfc". 16 ndfc@1,0 { 17 compatible = "ibm,ndfc";
|
| /linux-6.15/arch/powerpc/boot/dts/ |
| H A D | warp.dts | 177 ndfc@1,0 { 178 compatible = "ibm,ndfc";
|
| H A D | bluestone.dts | 189 ndfc@1,0 { 190 compatible = "ibm,ndfc";
|
| H A D | eiger.dts | 197 ndfc@1,0 { 198 compatible = "ibm,ndfc";
|
| H A D | sequoia.dts | 214 ndfc@3,0 { 215 compatible = "ibm,ndfc";
|
| H A D | canyonlands.dts | 268 ndfc@3,0 { 269 compatible = "ibm,ndfc";
|
| H A D | glacier.dts | 214 ndfc@3,0 { 215 compatible = "ibm,ndfc";
|