Searched refs:vf610_nfc (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | vf610_nfc.c | 150 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 …]
|
| H A D | Makefile | 44 obj-$(CONFIG_MTD_NAND_VF610_NFC) += vf610_nfc.o
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | vf610_nfc.c | 153 struct vf610_nfc { struct 200 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_read() 207 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_write() 254 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_done() 329 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_addr_cycle() 356 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_command() 449 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_read_buf() 465 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_write_buf() 479 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_read_byte() 556 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_correct_data() [all …]
|
| H A D | Makefile | 57 obj-$(CONFIG_NAND_VF610_NFC) += vf610_nfc.o
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 18442 F: drivers/mtd/nand/raw/vf610_nfc.c
|