Searched defs:sbsawdt_acpi_softc (Results 1 – 1 of 1) sorted by relevance
72 struct sbsawdt_acpi_softc { struct73 device_t sc_dev;74 bus_space_tag_t sc_bst;75 bus_space_handle_t sc_bsh_c; /* control frame */99 CFATTACH_DECL_NEW(sbsawdt_acpi, sizeof(struct sbsawdt_acpi_softc), sbsawdt_acpi_match, sbsawdt_acpi… argument