Home
last modified time | relevance | path

Searched refs:bPwrOn2PwrGood (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/usb/
H A Duhub.c164 powerdelay = (hd.ss.bPwrOn2PwrGood * UHD_PWRON_FACTOR); in uhub_attach()
170 powerdelay = (hd.hs.bPwrOn2PwrGood * UHD_PWRON_FACTOR); in uhub_attach()
H A Dusb.h364 uByte bPwrOn2PwrGood; /* delay in 2 ms units */ member
379 uByte bPwrOn2PwrGood; /* delay in 2 ms units */ member
H A Dohci.c2481 hubd.bPwrOn2PwrGood = OHCI_GET_POTPGT(v); in ohci_root_ctrl_start()
H A Dxhci.c2652 hubd.bPwrOn2PwrGood = 10; /* xHCI section 5.4.9 */ in xhci_root_ctrl_start()
H A Dehci.c2016 hubd.bPwrOn2PwrGood = 200; /* XXX can't find out? */ in ehci_root_ctrl_start()
/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_hcd.c3592 hub_desc->bPwrOn2PwrGood = 1; in dwc2_hcd_hub_control()