Home
last modified time | relevance | path

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

/linux-5.10/include/linux/mtd/
Drawnand.h989 struct nand_legacy { struct
990 void __iomem *IO_ADDR_R;
991 void __iomem *IO_ADDR_W;
992 void (*select_chip)(struct nand_chip *chip, int cs);
993 u8 (*read_byte)(struct nand_chip *chip);
994 void (*write_byte)(struct nand_chip *chip, u8 byte);
995 void (*write_buf)(struct nand_chip *chip, const u8 *buf, int len);
996 void (*read_buf)(struct nand_chip *chip, u8 *buf, int len);
997 void (*cmd_ctrl)(struct nand_chip *chip, int dat, unsigned int ctrl);
998 void (*cmdfunc)(struct nand_chip *chip, unsigned command, int column,
[all …]