Searched refs:PORTSC_PP (Results 1 – 4 of 4) sorted by relevance
73 #define PORTSC_PP BIT(12) macro
465 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_drv_vbus()466 PORTSC_PP); in ci_otg_drv_vbus()617 PORTSC_PP, 0); in ci_otg_fsm_work()
1289 hw_write(ci, OP_PORTSC, PORTSC_W1C_BITS | PORTSC_PP, in ci_otg_fsm_suspend_for_srp()1290 PORTSC_PP); in ci_otg_fsm_suspend_for_srp()
96 #define PORTSC_PP (1<<9) macro2630 port->portsc = PORTSC_PP; in xhci_port_update()2876 portsc &= ~(PORTSC_PP|PORTSC_WCE|PORTSC_WDE|PORTSC_WOE); in xhci_port_write()2877 portsc |= (val & (PORTSC_PP|PORTSC_WCE|PORTSC_WDE|PORTSC_WOE)); in xhci_port_write()