HomeSort by: relevance | last modified time | path
    Searched refs:sc_hpet (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/acpi/
acpivar.h 170 device_t sc_hpet; /* hpet(4) pseudo-bus */ member in struct:acpi_softc
acpi.c 634 if (sc->sc_hpet == child)
635 sc->sc_hpet = NULL;
990 if (ifattr_match(ifattr, "acpihpetbus") && sc->sc_hpet == NULL) {
991 sc->sc_hpet = config_found(sc->sc_dev, &aa, NULL,
1050 if (acpi_match_hid(di, hpet_ids) != 0 && sc->sc_hpet != NULL) {

Completed in 15 milliseconds