Searched defs:mxc_nand_devtype_data (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 124 struct mxc_nand_devtype_data { struct 125 void (*preset)(struct mtd_info *); 126 int (*read_page)(struct nand_chip *chip, void *buf, void *oob, bool ecc, 128 void (*send_cmd)(struct mxc_nand_host *, uint16_t, int); 129 void (*send_addr)(struct mxc_nand_host *, uint16_t, int); 130 void (*send_page)(struct mtd_info *, unsigned int); 131 void (*send_read_id)(struct mxc_nand_host *); 132 uint16_t (*get_dev_status)(struct mxc_nand_host *); 133 int (*check_int)(struct mxc_nand_host *); 134 void (*irq_control)(struct mxc_nand_host *, int); [all …]
|