Searched refs:psc_spicfg (Results 1 – 2 of 2) sorted by relevance
186 cfg = hw->regs->psc_spicfg; in au1550_spi_chipsel()188 hw->regs->psc_spicfg = cfg & ~PSC_SPICFG_DE_ENABLE; in au1550_spi_chipsel()216 hw->regs->psc_spicfg = cfg | PSC_SPICFG_DE_ENABLE; in au1550_spi_chipsel()249 cfg = hw->regs->psc_spicfg; in au1550_spi_setupxfer()251 hw->regs->psc_spicfg = cfg & ~PSC_SPICFG_DE_ENABLE; in au1550_spi_setupxfer()265 hw->regs->psc_spicfg = cfg; in au1550_spi_setupxfer()692 hw->regs->psc_spicfg = 0; in au1550_spi_setup_psc_as_spi()714 hw->regs->psc_spicfg = cfg; in au1550_spi_setup_psc_as_spi()719 hw->regs->psc_spicfg |= PSC_SPICFG_DE_ENABLE; in au1550_spi_setup_psc_as_spi()
277 u32 psc_spicfg; member