Home
last modified time | relevance | path

Searched refs:ndfc (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/mtd/nand/raw/
H A Dndfc.c136 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 DMakefile19 obj-$(CONFIG_MTD_NAND_NDFC) += ndfc.o
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dibm,ndfc.txt4 - compatible : "ibm,ndfc".
16 ndfc@1,0 {
17 compatible = "ibm,ndfc";
/openbmc/linux/arch/powerpc/boot/dts/
H A Dwarp.dts177 ndfc@1,0 {
178 compatible = "ibm,ndfc";
H A Dbluestone.dts189 ndfc@1,0 {
190 compatible = "ibm,ndfc";
H A Deiger.dts197 ndfc@1,0 {
198 compatible = "ibm,ndfc";
H A Dsequoia.dts214 ndfc@3,0 {
215 compatible = "ibm,ndfc";
H A Dkilauea.dts186 ndfc@1,0 {
187 compatible = "ibm,ndfc";
H A Dcanyonlands.dts268 ndfc@3,0 {
269 compatible = "ibm,ndfc";
H A Dglacier.dts214 ndfc@3,0 {
215 compatible = "ibm,ndfc";
/openbmc/qemu/pc-bios/
H A Dcanyonlands.dts268 ndfc@3,0 {
269 compatible = "ibm,ndfc";
/openbmc/u-boot/drivers/mtd/nand/raw/
H A DKconfig284 # option (mxc_nand, ndfc, omap_gpmc).
/openbmc/u-boot/
H A DREADME3175 - drivers/mtd/nand/raw/ndfc.c