Home
last modified time | relevance | path

Searched defs:nand_legacy (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/mtd/
H A Drawnand.h1163 struct nand_legacy { struct
1164 void __iomem *IO_ADDR_R;
1165 void __iomem *IO_ADDR_W;
1166 void (*select_chip)(struct nand_chip *chip, int cs);
1167 u8 (*read_byte)(struct nand_chip *chip);
1168 void (*write_byte)(struct nand_chip *chip, u8 byte);
1169 void (*write_buf)(struct nand_chip *chip, const u8 *buf, int len);
1170 void (*read_buf)(struct nand_chip *chip, u8 *buf, int len);
1171 void (*cmd_ctrl)(struct nand_chip *chip, int dat, unsigned int ctrl);
1172 void (*cmdfunc)(struct nand_chip *chip, unsigned command, int column,
[all …]