Lines Matching defs:sfc

187 static int rockchip_sfc_reset(struct rockchip_sfc *sfc)  in rockchip_sfc_reset()
208 static u16 rockchip_sfc_get_version(struct rockchip_sfc *sfc) in rockchip_sfc_get_version()
213 static u32 rockchip_sfc_get_max_iosize(struct rockchip_sfc *sfc) in rockchip_sfc_get_max_iosize()
218 static void rockchip_sfc_irq_unmask(struct rockchip_sfc *sfc, u32 mask) in rockchip_sfc_irq_unmask()
228 static void rockchip_sfc_irq_mask(struct rockchip_sfc *sfc, u32 mask) in rockchip_sfc_irq_mask()
238 static int rockchip_sfc_init(struct rockchip_sfc *sfc) in rockchip_sfc_init()
249 static int rockchip_sfc_wait_txfifo_ready(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_wait_txfifo_ready()
266 static int rockchip_sfc_wait_rxfifo_ready(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_wait_rxfifo_ready()
298 static int rockchip_sfc_xfer_setup(struct rockchip_sfc *sfc, in rockchip_sfc_xfer_setup()
365 static int rockchip_sfc_write_fifo(struct rockchip_sfc *sfc, const u8 *buf, int len) in rockchip_sfc_write_fifo()
396 static int rockchip_sfc_read_fifo(struct rockchip_sfc *sfc, u8 *buf, int len) in rockchip_sfc_read_fifo()
428 static int rockchip_sfc_fifo_transfer_dma(struct rockchip_sfc *sfc, dma_addr_t dma_buf, size_t len) in rockchip_sfc_fifo_transfer_dma()
437 static int rockchip_sfc_xfer_data_poll(struct rockchip_sfc *sfc, in rockchip_sfc_xfer_data_poll()
448 static int rockchip_sfc_xfer_data_dma(struct rockchip_sfc *sfc, in rockchip_sfc_xfer_data_dma()
470 static int rockchip_sfc_xfer_done(struct rockchip_sfc *sfc, u32 timeout_us) in rockchip_sfc_xfer_done()
490 struct rockchip_sfc *sfc = spi_master_get_devdata(mem->spi->master); in rockchip_sfc_exec_mem_op() local
526 struct rockchip_sfc *sfc = spi_master_get_devdata(mem->spi->master); in rockchip_sfc_adjust_op_size() local
540 struct rockchip_sfc *sfc = dev_id; in rockchip_sfc_irq_handler() local
562 struct rockchip_sfc *sfc; in rockchip_sfc_probe() local
662 struct rockchip_sfc *sfc = platform_get_drvdata(pdev); in rockchip_sfc_remove() local