Home
last modified time | relevance | path

Searched refs:sc_imod_default (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/u4b/controller/
H A Dxhci_pci.c306 sc->sc_imod_default = XHCI_IMOD_DEFAULT_LP; in xhci_pci_attach()
H A Dxhci.h497 uint16_t sc_imod_default; member
H A Dxhci.c475 if (sc->sc_imod_default == 0) in xhci_start_controller()
476 sc->sc_imod_default = XHCI_IMOD_DEFAULT; in xhci_start_controller()
479 XWRITE4(sc, runt, XHCI_IMOD(0), sc->sc_imod_default); in xhci_start_controller()