Searched defs:nand_legacy (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/include/linux/mtd/ |
D | rawnand.h | 1150 struct nand_legacy { struct 1151 void __iomem *IO_ADDR_R; 1152 void __iomem *IO_ADDR_W; 1153 void (*select_chip)(struct nand_chip *chip, int cs); 1154 u8 (*read_byte)(struct nand_chip *chip); 1155 void (*write_byte)(struct nand_chip *chip, u8 byte); 1156 void (*write_buf)(struct nand_chip *chip, const u8 *buf, int len); 1157 void (*read_buf)(struct nand_chip *chip, u8 *buf, int len); 1158 void (*cmd_ctrl)(struct nand_chip *chip, int dat, unsigned int ctrl); 1159 void (*cmdfunc)(struct nand_chip *chip, unsigned command, int column, [all …]
|