Searched defs:lpt_softc (Results 1 – 1 of 1) sorted by relevance
63 struct lpt_softc { struct64 struct device sc_dev;65 void *sc_ih;66 struct timeout sc_wakeup_tmo;68 size_t sc_count;69 struct buf *sc_inbuf;70 u_int8_t *sc_cp;71 int sc_spinmax;72 bus_space_tag_t sc_iot; /* bus tag */73 bus_space_handle_t sc_ioh; /* handle to the registers */[all …]