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.c152 static void get_mac_1g_delay_1(uint32_t addr, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac_1g_delay_1() argument
165 *p_tx_d = tx_d; in get_mac_1g_delay_1()
171 static void get_mac_1g_delay_2(uint32_t addr, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac_1g_delay_2() argument
184 *p_tx_d = tx_d; in get_mac_1g_delay_2()
190 static void get_mac_100_10_delay_1(uint32_t addr, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac_100_10_delay_1() argument
203 *p_tx_d = tx_d; in get_mac_100_10_delay_1()
209 static void get_mac_100_10_delay_2(uint32_t addr, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac_100_10_delay_2() argument
222 *p_tx_d = tx_d; in get_mac_100_10_delay_2()
228 static void get_mac_rmii_delay_1(uint32_t addr, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac_rmii_delay_1() argument
234 *p_tx_d = reg.b.rmii_tx_data_at_falling_1; in get_mac_rmii_delay_1()
[all …]
H A Dmac_api.h8 void mac_get_delay(MAC_ENGINE *p_eng, int32_t *p_rx_d, int32_t *p_tx_d);