Searched refs:NFC_RAM0_BASE (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand_spl.c | 40 #define NFC_RAM0_BASE 0x00000400 macro 314 memcpy_fromio(data, SUNXI_NFC_BASE + NFC_RAM0_BASE, in nand_read_page()
|
| H A D | sunxi_nand.c | 64 #define NFC_RAM0_BASE 0x0400 macro 489 memcpy_fromio(buf + offs, nfc->regs + NFC_RAM0_BASE, in sunxi_nfc_read_buf() 514 memcpy_toio(nfc->regs + NFC_RAM0_BASE, buf + offs, cnt); in sunxi_nfc_write_buf() 858 memcpy_fromio(data, nfc->regs + NFC_RAM0_BASE, ecc->size); in sunxi_nfc_hw_ecc_read_chunk()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 55 #define NFC_RAM0_BASE 0x0400 macro 467 memcpy_fromio(buf + offs, nfc->regs + NFC_RAM0_BASE, in sunxi_nfc_read_buf() 493 memcpy_toio(nfc->regs + NFC_RAM0_BASE, buf + offs, cnt); in sunxi_nfc_write_buf() 847 memcpy_fromio(data, nfc->regs + NFC_RAM0_BASE, in sunxi_nfc_hw_ecc_read_chunk() 859 memcpy_fromio(data, nfc->regs + NFC_RAM0_BASE, ecc->size); in sunxi_nfc_hw_ecc_read_chunk() 1823 memcpy_toio(nfc->regs + NFC_RAM0_BASE, in sunxi_nfc_exec_subop() 1865 memcpy_fromio(inbuf, nfc->regs + NFC_RAM0_BASE, cnt); in sunxi_nfc_exec_subop()
|