Searched defs:snf (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/spi/ |
D | spi-mtk-snfi.c | 297 static inline int snand_prepare_bouncebuf(struct mtk_snand *snf, size_t size) in snand_prepare_bouncebuf() 310 static inline u32 nfi_read32(struct mtk_snand *snf, u32 reg) in nfi_read32() 315 static inline void nfi_write32(struct mtk_snand *snf, u32 reg, u32 val) in nfi_write32() 320 static inline void nfi_write16(struct mtk_snand *snf, u32 reg, u16 val) in nfi_write16() 325 static inline void nfi_rmw32(struct mtk_snand *snf, u32 reg, u32 clr, u32 set) in nfi_rmw32() 335 static void nfi_read_data(struct mtk_snand *snf, u32 reg, u8 *data, u32 len) in nfi_read_data() 347 static int mtk_nfi_reset(struct mtk_snand *snf) in mtk_nfi_reset() 382 static int mtk_snand_mac_reset(struct mtk_snand *snf) in mtk_snand_mac_reset() 400 static int mtk_snand_mac_trigger(struct mtk_snand *snf, u32 outlen, u32 inlen) in mtk_snand_mac_trigger() 429 static int mtk_snand_mac_io(struct mtk_snand *snf, const struct spi_mem_op *op) in mtk_snand_mac_io() [all …]
|