Searched refs:update_rw_regs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 674 * update_rw_regs: set up read/write register values, these will be 680 static void update_rw_regs(struct qcom_nand_host *host, int num_cw, bool read) in update_rw_regs() function 1476 update_rw_regs(host, ecc->steps, true); in qcom_nandc_command() 1600 update_rw_regs(host, 1, true); in qcom_nandc_read_cw_raw() 1928 update_rw_regs(host, 1, true); in copy_last_cw() 1995 update_rw_regs(host, ecc->steps, true); in qcom_nandc_read_oob() 2019 update_rw_regs(host, ecc->steps, false); in qcom_nandc_write_page() 2090 update_rw_regs(host, ecc->steps, false); in qcom_nandc_write_page_raw() 2173 update_rw_regs(host, 1, false); in qcom_nandc_write_oob() 2252 update_rw_regs(hos in qcom_nandc_block_markbad() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 804 * update_rw_regs: set up read/write register values, these will be 811 static void update_rw_regs(struct qcom_nand_host *host, int num_cw, bool read, int cw) in update_rw_regs() function 1484 update_rw_regs(host, 1, true, raw_cw); in qcom_nandc_read_cw_raw() 1808 update_rw_regs(host, 1, true, ecc->steps - 1); in copy_last_cw() 1902 update_rw_regs(host, ecc->steps, true, 0); in qcom_nandc_read_page() 1953 update_rw_regs(host, ecc->steps, true, 0); in qcom_nandc_read_oob() 1983 update_rw_regs(host, ecc->steps, false, 0); in qcom_nandc_write_page() 2053 update_rw_regs(host, ecc->steps, false, 0); in qcom_nandc_write_page_raw() 2136 update_rw_regs(host, 1, false, 0); in qcom_nandc_write_oob() 2212 update_rw_regs(hos in qcom_nandc_block_markbad() [all...] |
Completed in 8 milliseconds