Searched defs:tx_d (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mac.c | 154 int tx_d, rx_d; in get_mac_1g_delay_1() local 173 int tx_d, rx_d; in get_mac_1g_delay_2() local 192 int tx_d, rx_d; in get_mac_100_10_delay_1() local 211 int tx_d, rx_d; in get_mac_100_10_delay_2() local 444 static void set_mac_1g_delay_1(uint32_t addr, int32_t rx_d, int32_t tx_d) in set_mac_1g_delay_1() 463 static void set_mac_1g_delay_2(uint32_t addr, int32_t rx_d, int32_t tx_d) in set_mac_1g_delay_2() 520 static void set_mac_rmii_delay_1(uint32_t addr, int32_t rx_d, int32_t tx_d) in set_mac_rmii_delay_1() 533 static void set_mac_rmii_delay_2(uint32_t addr, int32_t rx_d, int32_t tx_d) in set_mac_rmii_delay_2() 547 static void set_mac1_1g_delay(MAC_ENGINE *p_eng, int32_t rx_d, int32_t tx_d) in set_mac1_1g_delay() 614 void set_dummy_delay(MAC_ENGINE *p_eng, int32_t rx_d, int32_t tx_d) in set_dummy_delay() [all …]
|