Searched refs:HPRT0_SPD_MASK (Results 1 – 2 of 2) sorted by relevance
426 s->hprt0 &= ~HPRT0_SPD_MASK; in dwc2_attach()473 s->hprt0 &= ~(HPRT0_SPD_MASK | HPRT0_SUSP | HPRT0_ENA | HPRT0_CONNSTS); in dwc2_detach()906 val |= old & (HPRT0_SPD_MASK | HPRT0_LNSTS_MASK | HPRT0_OVRCURRACT | in dwc2_hreg0_write()
735 #define HPRT0_SPD_MASK (0x3 << 17) macro