Searched refs:HC_CFG (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-mxic.c | 20 #define HC_CFG 0x0 macro 280 mxic->regs + HC_CFG); in mxic_spi_hw_init() 370 mxic->regs + HC_CFG); in mxic_spi_mem_exec_op() 390 writel(readl(mxic->regs + HC_CFG) | HC_CFG_MAN_CS_ASSERT, in mxic_spi_mem_exec_op() 391 mxic->regs + HC_CFG); in mxic_spi_mem_exec_op() 416 writel(readl(mxic->regs + HC_CFG) & ~HC_CFG_MAN_CS_ASSERT, in mxic_spi_mem_exec_op() 417 mxic->regs + HC_CFG); in mxic_spi_mem_exec_op() 433 writel(readl(mxic->regs + HC_CFG) | HC_CFG_MAN_CS_EN, in mxic_spi_set_cs() 434 mxic->regs + HC_CFG); in mxic_spi_set_cs() 436 writel(readl(mxic->regs + HC_CFG) | HC_CFG_MAN_CS_ASSER in mxic_spi_set_cs() [all...] |
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-mxic.c | 22 #define HC_CFG 0x0 macro 294 mxic->regs + HC_CFG); in mxic_spi_hw_init() 400 writel(mxic_spi_prep_hc_cfg(desc->mem->spi, 0), mxic->regs + HC_CFG); in mxic_spi_mem_dirmap_read() 444 writel(mxic_spi_prep_hc_cfg(desc->mem->spi, 0), mxic->regs + HC_CFG); in mxic_spi_mem_dirmap_write() 522 mxic->regs + HC_CFG); in mxic_spi_mem_exec_op() 529 writel(readl(mxic->regs + HC_CFG) | HC_CFG_MAN_CS_ASSERT, in mxic_spi_mem_exec_op() 530 mxic->regs + HC_CFG); in mxic_spi_mem_exec_op() 558 writel(readl(mxic->regs + HC_CFG) & ~HC_CFG_MAN_CS_ASSERT, in mxic_spi_mem_exec_op() 559 mxic->regs + HC_CFG); in mxic_spi_mem_exec_op() 583 writel(readl(mxic->regs + HC_CFG) | HC_CFG_MAN_CS_E in mxic_spi_set_cs() [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mxic_nand.c | 21 #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()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mxic_nand.c | 21 #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()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | sata_mv.c | 234 HC_CFG = 0x00, enumerator 3973 readl(hc_mmio + HC_CFG), in mv_init_host()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | sata_mv.c | 234 HC_CFG = 0x00, enumerator 3967 readl(hc_mmio + HC_CFG), in mv_init_host()
|
Completed in 31 milliseconds