Home
last modified time | relevance | path

Searched refs:PORT_RESET (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c124 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()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c1014 if (reg & PORT_RESET) in xhci_submit_root()
1052 reg |= PORT_RESET; in xhci_submit_root()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h266 #define PORT_RESET (1 << 4) macro