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 661 if (sc->sc_hpet == child)
662 sc->sc_hpet = NULL;
1017 if (ifattr_match(ifattr, "acpihpetbus") && sc->sc_hpet == NULL) {
1018 sc->sc_hpet = config_found(sc->sc_dev, &aa, NULL,
1077 if (acpi_match_hid(di, hpet_ids) != 0 && sc->sc_hpet != NULL) {

Completed in 18 milliseconds