Searched defs:nandsim_softc (Results 1 – 1 of 1) sorted by relevance
52 struct nandsim_softc { struct53 struct nand_softc nand_dev;54 device_t dev;56 struct nandsim_chip *chips[MAX_CS_NUM];57 struct nandsim_chip *active_chip;59 uint8_t address_cycle;60 enum addr_type address_type;61 int log_idx;62 char *log_buff;63 struct alq *alq;