Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmac.c374 uint32_t speed_idx = p_eng->run.speed_idx; in mac_get_delay() local
376 get_delay_func_tbl[rgmii][mac_idx][speed_idx] (p_eng, p_rx_d, p_tx_d); in mac_get_delay()
381 uint32_t speed_idx; in mac_get_delay()
384 for (speed_idx = 0; speed_idx < 3; speed_idx++) in mac_get_delay()
385 get_delay_func_tbl[rgmii][mac_idx][speed_idx]( in mac_get_delay()
654 u32 speed_idx = p_eng->run.speed_idx; in mac_set_delay() local
656 set_delay_func_tbl[rgmii][mac_idx][speed_idx] (p_eng, rx_d, tx_d); in mac_set_delay()
H A Dmactest.c1195 p_eng->run.speed_idx = 0; in setup_data()
1207 time_out = timeout_th_tbl[p_eng->run.speed_idx]; in get_time_out_th()
1229 p_eng->run.speed_idx = speed; in test_start()
H A Dcomminf.h500 uint32_t speed_idx; member