Searched refs:mtk_nfc (Results 1 – 1 of 1) sorted by relevance
147 struct mtk_nfc { struct219 struct mtk_nfc *nfc = nand_get_controller_data(chip); in mtk_data_ptr()226 struct mtk_nfc *nfc = nand_get_controller_data(chip); in mtk_oob_ptr()231 static inline void nfi_writel(struct mtk_nfc *nfc, u32 val, u32 reg) in nfi_writel()236 static inline void nfi_writew(struct mtk_nfc *nfc, u16 val, u32 reg) in nfi_writew()241 static inline void nfi_writeb(struct mtk_nfc *nfc, u8 val, u32 reg) in nfi_writeb()246 static inline u32 nfi_readl(struct mtk_nfc *nfc, u32 reg) in nfi_readl()251 static inline u16 nfi_readw(struct mtk_nfc *nfc, u32 reg) in nfi_readw()256 static inline u8 nfi_readb(struct mtk_nfc *nfc, u32 reg) in nfi_readb()261 static void mtk_nfc_hw_reset(struct mtk_nfc *nfc) in mtk_nfc_hw_reset()[all …]