Searched refs:mtk_nor (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/spi/ |
H A D | spi-mtk-nor.c | 113 struct mtk_nor { struct 131 static inline void mtk_nor_rmw(struct mtk_nor *sp, u32 reg, u32 set, u32 clr) in mtk_nor_rmw() argument 140 static inline int mtk_nor_cmd_exec(struct mtk_nor *sp, u32 cmd, ulong clk) in mtk_nor_cmd_exec() 154 static void mtk_nor_reset(struct mtk_nor *sp) in mtk_nor_reset() 163 static void mtk_nor_set_addr(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_set_addr() 180 static bool need_bounce(struct mtk_nor *sp, const struct spi_mem_op *op) in need_bounce() 278 struct mtk_nor *sp = spi_controller_get_devdata(mem->spi->controller); in mtk_nor_adjust_op_size() 340 static void mtk_nor_setup_bus(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_setup_bus() 366 static int mtk_nor_dma_exec(struct mtk_nor *sp, u32 from, unsigned int length, in mtk_nor_dma_exec() 410 static int mtk_nor_read_bounce(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_read_bounce() [all …]
|