Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/spi/
Dspi-au1550.c177 cfg = hw->regs->psc_spicfg; in au1550_spi_chipsel()
179 hw->regs->psc_spicfg = cfg & ~PSC_SPICFG_DE_ENABLE; in au1550_spi_chipsel()
207 hw->regs->psc_spicfg = cfg | PSC_SPICFG_DE_ENABLE; in au1550_spi_chipsel()
240 cfg = hw->regs->psc_spicfg; in au1550_spi_setupxfer()
242 hw->regs->psc_spicfg = cfg & ~PSC_SPICFG_DE_ENABLE; in au1550_spi_setupxfer()
256 hw->regs->psc_spicfg = cfg; in au1550_spi_setupxfer()
683 hw->regs->psc_spicfg = 0; in au1550_spi_setup_psc_as_spi()
705 hw->regs->psc_spicfg = cfg; in au1550_spi_setup_psc_as_spi()
710 hw->regs->psc_spicfg |= PSC_SPICFG_DE_ENABLE; in au1550_spi_setup_psc_as_spi()
/Linux-v5.10/arch/mips/include/asm/mach-au1x00/
Dau1xxx_psc.h277 u32 psc_spicfg; member