Searched refs:ndfc (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | ndfc.c | 45 struct ndfc_controller *ndfc = nand_get_controller_data(nchip); in ndfc_select_chip() local 47 ccr = in_be32(ndfc->ndfcbase + NDFC_CCR); in ndfc_select_chip() 50 ccr |= NDFC_CCR_BS(chip + ndfc->chip_select); in ndfc_select_chip() 53 out_be32(ndfc->ndfcbase + NDFC_CCR, ccr); in ndfc_select_chip() 58 struct ndfc_controller *ndfc = nand_get_controller_data(chip); in ndfc_hwcontrol() local 64 writel(cmd & 0xFF, ndfc->ndfcbase + NDFC_CMD); in ndfc_hwcontrol() 66 writel(cmd & 0xFF, ndfc->ndfcbase + NDFC_ALE); in ndfc_hwcontrol() 71 struct ndfc_controller *ndfc = nand_get_controller_data(chip); in ndfc_ready() local 73 return in_be32(ndfc->ndfcbase + NDFC_STAT) & NDFC_STAT_IS_READY; in ndfc_ready() 79 struct ndfc_controller *ndfc = nand_get_controller_data(chip); in ndfc_enable_hwecc() local [all …]
|
H A D | Makefile | 19 obj-$(CONFIG_MTD_NAND_NDFC) += ndfc.o
|
/openbmc/linux/Documentation/devicetree/bindings/mtd/ |
H A D | ibm,ndfc.txt | 4 - compatible : "ibm,ndfc". 16 ndfc@1,0 { 17 compatible = "ibm,ndfc";
|
/openbmc/linux/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 | sequoia.dts | 214 ndfc@3,0 { 215 compatible = "ibm,ndfc";
|
H A D | eiger.dts | 197 ndfc@1,0 { 198 compatible = "ibm,ndfc";
|
H A D | kilauea.dts | 186 ndfc@1,0 { 187 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";
|
/openbmc/qemu/pc-bios/ |
H A D | canyonlands.dts | 268 ndfc@3,0 { 269 compatible = "ibm,ndfc";
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | Kconfig | 284 # option (mxc_nand, ndfc, omap_gpmc).
|
/openbmc/u-boot/ |
H A D | README | 3175 - drivers/mtd/nand/raw/ndfc.c
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |