Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dhifn7751var.h130 struct hifn_softc { struct
131 device_t sc_dv; /* generic device */
132 void * sc_ih; /* interrupt handler cookie */
133 u_int32_t sc_dmaier;
134 u_int32_t sc_drammodel; /* 1=dram, 0=sram */
136 bus_space_handle_t sc_sh0, sc_sh1;
137 bus_space_tag_t sc_st0, sc_st1;
138 bus_size_t sc_iosz0, sc_iosz1;
139 bus_dma_tag_t sc_dmat;
140 struct pool_cache *sc_cmd_cache;
[all …]