Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dbf5xx_nand.c778 chip->IO_ADDR_W = (void __iomem *) NFC_DATA_WR; in bf5xx_nand_probe()
/linux-4.1.27/arch/blackfin/mach-bf527/include/mach/
DdefBF522.h1208 #define NFC_DATA_WR 0xffc03748 /* NAND Data Write Register */ macro
DcdefBF522.h1090 #define bfin_read_NFC_DATA_WR() bfin_read16(NFC_DATA_WR)
1091 #define bfin_write_NFC_DATA_WR(val) bfin_write16(NFC_DATA_WR, val)
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h1454 #define NFC_DATA_WR 0xffc03b48 /* NAND Data Write Register */ macro
DcdefBF54x_base.h2592 #define bfin_read_NFC_DATA_WR() bfin_read16(NFC_DATA_WR)
2593 #define bfin_write_NFC_DATA_WR(val) bfin_write16(NFC_DATA_WR, val)
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c1275 D_WO(NFC_DATA_WR, 16); in bfin_debug_mmrs_init()