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() 482 static void set_mac_100_10_delay_1(uint32_t addr, int32_t rx_d, int32_t tx_d) in set_mac_100_10_delay_1() 501 static void set_mac_100_10_delay_2(uint32_t addr, int32_t rx_d, int32_t tx_d) in set_mac_100_10_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() [all …]
|