Searched refs:nand_read_page (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/drivers/mtd/nand/ |
D | nand_spl_loaders.c | 16 nand_read_page(block, page, dst); in nand_spl_load_image() 90 nand_read_page(block, page, scratch_buf); in nand_spl_read_block() 95 nand_read_page(block, page, dst); in nand_spl_read_block()
|
D | sunxi_nand_spl.c | 254 static int nand_read_page(const struct nfc_config *conf, u32 offs, in nand_read_page() function 400 ret = nand_read_page(conf, offs, dest, conf->ecc_size); in nand_detect_ecc_config() 417 if (!nand_read_page(conf, offs, dest, in nand_detect_ecc_config() 487 ret = nand_read_page(conf, offs, dest, conf->page_size); in nand_read_buffer() 510 if (nand_read_page(conf, offs, dest, conf->page_size)) in nand_read_buffer()
|
D | denali_spl.c | 139 static int nand_read_page(void *buf, int page) in nand_read_page() function 204 ret = nand_read_page(dst, block * pages_per_block + page); in nand_spl_load_image()
|
D | nand_spl_simple.c | 139 static int nand_read_page(int block, int page, uchar *dst) in nand_read_page() function 170 static int nand_read_page(int block, int page, void *dst) in nand_read_page() function
|
D | am335x_spl_bch.c | 149 static int nand_read_page(int block, int page, void *dst) in nand_read_page() function
|
D | atmel_nand.c | 1306 static int nand_read_page(int block, int page, void *dst) in nand_read_page() function 1370 static int nand_read_page(int block, int page, void *dst) in nand_read_page() function
|