Searched defs:nand_legacy (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/linux/mtd/ | 
| D | rawnand.h | 990 struct nand_legacy {  struct991 	void __iomem *IO_ADDR_R;
 992 	void __iomem *IO_ADDR_W;
 993 	void (*select_chip)(struct nand_chip *chip, int cs);
 994 	u8 (*read_byte)(struct nand_chip *chip);
 995 	void (*write_byte)(struct nand_chip *chip, u8 byte);
 996 	void (*write_buf)(struct nand_chip *chip, const u8 *buf, int len);
 997 	void (*read_buf)(struct nand_chip *chip, u8 *buf, int len);
 998 	void (*cmd_ctrl)(struct nand_chip *chip, int dat, unsigned int ctrl);
 999 	void (*cmdfunc)(struct nand_chip *chip, unsigned command, int column,
 [all …]
 
 |