Lines Matching refs:meson_spifc
81 struct meson_spifc { struct
100 static int meson_spifc_wait_ready(struct meson_spifc *spifc) in meson_spifc_wait_ready() argument
121 static void meson_spifc_drain_buffer(struct meson_spifc *spifc, u8 *buf, in meson_spifc_drain_buffer()
147 static void meson_spifc_fill_buffer(struct meson_spifc *spifc, const u8 *buf, in meson_spifc_fill_buffer()
171 static void meson_spifc_setup_speed(struct meson_spifc *spifc, u32 speed) in meson_spifc_setup_speed()
200 static int meson_spifc_txrx(struct meson_spifc *spifc, in meson_spifc_txrx()
255 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_transfer_one()
280 static void meson_spifc_hw_init(struct meson_spifc *spifc) in meson_spifc_hw_init()
294 struct meson_spifc *spifc; in meson_spifc_probe()
300 master = spi_alloc_master(&pdev->dev, sizeof(struct meson_spifc)); in meson_spifc_probe()
368 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_remove()
381 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_suspend()
397 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_resume()
420 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_runtime_suspend()
430 struct meson_spifc *spifc = spi_master_get_devdata(master); in meson_spifc_runtime_resume()