Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/nand/
Dnandsim_chip.h52 struct nandsim_softc { struct
53 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;