Home
last modified time | relevance | path

Searched defs:hifn_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hifn/
H A Dhifn7751var.h127 struct hifn_softc { struct
128 device_t sc_dev; /* device backpointer */
129 struct mtx sc_mtx; /* per-instance lock */
130 bus_dma_tag_t sc_dmat; /* parent DMA tag descriptor */
131 struct resource *sc_bar0res;
132 bus_space_handle_t sc_sh0; /* bar0 bus space handle */
133 bus_space_tag_t sc_st0; /* bar0 bus space tag */
134 bus_size_t sc_bar0_lastreg;/* bar0 last reg written */
135 struct resource *sc_bar1res;
136 bus_space_handle_t sc_sh1; /* bar1 bus space handle */
[all …]