Searched refs:PSC_SPICFG_DD_DISABLE (Results 1 – 2 of 2) sorted by relevance
196 cfg &= ~PSC_SPICFG_DD_DISABLE; in au1550_spi_chipsel()198 cfg |= PSC_SPICFG_DD_DISABLE; in au1550_spi_chipsel()245 cfg &= ~PSC_SPICFG_DD_DISABLE; in au1550_spi_setupxfer()247 cfg |= PSC_SPICFG_DD_DISABLE; in au1550_spi_setupxfer()696 cfg = hw->usedma ? 0 : PSC_SPICFG_DD_DISABLE; in au1550_spi_setup_psc_as_spi()
298 #define PSC_SPICFG_DD_DISABLE (1 << 27) macro