Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/nand/
Dsunxi_nand.c43 #define NFC_REG_CTL 0x0000 macro
367 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); in sunxi_nfc_rst()
371 if (!(readl(nfc->regs + NFC_REG_CTL) & NFC_RESET)) in sunxi_nfc_rst()
431 ctl = readl(nfc->regs + NFC_REG_CTL) & in sunxi_nfc_select_chip()
457 writel(ctl, nfc->regs + NFC_REG_CTL); in sunxi_nfc_select_chip()
549 tmp = readl(nfc->regs + NFC_REG_CTL); in sunxi_nfc_cmd_ctrl()
554 writel(tmp, nfc->regs + NFC_REG_CTL); in sunxi_nfc_cmd_ctrl()