Searched refs:PSC_SPICFG_DD_DISABLE (Results 1 – 2 of 2) sorted by relevance
206 cfg &= ~PSC_SPICFG_DD_DISABLE; in au1550_spi_chipsel()208 cfg |= PSC_SPICFG_DD_DISABLE; in au1550_spi_chipsel()256 cfg &= ~PSC_SPICFG_DD_DISABLE; in au1550_spi_setupxfer()258 cfg |= PSC_SPICFG_DD_DISABLE; in au1550_spi_setupxfer()705 cfg = hw->usedma ? 0 : PSC_SPICFG_DD_DISABLE; in au1550_spi_setup_psc_as_spi()
298 #define PSC_SPICFG_DD_DISABLE (1 << 27) macro