Searched refs:NAND_PAGE_READ (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/mtd/nand/ |
| H A D | ecc-mxic.c | 451 unsigned int dir = (direction == NAND_PAGE_READ) ? in mxic_ecc_process_data() 566 if (req->type == NAND_PAGE_READ) in mxic_ecc_prepare_io_req_external() 714 if (req->type == NAND_PAGE_READ) { in mxic_ecc_finish_io_req_pipelined()
|
| H A D | ecc-sw-bch.c | 315 if (req->type == NAND_PAGE_READ) in nand_ecc_sw_bch_prepare_io_req()
|
| H A D | ecc-sw-hamming.c | 569 if (req->type == NAND_PAGE_READ) in nand_ecc_sw_hamming_prepare_io_req()
|
| H A D | ecc.c | 577 if (orig->type == NAND_PAGE_READ) { in nand_ecc_restore_req()
|
| /linux-6.15/drivers/mtd/nand/spi/ |
| H A D | otp.c | 93 req.type = is_write ? NAND_PAGE_WRITE : NAND_PAGE_READ; in spinand_otp_rw()
|
| H A D | core.c | 715 nanddev_io_for_each_page(nand, NAND_PAGE_READ, from, ops, &iter) { in spinand_mtd_regular_page_read() 790 nanddev_io_for_each_block(nand, NAND_PAGE_READ, from, ops, &iter) { in spinand_mtd_continuous_page_read()
|
| /linux-6.15/include/linux/mtd/ |
| H A D | nand.h | 91 NAND_PAGE_READ = 0, enumerator
|
| /linux-6.15/drivers/spi/ |
| H A D | spi-mxic.c | 421 NAND_PAGE_READ, in mxic_spi_mem_dirmap_read()
|
| H A D | spi-mtk-snfi.c | 770 if ((req->mode == MTD_OPS_RAW) || (req->type != NAND_PAGE_READ)) in mtk_snand_ecc_finish_io_req()
|
| H A D | spi-qpic-snand.c | 380 if (req->mode == MTD_OPS_RAW || req->type != NAND_PAGE_READ) in qcom_spi_ecc_finish_io_req_pipelined()
|