Searched refs:PSC_SPICFG_SET_DIV (Results 1 – 2 of 2) sorted by relevance
121 return PSC_SPICFG_SET_BAUD(brg) | PSC_SPICFG_SET_DIV(div); in au1550_spi_baudcfg()203 cfg &= ~PSC_SPICFG_SET_DIV(3); in au1550_spi_chipsel()252 cfg &= ~PSC_SPICFG_SET_DIV(3); in au1550_spi_setupxfer()700 cfg |= PSC_SPICFG_SET_BAUD(4) | PSC_SPICFG_SET_DIV(0); in au1550_spi_setup_psc_as_spi()
303 #define PSC_SPICFG_SET_DIV(x) (((x) & 0x03) << 13) macro