Searched refs:mtk_nfc (Results 1 – 1 of 1) sorted by relevance
143 struct mtk_nfc { struct217 struct mtk_nfc *nfc = nand_get_controller_data(chip); in mtk_data_ptr()224 struct mtk_nfc *nfc = nand_get_controller_data(chip); in mtk_oob_ptr()229 static inline void nfi_writel(struct mtk_nfc *nfc, u32 val, u32 reg) in nfi_writel()234 static inline void nfi_writew(struct mtk_nfc *nfc, u16 val, u32 reg) in nfi_writew()239 static inline void nfi_writeb(struct mtk_nfc *nfc, u8 val, u32 reg) in nfi_writeb()244 static inline u32 nfi_readl(struct mtk_nfc *nfc, u32 reg) in nfi_readl()249 static inline u16 nfi_readw(struct mtk_nfc *nfc, u32 reg) in nfi_readw()254 static inline u8 nfi_readb(struct mtk_nfc *nfc, u32 reg) in nfi_readb()259 static void mtk_nfc_hw_reset(struct mtk_nfc *nfc) in mtk_nfc_hw_reset()[all …]