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

/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c228 static void send_read_page(struct mxc_nand_host *host, uint8_t buf_id, function
231 pr_debug("send_read_page (%d)\n", spare_only);
1093 send_read_page(host, 0, host->spare_only);
1095 send_read_page(host, 1, host->spare_only);
1096 send_read_page(host, 2, host->spare_only);
1097 send_read_page(host, 3, host->spare_only);
1100 send_read_page(host, 0, host->spare_only);

Completed in 116 milliseconds