Home
last modified time | relevance | path

Searched refs:PSC_SPICFG_SET_LEN (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
Dspi-au1550.c201 cfg |= PSC_SPICFG_SET_LEN(spi->bits_per_word); in au1550_spi_chipsel()
250 cfg |= PSC_SPICFG_SET_LEN(bpw); in au1550_spi_setupxfer()
696 cfg |= PSC_SPICFG_SET_LEN(8); in au1550_spi_setup_psc_as_spi()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/
Dau1xxx_psc.h315 #define PSC_SPICFG_SET_LEN(x) (((x-1) & 0x1f) << 4) macro