Home
last modified time | relevance | path

Searched refs:NFC_CMD (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dmxc_nand.h130 #define NFC_CMD 0x1 macro
H A Dsunxi_nand_spl.c25 #define NFC_CMD 0x00000024 macro
176 writel(cmd, SUNXI_NFC_BASE + NFC_CMD); in nand_exec_cmd()
H A Dmxc_nand_spl.c123 writenfc(NFC_CMD, &nfc->operation); in nfc_nand_command()
H A Dmxc_nand.c149 writenfc(NFC_CMD, &host->regs->operation);
H A Dsunxi_nand.c113 #define NFC_CMD(x) (x) macro