• Home
  • Raw
  • Download

Lines Matching defs:spicc

174 static void meson_spicc_oen_enable(struct meson_spicc_device *spicc)  in meson_spicc_oen_enable()
187 static inline bool meson_spicc_txfull(struct meson_spicc_device *spicc) in meson_spicc_txfull()
193 static inline bool meson_spicc_rxready(struct meson_spicc_device *spicc) in meson_spicc_rxready()
199 static inline u32 meson_spicc_pull_data(struct meson_spicc_device *spicc) in meson_spicc_pull_data()
216 static inline void meson_spicc_push_data(struct meson_spicc_device *spicc, in meson_spicc_push_data()
232 static inline void meson_spicc_rx(struct meson_spicc_device *spicc) in meson_spicc_rx()
241 static inline void meson_spicc_tx(struct meson_spicc_device *spicc) in meson_spicc_tx()
250 static inline void meson_spicc_setup_burst(struct meson_spicc_device *spicc) in meson_spicc_setup_burst()
274 struct meson_spicc_device *spicc = (void *) data; in meson_spicc_irq() local
299 static void meson_spicc_auto_io_delay(struct meson_spicc_device *spicc) in meson_spicc_auto_io_delay()
342 static void meson_spicc_setup_xfer(struct meson_spicc_device *spicc, in meson_spicc_setup_xfer()
366 static void meson_spicc_reset_fifo(struct meson_spicc_device *spicc) in meson_spicc_reset_fifo()
388 struct meson_spicc_device *spicc = spi_master_get_devdata(master); in meson_spicc_transfer_one() local
425 struct meson_spicc_device *spicc = spi_master_get_devdata(master); in meson_spicc_prepare_message() local
479 struct meson_spicc_device *spicc = spi_master_get_devdata(master); in meson_spicc_unprepare_transfer() local
538 struct meson_spicc_device *spicc = pow2_clk_to_spicc(divider); in meson_spicc_pow2_recalc_rate() local
550 struct meson_spicc_device *spicc = pow2_clk_to_spicc(divider); in meson_spicc_pow2_determine_rate() local
562 struct meson_spicc_device *spicc = pow2_clk_to_spicc(divider); in meson_spicc_pow2_set_rate() local
576 static int meson_spicc_pow2_clk_init(struct meson_spicc_device *spicc) in meson_spicc_pow2_clk_init()
638 static int meson_spicc_enh_clk_init(struct meson_spicc_device *spicc) in meson_spicc_enh_clk_init()
725 struct meson_spicc_device *spicc; in meson_spicc_probe() local
858 struct meson_spicc_device *spicc = platform_get_drvdata(pdev); in meson_spicc_remove() local