Home
last modified time | relevance | path

Searched refs:vf610_nfc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mtd/nand/
Dvf610_nfc.c158 struct vf610_nfc { struct
174 #define mtd_to_nfc(_mtd) container_of(_mtd, struct vf610_nfc, mtd) argument
204 static inline u32 vf610_nfc_read(struct vf610_nfc *nfc, uint reg) in vf610_nfc_read()
209 static inline void vf610_nfc_write(struct vf610_nfc *nfc, uint reg, u32 val) in vf610_nfc_write()
214 static inline void vf610_nfc_set(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_set()
219 static inline void vf610_nfc_clear(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_clear()
224 static inline void vf610_nfc_set_field(struct vf610_nfc *nfc, u32 reg, in vf610_nfc_set_field()
246 static inline void vf610_nfc_clear_status(struct vf610_nfc *nfc) in vf610_nfc_clear_status()
254 static void vf610_nfc_done(struct vf610_nfc *nfc) in vf610_nfc_done()
274 static u8 vf610_nfc_get_id(struct vf610_nfc *nfc, int col) in vf610_nfc_get_id()
[all …]
DMakefile49 obj-$(CONFIG_MTD_NAND_VF610_NFC) += vf610_nfc.o
/linux-4.4.14/
DMAINTAINERS11353 F: drivers/mtd/nand/vf610_nfc.c