Home
last modified time | relevance | path

Searched refs:phy_port (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/brcm/board/stingray/driver/
H A Dusb_phy.c276 void u3h_u2drd_phy_reset(usb_phy_port_t *phy_port) in u3h_u2drd_phy_reset() argument
278 usb_phy_t *phy = phy_port->p; in u3h_u2drd_phy_reset()
280 switch (phy_port->port_id) { in u3h_u2drd_phy_reset()
296 void u3drd_phy_reset(usb_phy_port_t *phy_port) in u3drd_phy_reset() argument
298 usb_phy_t *phy = phy_port->p; in u3drd_phy_reset()
300 if (phy_port->port_id == DRD3HS_PORT) { in u3drd_phy_reset()
308 static int32_t u3h_u2drd_phy_power_on(usb_phy_port_t *phy_port) in u3h_u2drd_phy_power_on() argument
310 usb_phy_t *phy = phy_port->p; in u3h_u2drd_phy_power_on()
313 switch (phy_port->port_id) { in u3h_u2drd_phy_power_on()
366 if (phy_port->port_id == DRDU2_PORT) { in u3h_u2drd_phy_power_on()
[all …]
/rk3399_ARM-atf/plat/brcm/board/stingray/include/
H A Dusb_phy.h225 usb_phy_port_t *phy_port; member