Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Dvf610_nfc.c150 struct vf610_nfc { struct
168 static inline struct vf610_nfc *chip_to_nfc(struct nand_chip *chip) in chip_to_nfc() argument
170 return container_of(chip, struct vf610_nfc, chip); in chip_to_nfc()
173 static inline u32 vf610_nfc_read(struct vf610_nfc *nfc, uint reg) in vf610_nfc_read()
178 static inline void vf610_nfc_write(struct vf610_nfc *nfc, uint reg, u32 val) in vf610_nfc_write()
183 static inline void vf610_nfc_set(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_set()
188 static inline void vf610_nfc_clear(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_clear()
193 static inline void vf610_nfc_set_field(struct vf610_nfc *nfc, u32 reg, in vf610_nfc_set_field()
281 static inline void vf610_nfc_clear_status(struct vf610_nfc *nfc) in vf610_nfc_clear_status()
289 static void vf610_nfc_done(struct vf610_nfc *nfc) in vf610_nfc_done()
[all …]
DMakefile41 obj-$(CONFIG_MTD_NAND_VF610_NFC) += vf610_nfc.o
/Linux-v6.1/
DMAINTAINERS21559 F: drivers/mtd/nand/raw/vf610_nfc.c