Searched defs:hifn_softc (Results 1 – 1 of 1) sorted by relevance
142 struct hifn_softc { struct143 device_t sc_dev; /* device backpointer */144 struct lock sc_lock; /* per-instance lock */145 bus_dma_tag_t sc_dmat; /* parent DMA tag decriptor */146 struct resource *sc_bar0res;147 bus_space_handle_t sc_sh0; /* bar0 bus space handle */148 bus_space_tag_t sc_st0; /* bar0 bus space tag */149 bus_size_t sc_bar0_lastreg;/* bar0 last reg written */150 struct resource *sc_bar1res;151 bus_space_handle_t sc_sh1; /* bar1 bus space handle */[all …]