Searched refs:vf610_nfc (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | vf610_nfc.c | 151 struct vf610_nfc { struct 169 static inline struct vf610_nfc *chip_to_nfc(struct nand_chip *chip) in chip_to_nfc() argument 171 return container_of(chip, struct vf610_nfc, chip); in chip_to_nfc() 174 static inline u32 vf610_nfc_read(struct vf610_nfc *nfc, uint reg) in vf610_nfc_read() 179 static inline void vf610_nfc_write(struct vf610_nfc *nfc, uint reg, u32 val) in vf610_nfc_write() 184 static inline void vf610_nfc_set(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_set() 189 static inline void vf610_nfc_clear(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_clear() 194 static inline void vf610_nfc_set_field(struct vf610_nfc *nfc, u32 reg, in vf610_nfc_set_field() 282 static inline void vf610_nfc_clear_status(struct vf610_nfc *nfc) in vf610_nfc_clear_status() 290 static void vf610_nfc_done(struct vf610_nfc *nfc) in vf610_nfc_done() [all …]
|
D | Makefile | 40 obj-$(CONFIG_MTD_NAND_VF610_NFC) += vf610_nfc.o
|
/linux-6.12.1/ |
D | MAINTAINERS | 24249 F: drivers/mtd/nand/raw/vf610_nfc.c
|