Lines Matching refs:main_area0
166 void __iomem *main_area0; member
613 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v3()
627 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v1_v2()
642 void __iomem *main_buf = host->main_area0; in get_dev_status_v1_v2()
762 memcpy32_fromio(buf, host->main_area0, mtd->writesize); in mxc_nand_read_page_v1()
791 memcpy32_fromio(buf, host->main_area0, mtd->writesize); in mxc_nand_read_page_v2_v3()
864 memcpy32_toio(host->main_area0, buf, mtd->writesize); in mxc_nand_write_page()
1384 memcpy32_fromio(host->data_buf, host->main_area0, 512); in mxc_nand_command()
1406 memcpy32_toio(host->main_area0, host->data_buf, mtd->writesize); in mxc_nand_set_features()
1424 memcpy32_fromio(host->data_buf, host->main_area0, 512); in mxc_nand_get_features()
1767 host->main_area0 = host->base; in mxcnd_probe()