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

  /src/sys/arch/x86/pci/
tcpcib.c 93 device_t sc_hpetbus; member in struct:tcpcib_softc
272 if (ifattr_match(ifattr, "hpetichbus") && sc->sc_hpetbus == NULL) {
276 sc->sc_hpetbus =
289 if (sc->sc_hpetbus == child) {
290 sc->sc_hpetbus = NULL;
ichlpcib.c 124 device_t sc_hpetbus; member in struct:lpcib_softc
435 if (sc->sc_hpetbus != child) {
439 sc->sc_hpetbus = NULL;
486 if (ifattr_match(ifattr, "hpetichbus") && sc->sc_hpetbus == NULL)
868 sc->sc_hpetbus = config_found(self, &arg, NULL,

Completed in 12 milliseconds