Home
last modified time | relevance | path

Searched refs:mxc_nand_host (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/mtd/nand/raw/
Dmxc_nand.c123 struct mxc_nand_host;
129 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int);
130 void (*send_addr)(struct mxc_nand_host *, uint16_t, int);
132 void (*send_read_id)(struct mxc_nand_host *);
133 uint16_t (*get_dev_status)(struct mxc_nand_host *);
134 int (*check_int)(struct mxc_nand_host *);
135 void (*irq_control)(struct mxc_nand_host *, int);
136 u32 (*get_ecc_status)(struct mxc_nand_host *);
161 struct mxc_nand_host { struct
251 struct mxc_nand_host *host = nand_get_controller_data(this); in copy_spare()
[all …]