Searched defs:mlcd_softc (Results 1 – 1 of 1) sorted by relevance
95 struct mlcd_softc { struct96 device_t sc_dev;98 device_t sc_parent;99 struct maple_unit *sc_unit;100 int sc_direction;101 enum mlcd_stat {107 } sc_stat;109 int sc_npt; /* number of partitions */110 int sc_bsize; /* block size */111 int sc_wacc; /* number of write access per block */[all …]