Searched refs:mxc_nand_host (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/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 *host = nand_get_controller_data(this); in copy_spare() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 21 struct mxc_nand_host { struct 36 static struct mxc_nand_host mxc_host; argument 37 static struct mxc_nand_host *host = &mxc_host; 113 static void wait_op_done(struct mxc_nand_host *host, int max_retries, 144 static void send_cmd(struct mxc_nand_host *host, uint16_t cmd) 160 static void send_addr(struct mxc_nand_host *host, uint16_t addr) 175 static void send_prog_page(struct mxc_nand_host *host, uint8_t buf_id, 226 static void send_read_page(struct mxc_nand_host *host, uint8_t buf_id, 273 static void send_read_id(struct mxc_nand_host *host) 301 static uint16_t get_dev_status(struct mxc_nand_host *host) [all …]
|