Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-lantiq-ssc.c169 struct lantiq_ssc_spi { struct
192 static u32 lantiq_ssc_readl(const struct lantiq_ssc_spi *spi, u32 reg) in lantiq_ssc_readl() argument
197 static void lantiq_ssc_writel(const struct lantiq_ssc_spi *spi, u32 val, in lantiq_ssc_writel()
203 static void lantiq_ssc_maskl(const struct lantiq_ssc_spi *spi, u32 clr, in lantiq_ssc_maskl()
213 static unsigned int tx_fifo_level(const struct lantiq_ssc_spi *spi) in tx_fifo_level()
220 static unsigned int rx_fifo_level(const struct lantiq_ssc_spi *spi) in rx_fifo_level()
227 static unsigned int tx_fifo_free(const struct lantiq_ssc_spi *spi) in tx_fifo_free()
232 static void rx_fifo_reset(const struct lantiq_ssc_spi *spi) in rx_fifo_reset()
240 static void tx_fifo_reset(const struct lantiq_ssc_spi *spi) in tx_fifo_reset()
248 static void rx_fifo_flush(const struct lantiq_ssc_spi *spi) in rx_fifo_flush()
[all …]