Searched defs:auixp_softc (Results 1 – 1 of 1) sorted by relevance
76 struct auixp_softc { struct77 struct device sc_dev;78 void *sc_ih;81 int has_4ch, has_6ch, is_fixed, has_spdif;84 bus_space_tag_t sc_iot;85 bus_space_handle_t sc_ioh;86 bus_addr_t sc_iob;87 bus_size_t sc_ios;89 pcitag_t sc_tag;90 pci_chipset_tag_t sc_pct;[all …]