Searched defs:nand_chip (Results 1 – 1 of 1) sorted by relevance
298 struct nand_chip { struct299 device_t dev;300 struct nand_id id;301 struct chip_geom chip_geom;303 uint16_t t_prog; /* us, max page program time */304 uint16_t t_bers; /* us, max block erase time */305 uint16_t t_r; /* us, max page read time */306 uint16_t t_ccs; /* ns, min change column setup time */307 uint8_t num;308 uint8_t flags;[all …]