Home
last modified time | relevance | path

Searched refs:main_area0 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c165 void __iomem *main_area0; member
612 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v3()
626 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v1_v2()
641 void __iomem *main_buf = host->main_area0; in get_dev_status_v1_v2()
761 memcpy32_fromio(buf, host->main_area0, mtd->writesize); in mxc_nand_read_page_v1()
790 memcpy32_fromio(buf, host->main_area0, mtd->writesize); in mxc_nand_read_page_v2_v3()
863 memcpy32_toio(host->main_area0, buf, mtd->writesize); in mxc_nand_write_page()
1383 memcpy32_fromio(host->data_buf, host->main_area0, 512); in mxc_nand_command()
1405 memcpy32_toio(host->main_area0, host->data_buf, mtd->writesize); in mxc_nand_set_features()
1423 memcpy32_fromio(host->data_buf, host->main_area0, 512); in mxc_nand_get_features()
[all …]