Lines Matching defs:spicc
171 static void meson_spicc_oen_enable(struct meson_spicc_device *spicc) in meson_spicc_oen_enable()
184 static inline bool meson_spicc_txfull(struct meson_spicc_device *spicc) in meson_spicc_txfull()
190 static inline bool meson_spicc_rxready(struct meson_spicc_device *spicc) in meson_spicc_rxready()
196 static inline u32 meson_spicc_pull_data(struct meson_spicc_device *spicc) in meson_spicc_pull_data()
213 static inline void meson_spicc_push_data(struct meson_spicc_device *spicc, in meson_spicc_push_data()
229 static inline void meson_spicc_rx(struct meson_spicc_device *spicc) in meson_spicc_rx()
238 static inline void meson_spicc_tx(struct meson_spicc_device *spicc) in meson_spicc_tx()
247 static inline void meson_spicc_setup_burst(struct meson_spicc_device *spicc) in meson_spicc_setup_burst()
271 struct meson_spicc_device *spicc = (void *) data; in meson_spicc_irq() local
296 static void meson_spicc_auto_io_delay(struct meson_spicc_device *spicc) in meson_spicc_auto_io_delay()
339 static void meson_spicc_setup_xfer(struct meson_spicc_device *spicc, in meson_spicc_setup_xfer()
363 static void meson_spicc_reset_fifo(struct meson_spicc_device *spicc) in meson_spicc_reset_fifo()
385 struct meson_spicc_device *spicc = spi_master_get_devdata(master); in meson_spicc_transfer_one() local
422 struct meson_spicc_device *spicc = spi_master_get_devdata(master); in meson_spicc_prepare_message() local
478 struct meson_spicc_device *spicc = spi_master_get_devdata(master); in meson_spicc_unprepare_transfer() local
523 static int meson_spicc_clk_init(struct meson_spicc_device *spicc) in meson_spicc_clk_init()
660 struct meson_spicc_device *spicc; in meson_spicc_probe() local
778 struct meson_spicc_device *spicc = platform_get_drvdata(pdev); in meson_spicc_remove() local