Searched refs:mxc_nand_host (Results 1 – 1 of 1) sorted by relevance
21 struct mxc_nand_host { struct36 static struct mxc_nand_host mxc_host; argument37 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 …]