Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmac.c165 *p_tx_d = tx_d; in get_mac_1g_delay_1()
184 *p_tx_d = tx_d; in get_mac_1g_delay_2()
203 *p_tx_d = tx_d; in get_mac_100_10_delay_1()
222 *p_tx_d = tx_d; in get_mac_100_10_delay_2()
234 *p_tx_d = reg.b.rmii_tx_data_at_falling_1; in get_mac_rmii_delay_1()
237 *p_rx_d, *p_tx_d); in get_mac_rmii_delay_1()
245 *p_tx_d = reg.b.rmii_tx_data_at_falling_2; in get_mac_rmii_delay_2()
248 *p_rx_d, *p_tx_d); in get_mac_rmii_delay_2()
386 p_eng, p_rx_d, p_tx_d); in mac_get_delay()
413 *p_tx_d = tx_max; in mac_get_max_available_delay()
[all …]
H A Dmac_api.h8 void mac_get_delay(MAC_ENGINE *p_eng, int32_t *p_rx_d, int32_t *p_tx_d);