Searched refs:ndfc (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dndfc.c2 * drivers/mtd/ndfc.c
22 #include <linux/mtd/ndfc.h>
48 struct ndfc_controller *ndfc = &ndfc_ctrl; local
53 ccr = __raw_readl(ndfc->ndfcbase + NDFC_CCR);
59 __raw_writel(ccr, ndfc->ndfcbase + NDFC_CCR);
64 struct ndfc_controller *ndfc = &ndfc_ctrl; local
70 writel(cmd & 0xFF, ndfc->ndfcbase + NDFC_CMD);
72 writel(cmd & 0xFF, ndfc->ndfcbase + NDFC_ALE);
77 struct ndfc_controller *ndfc = &ndfc_ctrl; local
79 return __raw_readl(ndfc
85 struct ndfc_controller *ndfc = &ndfc_ctrl; local
96 struct ndfc_controller *ndfc = &ndfc_ctrl; local
118 struct ndfc_controller *ndfc = &ndfc_ctrl; local
127 struct ndfc_controller *ndfc = &ndfc_ctrl; local
136 struct ndfc_controller *ndfc = &ndfc_ctrl; local
150 struct ndfc_controller *ndfc = &ndfc_ctrl; local
180 struct ndfc_controller *ndfc = &ndfc_ctrl; local
230 struct ndfc_controller *ndfc = &ndfc_ctrl; local
254 struct ndfc_controller *ndfc = platform_get_drvdata(pdev); local
[all...]
H A DMakefile25 obj-$(CONFIG_MTD_NAND_NDFC) += ndfc.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dtaishan.c36 #include <linux/mtd/ndfc.h>

Completed in 251 milliseconds