Searched refs:HPCS_PP (Results 1 – 2 of 2) sorted by relevance
150 if (!(port & HPCS_PP) && (1U == state)) { in usb_portvbus_switch()151 port |= HPCS_PP; in usb_portvbus_switch()154 if ((port & HPCS_PP) && (0U == state)) { in usb_portvbus_switch()155 port &= ~HPCS_PP; in usb_portvbus_switch()
367 #define HPCS_PP BIT(12) /*!< port power */ macro
Completed in 10 milliseconds