Searched refs:HPRT0_PWR (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/usb/dwc2/
H A Ddwc2_hcd.c2330 !!(hprt0 & HPRT0_PWR));
2331 if (!(hprt0 & HPRT0_PWR)) {
2332 hprt0 |= HPRT0_PWR;
3514 pwr = hprt0 & HPRT0_PWR;
3515 hprt0 &= ~HPRT0_PWR;
3655 if (hprt0 & HPRT0_PWR)
3730 pwr = hprt0 & HPRT0_PWR;
3731 hprt0 |= HPRT0_PWR;
3769 pwr = hprt0 & HPRT0_PWR;
3779 hprt0 |= HPRT0_PWR | HPRT0_RS
[all...]
H A Ddwc2_coreintr.c350 hprt0 |= HPRT0_PWR;
H A Ddwc2_hw.h750 #define HPRT0_PWR (1 << 12) macro

Completed in 209 milliseconds