Searched refs:main_area0 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | mxc_nand.c | 167 void __iomem *main_area0; member 619 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v3() 633 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v1_v2() 648 void __iomem *main_buf = host->main_area0; in get_dev_status_v1_v2() 1511 memcpy16_toio(host->main_area0 + i * 512, buf, now); in copy_page_to_sram() 1514 memff16_toio(host->main_area0 + i * 512 + now, 512 - now); in copy_page_to_sram() 1548 memcpy16_fromio(buf, host->main_area0 + i * 512, 512); in copy_page_from_sram() 1596 memcpy32_toio(host->main_area0, buf_write, buf_len); in mxcnd_do_exec_op() 1612 memcpy32_fromio(host->data_buf, host->main_area0, buf_len * 2); in mxcnd_do_exec_op() 1635 memcpy32_fromio(buf_read, host->main_area0, buf_len); in mxcnd_do_exec_op() [all …]
|