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

/linux-master/drivers/spi/
H A Dspi-lantiq-ssc.c153 struct lantiq_ssc_spi;
156 int (*cfg_irq)(struct platform_device *pdev, struct lantiq_ssc_spi *spi);
165 struct lantiq_ssc_spi { struct
189 static u32 lantiq_ssc_readl(const struct lantiq_ssc_spi *spi, u32 reg)
194 static void lantiq_ssc_writel(const struct lantiq_ssc_spi *spi, u32 val,
200 static void lantiq_ssc_maskl(const struct lantiq_ssc_spi *spi, u32 clr,
210 static unsigned int tx_fifo_level(const struct lantiq_ssc_spi *spi)
218 static unsigned int rx_fifo_level(const struct lantiq_ssc_spi *spi)
226 static unsigned int tx_fifo_free(const struct lantiq_ssc_spi *spi)
231 static void rx_fifo_reset(const struct lantiq_ssc_spi *sp
[all...]

Completed in 91 milliseconds