Lines Matching defs:spi

112 static inline u32 mchp_corespi_read(struct mchp_corespi *spi, unsigned int reg)  in mchp_corespi_read()
117 static inline void mchp_corespi_write(struct mchp_corespi *spi, unsigned int reg, u32 val) in mchp_corespi_write()
122 static inline void mchp_corespi_disable(struct mchp_corespi *spi) in mchp_corespi_disable()
131 static inline void mchp_corespi_read_fifo(struct mchp_corespi *spi) in mchp_corespi_read_fifo()
149 static void mchp_corespi_enable_ints(struct mchp_corespi *spi) in mchp_corespi_enable_ints()
164 static void mchp_corespi_disable_ints(struct mchp_corespi *spi) in mchp_corespi_disable_ints()
178 static inline void mchp_corespi_set_xfer_size(struct mchp_corespi *spi, int len) in mchp_corespi_set_xfer_size()
209 static inline void mchp_corespi_write_fifo(struct mchp_corespi *spi) in mchp_corespi_write_fifo()
227 static inline void mchp_corespi_set_framesize(struct mchp_corespi *spi, int bt) in mchp_corespi_set_framesize()
244 static void mchp_corespi_set_cs(struct spi_device *spi, bool disable) in mchp_corespi_set_cs()
256 static int mchp_corespi_setup(struct spi_device *spi) in mchp_corespi_setup()
274 static void mchp_corespi_init(struct spi_controller *host, struct mchp_corespi *spi) in mchp_corespi_init()
320 static inline void mchp_corespi_set_clk_gen(struct mchp_corespi *spi) in mchp_corespi_set_clk_gen()
337 static inline void mchp_corespi_set_mode(struct mchp_corespi *spi, unsigned int mode) in mchp_corespi_set_mode()
375 struct mchp_corespi *spi = spi_controller_get_devdata(host); in mchp_corespi_interrupt() local
421 static int mchp_corespi_calculate_clkgen(struct mchp_corespi *spi, in mchp_corespi_calculate_clkgen()
462 struct mchp_corespi *spi = spi_controller_get_devdata(host); in mchp_corespi_transfer_one() local
491 struct mchp_corespi *spi = spi_controller_get_devdata(host); in mchp_corespi_prepare_message() local
502 struct mchp_corespi *spi; in mchp_corespi_probe() local
564 struct mchp_corespi *spi = spi_controller_get_devdata(host); in mchp_corespi_remove() local