Searched refs:mxc_nand_host (Results 1 - 1 of 1) sorted by path

/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c23 struct mxc_nand_host { struct
38 static struct mxc_nand_host mxc_host;
39 static struct mxc_nand_host *host = &mxc_host;
115 static void wait_op_done(struct mxc_nand_host *host, int max_retries,
146 static void send_cmd(struct mxc_nand_host *host, uint16_t cmd)
162 static void send_addr(struct mxc_nand_host *host, uint16_t addr)
177 static void send_prog_page(struct mxc_nand_host *host, uint8_t buf_id,
228 static void send_read_page(struct mxc_nand_host *host, uint8_t buf_id,
275 static void send_read_id(struct mxc_nand_host *host)
303 static uint16_t get_dev_status(struct mxc_nand_host *hos
[all...]

Completed in 65 milliseconds