• Home
  • Raw
  • Download

Lines Matching defs:mtd

122 static inline u16 nfc_read(struct mtd_info *mtd, uint reg)  in nfc_read()
131 static inline void nfc_write(struct mtd_info *mtd, uint reg, u16 val) in nfc_write()
140 static inline void nfc_set(struct mtd_info *mtd, uint reg, u16 bits) in nfc_set()
146 static inline void nfc_clear(struct mtd_info *mtd, uint reg, u16 bits) in nfc_clear()
152 static inline void mpc5121_nfc_send_addr(struct mtd_info *mtd, u16 addr) in mpc5121_nfc_send_addr()
160 static inline void mpc5121_nfc_send_cmd(struct mtd_info *mtd, u16 cmd) in mpc5121_nfc_send_cmd()
168 static inline void mpc5121_nfc_send_prog_page(struct mtd_info *mtd) in mpc5121_nfc_send_prog_page()
176 static inline void mpc5121_nfc_send_read_page(struct mtd_info *mtd) in mpc5121_nfc_send_read_page()
184 static inline void mpc5121_nfc_send_read_id(struct mtd_info *mtd) in mpc5121_nfc_send_read_id()
192 static inline void mpc5121_nfc_send_read_status(struct mtd_info *mtd) in mpc5121_nfc_send_read_status()
202 struct mtd_info *mtd = data; in mpc5121_nfc_irq() local
213 static void mpc5121_nfc_done(struct mtd_info *mtd) in mpc5121_nfc_done()
233 static void mpc5121_nfc_addr_cycle(struct mtd_info *mtd, int column, int page) in mpc5121_nfc_addr_cycle()
256 struct mtd_info *mtd = nand_to_mtd(nand); in mpc5121_nfc_select_chip() local
270 static int ads5121_chipselect_init(struct mtd_info *mtd) in ads5121_chipselect_init()
323 struct mtd_info *mtd = nand_to_mtd(chip); in mpc5121_nfc_command() local
393 static void mpc5121_nfc_copy_spare(struct mtd_info *mtd, uint offset, in mpc5121_nfc_copy_spare()
445 static void mpc5121_nfc_buf_copy(struct mtd_info *mtd, u_char *buf, int len, in mpc5121_nfc_buf_copy()
514 static int mpc5121_nfc_read_hw_config(struct mtd_info *mtd) in mpc5121_nfc_read_hw_config()
593 static void mpc5121_nfc_free(struct device *dev, struct mtd_info *mtd) in mpc5121_nfc_free()
625 struct mtd_info *mtd; in mpc5121_nfc_probe() local
829 struct mtd_info *mtd = dev_get_drvdata(dev); in mpc5121_nfc_remove() local