Searched refs:mxc_nand_host (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 124 struct mxc_nand_host; 130 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int); 131 void (*send_addr)(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); 137 u32 (*get_ecc_status)(struct mxc_nand_host *); 162 struct mxc_nand_host { struct 253 struct mxc_nand_host *hos in copy_spare() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 122 struct mxc_nand_host; 128 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int); 129 void (*send_addr)(struct mxc_nand_host *, uint16_t, int); 131 void (*send_read_id)(struct mxc_nand_host *); 132 uint16_t (*get_dev_status)(struct mxc_nand_host *); 133 int (*check_int)(struct mxc_nand_host *); 134 void (*irq_control)(struct mxc_nand_host *, int); 135 u32 (*get_ecc_status)(struct mxc_nand_host *); 160 struct mxc_nand_host { struct 250 struct mxc_nand_host *hos in copy_spare() [all...] |
Completed in 4 milliseconds