Lines Matching defs:index
40 /* index 0: USB3H + USB2 DRD, 1: USB3 DRD */
480 int32_t index;
494 for (index = MAX_NR_PORTS - 1U; index > -1; index--) {
495 phy_info->phy_port[index].enabled = (phy_info->ports_enabled
496 >> index) & 0x1U;
497 phy_info->phy_port[index].p = phy_info;
498 phy_info->phy_port[index].port_id = index;
508 uint32_t index;
517 for (index = 0U; index < MAX_NR_PORTS; index++) {
518 if (phy_info->phy_port[index].enabled != 0U) {
523 phy_port[index]);
528 phy_port[index]);
540 uint32_t index;
546 for (index = 0U; index < MAX_NR_PORTS; index++) {
547 if (phy_info->phy_port[index].enabled != 0U) {
551 phy_port[index]);
554 u3drd_phy_power_off(&phy_info->phy_port[index]);