Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dmxic_nand.c21 #define HC_CFG 0x0 macro
301 HC_CFG_IDLE_SIO_LVL(1), nfc->regs + HC_CFG); in mxic_nfc_hw_init()
312 writel(readl(nfc->regs + HC_CFG) | HC_CFG_MAN_CS_EN, in mxic_nfc_cs_enable()
313 nfc->regs + HC_CFG); in mxic_nfc_cs_enable()
314 writel(HC_CFG_MAN_CS_ASSERT | readl(nfc->regs + HC_CFG), in mxic_nfc_cs_enable()
315 nfc->regs + HC_CFG); in mxic_nfc_cs_enable()
320 writel(~HC_CFG_MAN_CS_ASSERT & readl(nfc->regs + HC_CFG), in mxic_nfc_cs_disable()
321 nfc->regs + HC_CFG); in mxic_nfc_cs_disable()
/linux/drivers/ata/
H A Dsata_mv.c234 HC_CFG = 0x00, enumerator
3936 readl(hc_mmio + HC_CFG), in mv_init_host()