Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Dpower_cycle_usb_util.py111 bus_idx, port_idx = get_port_number_from_vidpid(dut, vid, pid)
114 logging.info('found device bus {} port {}'.format(bus_idx, port_idx))
117 port_id = [usb_port_manager.PortId(bus=bus_idx, port_number=port_idx)]
267 bus_idx = []
277 bus_idx.append(target_bus_idx)
279 return (bus_idx, device_idx)
298 (bus_idx, port_idx) = get_all_port_number_from_vidpid(dut, vid, pid)
302 for bus, port in zip(bus_idx, port_idx):
/external/u-boot/board/gdsys/a38x/
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()