Lines Matching refs:ndfc_controller
31 struct ndfc_controller { struct
39 static struct ndfc_controller ndfc_ctrl[NDFC_MAX_CS]; argument
44 struct ndfc_controller *ndfc = nand_get_controller_data(nchip); in ndfc_select_chip()
57 struct ndfc_controller *ndfc = nand_get_controller_data(chip); in ndfc_hwcontrol()
70 struct ndfc_controller *ndfc = nand_get_controller_data(chip); in ndfc_ready()
78 struct ndfc_controller *ndfc = nand_get_controller_data(chip); in ndfc_enable_hwecc()
89 struct ndfc_controller *ndfc = nand_get_controller_data(chip); in ndfc_calculate_ecc()
112 struct ndfc_controller *ndfc = nand_get_controller_data(chip); in ndfc_read_buf()
121 struct ndfc_controller *ndfc = nand_get_controller_data(chip); in ndfc_write_buf()
131 static int ndfc_chip_init(struct ndfc_controller *ndfc, in ndfc_chip_init()
186 struct ndfc_controller *ndfc; in ndfc_probe()
245 struct ndfc_controller *ndfc = dev_get_drvdata(&ofdev->dev); in ndfc_remove()