Searched refs:send_read_page (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 225 static void send_read_page(struct mxc_nand_host *host, uint8_t buf_id, function 1090 send_read_page(host, 0, host->spare_only); 1092 send_read_page(host, 1, host->spare_only); 1093 send_read_page(host, 2, host->spare_only); 1094 send_read_page(host, 3, host->spare_only); 1097 send_read_page(host, 0, host->spare_only);
|