Searched refs:send_prog_page (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 174 static void send_prog_page(struct mxc_nand_host *host, uint8_t buf_id, function 1039 send_prog_page(host, 0, host->spare_only); 1043 send_prog_page(host, 1, host->spare_only); 1044 send_prog_page(host, 2, host->spare_only); 1045 send_prog_page(host, 3, host->spare_only);
|