Searched defs:dbri_softc (Results 1 – 1 of 1) sorted by relevance
119 struct dbri_softc { struct120 device_t sc_dev; /* base device */122 bus_space_handle_t sc_ioh;123 bus_space_tag_t sc_iot;125 bus_dma_tag_t sc_dmat;126 bus_dmamap_t sc_dmamap;127 bus_dma_segment_t sc_dmaseg;129 int sc_have_powerctl;130 int sc_init_done;131 int sc_powerstate; /* DBRI's powered up or not */[all …]