Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dvf610_nfc.c154 struct vf610_nfc { struct
171 static inline struct vf610_nfc *mtd_to_nfc(struct mtd_info *mtd) in mtd_to_nfc() argument
173 return container_of(mtd_to_nand(mtd), struct vf610_nfc, chip); in mtd_to_nfc()
176 static inline struct vf610_nfc *chip_to_nfc(struct nand_chip *chip) in chip_to_nfc()
178 return container_of(chip, struct vf610_nfc, chip); in chip_to_nfc()
181 static inline u32 vf610_nfc_read(struct vf610_nfc *nfc, uint reg) in vf610_nfc_read()
186 static inline void vf610_nfc_write(struct vf610_nfc *nfc, uint reg, u32 val) in vf610_nfc_write()
191 static inline void vf610_nfc_set(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_set()
196 static inline void vf610_nfc_clear(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_clear()
201 static inline void vf610_nfc_set_field(struct vf610_nfc *nfc, u32 reg, in vf610_nfc_set_field()
[all …]
DMakefile47 obj-$(CONFIG_MTD_NAND_VF610_NFC) += vf610_nfc.o
/Linux-v4.19/
DMAINTAINERS15419 F: drivers/mtd/nand/raw/vf610_nfc.c