Lines Matching defs:spi

116 static inline u32 mchp_corespi_read(struct mchp_corespi *spi, unsigned int reg)  in mchp_corespi_read()
121 static inline void mchp_corespi_write(struct mchp_corespi *spi, unsigned int reg, u32 val) in mchp_corespi_write()
126 static inline void mchp_corespi_disable(struct mchp_corespi *spi) in mchp_corespi_disable()
135 static inline void mchp_corespi_read_fifo(struct mchp_corespi *spi, int fifo_max) in mchp_corespi_read_fifo()
161 static void mchp_corespi_enable_ints(struct mchp_corespi *spi) in mchp_corespi_enable_ints()
169 static void mchp_corespi_disable_ints(struct mchp_corespi *spi) in mchp_corespi_disable_ints()
177 static inline void mchp_corespi_set_xfer_size(struct mchp_corespi *spi, int len) in mchp_corespi_set_xfer_size()
218 static inline void mchp_corespi_write_fifo(struct mchp_corespi *spi, int fifo_max) in mchp_corespi_write_fifo()
243 static inline void mchp_corespi_set_framesize(struct mchp_corespi *spi, int bt) in mchp_corespi_set_framesize()
265 static void mchp_corespi_set_cs(struct spi_device *spi, bool disable) in mchp_corespi_set_cs()
287 static int mchp_corespi_setup(struct spi_device *spi) in mchp_corespi_setup()
309 static void mchp_corespi_init(struct spi_controller *host, struct mchp_corespi *spi) in mchp_corespi_init()
357 static inline void mchp_corespi_set_clk_gen(struct mchp_corespi *spi) in mchp_corespi_set_clk_gen()
371 static inline void mchp_corespi_set_mode(struct mchp_corespi *spi, unsigned int mode) in mchp_corespi_set_mode()
411 struct mchp_corespi *spi = spi_controller_get_devdata(host); in mchp_corespi_interrupt() local
441 static int mchp_corespi_calculate_clkgen(struct mchp_corespi *spi, in mchp_corespi_calculate_clkgen()
482 struct mchp_corespi *spi = spi_controller_get_devdata(host); in mchp_corespi_transfer_one() local
520 struct mchp_corespi *spi = spi_controller_get_devdata(host); in mchp_corespi_prepare_message() local
530 struct mchp_corespi *spi; in mchp_corespi_probe() local
593 struct mchp_corespi *spi = spi_controller_get_devdata(host); in mchp_corespi_remove() local