Searched refs:PORT_RESET (Results 1 – 3 of 3) sorted by relevance
124 S(PORT_RESET), \2373 tcpm_set_state(port, PORT_RESET, PD_T_PS_SOURCE_ON); in run_state_machine()2766 tcpm_set_state(port, PORT_RESET, 0); in run_state_machine()2768 case PORT_RESET: in run_state_machine()2972 case PORT_RESET: in _tcpm_cc_change()3048 case PORT_RESET: in _tcpm_pd_vbus_on()3120 case PORT_RESET: in _tcpm_pd_vbus_off()3142 if (port->state == PORT_RESET || port->state == PORT_RESET_WAIT_OFF) in _tcpm_pd_hard_reset()
1014 if (reg & PORT_RESET) in xhci_submit_root()1052 reg |= PORT_RESET; in xhci_submit_root()
266 #define PORT_RESET (1 << 4) macro