Searched refs:phy_info (Results 1 – 1 of 1) sorted by relevance
478 int32_t usb_info_fill(usb_phy_t *phy_info) in usb_info_fill() argument482 if (phy_info->initialized != 0U) { in usb_info_fill()486 if (phy_info->phy_id == USB3H_DRDU2_PHY) { in usb_info_fill()487 phy_info->phy_port = usb_phy_port[USB3H_DRDU2_PHY - 1U]; in usb_info_fill()488 phy_info->ports_enabled = 0x7U; in usb_info_fill()490 phy_info->phy_port = usb_phy_port[DRDU3_PHY - 1U]; in usb_info_fill()491 phy_info->ports_enabled = 0x3U; in usb_info_fill()495 phy_info->phy_port[index].enabled = (phy_info->ports_enabled in usb_info_fill()497 phy_info->phy_port[index].p = phy_info; in usb_info_fill()498 phy_info->phy_port[index].port_id = index; in usb_info_fill()[all …]