Searched refs:mxc_nand_host (Results 1 – 1 of 1) sorted by relevance
140 struct mxc_nand_host;144 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int);145 void (*send_addr)(struct mxc_nand_host *, uint16_t, int);147 void (*send_read_id)(struct mxc_nand_host *);148 uint16_t (*get_dev_status)(struct mxc_nand_host *);149 int (*check_int)(struct mxc_nand_host *);150 void (*irq_control)(struct mxc_nand_host *, int);151 u32 (*get_ecc_status)(struct mxc_nand_host *);175 struct mxc_nand_host { struct289 static int check_int_v3(struct mxc_nand_host *host) in check_int_v3()[all …]