Searched refs:mtk_nfc (Results 1 – 1 of 1) sorted by relevance
142 struct mtk_nfc { struct216 struct mtk_nfc *nfc = nand_get_controller_data(chip); in mtk_data_ptr()223 struct mtk_nfc *nfc = nand_get_controller_data(chip); in mtk_oob_ptr()228 static inline void nfi_writel(struct mtk_nfc *nfc, u32 val, u32 reg) in nfi_writel()233 static inline void nfi_writew(struct mtk_nfc *nfc, u16 val, u32 reg) in nfi_writew()238 static inline void nfi_writeb(struct mtk_nfc *nfc, u8 val, u32 reg) in nfi_writeb()243 static inline u32 nfi_readl(struct mtk_nfc *nfc, u32 reg) in nfi_readl()248 static inline u16 nfi_readw(struct mtk_nfc *nfc, u32 reg) in nfi_readw()253 static inline u8 nfi_readb(struct mtk_nfc *nfc, u32 reg) in nfi_readb()258 static void mtk_nfc_hw_reset(struct mtk_nfc *nfc) in mtk_nfc_hw_reset()[all …]