Searched refs:PSC_SPICFG_SET_DIV (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-au1550.c131 return PSC_SPICFG_SET_BAUD(brg) | PSC_SPICFG_SET_DIV(div); au1550_spi_baudcfg()
213 cfg &= ~PSC_SPICFG_SET_DIV(3); au1550_spi_chipsel()
262 cfg &= ~PSC_SPICFG_SET_DIV(3); au1550_spi_setupxfer()
708 cfg |= PSC_SPICFG_SET_BAUD(4) | PSC_SPICFG_SET_DIV(0); au1550_spi_setup_psc_as_spi()
/linux-4.4.14/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_psc.h303 #define PSC_SPICFG_SET_DIV(x) (((x) & 0x03) << 13) macro

Completed in 749 milliseconds