Searched defs:mxc_nand_host (Results 1 – 1 of 1) sorted by relevance
143 struct mxc_nand_host { struct144 struct mtd_info mtd;145 struct nand_chip nand;169 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int); argument170 void (*send_addr)(struct mxc_nand_host *, uint16_t, int); argument172 void (*send_read_id)(struct mxc_nand_host *); argument173 uint16_t (*get_dev_status)(struct mxc_nand_host *); argument174 int (*check_int)(struct mxc_nand_host *); argument175 void (*irq_control)(struct mxc_nand_host *, int); argument