Searched refs:phy_idx (Results 1 - 2 of 2) sorted by relevance

/u-boot/board/gdsys/a38x/
H A Dihs_phys.c144 uint bus_idx, uint m, uint phy_idx)
148 phydev = phy_find_by_mask(bus, BIT(m * 8 + phy_idx));
149 printf(" %u", bus_idx * 32 + m * 8 + phy_idx);
178 uint phy_idx; local
193 for (phy_idx = 0; phy_idx < 8; ++phy_idx)
195 phy_idx);
143 init_single_phy(struct porttype *porttype, struct mii_dev *bus, uint bus_idx, uint m, uint phy_idx) argument
/u-boot/drivers/usb/common/
H A Dfsl-dt-fixup.c149 int mode_idx = -1, phy_idx = -1; local
164 phy_idx = j;
169 if (mode_idx < 0 && phy_idx < 0) {
177 if (phy_idx > -1)
178 dr_phy_type = phys[phy_idx];

Completed in 36 milliseconds