Searched refs:main_area0 (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/mtd/nand/ |
D | mxc_nand.c | 181 void __iomem *main_area0; member 560 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v3() 574 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v1_v2() 589 void __iomem *main_buf = host->main_area0; in get_dev_status_v1_v2() 1110 memcpy32_fromio(host->data_buf, host->main_area0, in mxc_nand_command() 1130 memcpy32_toio(host->main_area0, host->data_buf, mtd->writesize); in mxc_nand_command() 1160 memcpy32_fromio(host->data_buf, host->main_area0, 512); in mxc_nand_command() 1502 host->main_area0 = host->base; in mxcnd_probe()
|