Searched refs:HPRT0_ENA (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/usb/dwc2/
H A Dhcd.h466 hprt0 &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG | HPRT0_OVRCURRCHG);
H A Dhcd_intr.c339 hprt0_modify &= ~(HPRT0_ENA | HPRT0_CONNDET | HPRT0_ENACHG |
368 hprt0, !!(hprt0 & HPRT0_ENA));
369 if (hprt0 & HPRT0_ENA) {
H A Dcore_intr.c57 hprt0 &= ~HPRT0_ENA;
H A Dhcd.c3420 hprt0 |= HPRT0_ENA;
3566 if (hprt0 & HPRT0_ENA)
5511 hprt0 &= ~HPRT0_ENA;
5644 hprt0 &= ~HPRT0_ENA;
5650 hprt0 &= ~HPRT0_ENA;
5681 hprt0 &= ~HPRT0_ENA;
H A Dhw.h727 #define HPRT0_ENA BIT(2) macro

Completed in 302 milliseconds