Searched refs:main_area0 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/mtd/nand/ |
D | mxc_nand.c | 181 void __iomem *main_area0; member 593 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v3() 607 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v1_v2() 622 void __iomem *main_buf = host->main_area0; in get_dev_status_v1_v2() 1176 memcpy32_fromio(host->data_buf, host->main_area0, in mxc_nand_command() 1196 memcpy32_toio(host->main_area0, host->data_buf, mtd->writesize); in mxc_nand_command() 1226 memcpy32_fromio(host->data_buf, host->main_area0, 512); in mxc_nand_command() 1568 host->main_area0 = host->base; in mxcnd_probe()
|