Searched defs:dhu_softc (Results 1 – 1 of 1) sorted by relevance
103 struct dhu_softc { struct104 device_t sc_dev; /* Device struct used by config */105 struct evcnt sc_rintrcnt; /* Interrupt statistics */106 struct evcnt sc_tintrcnt; /* Interrupt statistics */107 int sc_type; /* controller type, DHU or DHV */108 int sc_lines; /* number of lines */109 bus_space_tag_t sc_iot;110 bus_space_handle_t sc_ioh;111 bus_dma_tag_t sc_dmat;112 struct {[all …]