Searched refs:vf610_nfc (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/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 | 39 obj-$(CONFIG_MTD_NAND_VF610_NFC) += vf610_nfc.o
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 152 struct vf610_nfc { struct 199 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_read() 206 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_write() 253 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_done() 328 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_addr_cycle() 355 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_command() 448 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_read_buf() 464 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_write_buf() 478 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_read_byte() 555 struct vf610_nfc *nfc = mtd_to_nfc(mtd); in vf610_nfc_correct_data() [all …]
|
H A D | Makefile | 56 obj-$(CONFIG_NAND_VF610_NFC) += vf610_nfc.o
|
/openbmc/u-boot/configs/ |
H A D | colibri_vf_defconfig | 40 CONFIG_MTDIDS_DEFAULT="nand0=vf610_nfc" 41 CONFIG_MTDPARTS_DEFAULT="mtdparts=vf610_nfc:128k(vf-bcb)ro,1408k(u-boot)ro,512k(u-boot-env),-(ubi)"
|
/openbmc/linux/ |
H A D | MAINTAINERS | 22621 F: drivers/mtd/nand/raw/vf610_nfc.c
|
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |