Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-mxic.c39 #define HC_CFG_MAN_CS_ASSERT BIT(0) macro
390 writel(readl(mxic->regs + HC_CFG) | HC_CFG_MAN_CS_ASSERT, in mxic_spi_mem_exec_op()
416 writel(readl(mxic->regs + HC_CFG) & ~HC_CFG_MAN_CS_ASSERT, in mxic_spi_mem_exec_op()
436 writel(readl(mxic->regs + HC_CFG) | HC_CFG_MAN_CS_ASSERT, in mxic_spi_set_cs()
439 writel(readl(mxic->regs + HC_CFG) & ~HC_CFG_MAN_CS_ASSERT, in mxic_spi_set_cs()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dmxic_nand.c40 #define HC_CFG_MAN_CS_ASSERT BIT(0) macro
314 writel(HC_CFG_MAN_CS_ASSERT | readl(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()