Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/raw/
H A Dmxc_nand.c125 struct mxc_nand_host;
130 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int);
133 void (*send_read_id)(struct mxc_nand_host *);
134 uint16_t (*get_dev_status)(struct mxc_nand_host *);
135 int (*check_int)(struct mxc_nand_host *);
136 void (*irq_control)(struct mxc_nand_host *, int);
162 struct mxc_nand_host { struct
286 static int check_int_v3(struct mxc_nand_host *host) in check_int_v3()
300 static int check_int_v1_v2(struct mxc_nand_host *host) in check_int_v1_v2()
433 struct mxc_nand_host *host = dev_id; in mxc_nfc_irq()
[all …]