Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dihs_phys.c143 uint bus_idx, uint m, uint phy_idx) in init_single_phy() argument
149 printf(" %u", bus_idx * 32 + m * 8 + phy_idx); in init_single_phy()
162 uint bus_idx; in init_octo_phys() local
165 for (bus_idx = 0; bus_idx < bb_miiphy_buses_num; ++bus_idx) { in init_octo_phys()
167 uint octo_index = bus_idx * 4; in init_octo_phys()
172 porttype = get_porttype(octo_phy_mask, bus_idx); in init_octo_phys()
185 ret = register_miiphy_bus(bus_idx, &bus); in init_octo_phys()
194 init_single_phy(porttype, bus, bus_idx, m, in init_octo_phys()