Searched defs:p_eng (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mactest.c | 98 void Print_Header(MAC_ENGINE *p_eng, uint8_t option) in Print_Header() 130 static void print_arg_test_mode(MAC_ENGINE *p_eng) in print_arg_test_mode() 154 static void print_arg_phy_addr(MAC_ENGINE *p_eng) in print_arg_phy_addr() 161 static void print_arg_ieee_select(MAC_ENGINE *p_eng) in print_arg_ieee_select() 168 static void print_arg_delay_scan_range(MAC_ENGINE *p_eng) in print_arg_delay_scan_range() 177 static void print_arg_channel_num(MAC_ENGINE *p_eng) in print_arg_channel_num() 185 static void print_arg_package_num(MAC_ENGINE *p_eng) in print_arg_package_num() 193 static void print_arg_loop(MAC_ENGINE *p_eng) in print_arg_loop() 202 static void print_arg_ctrl(MAC_ENGINE *p_eng) in print_arg_ctrl() 227 static void print_arg_speed(MAC_ENGINE *p_eng) in print_arg_speed() [all …]
|
H A D | mac.c | 83 uint32_t mac_reg_read(MAC_ENGINE *p_eng, uint32_t addr) in mac_reg_read() 119 void mac_reg_write(MAC_ENGINE *p_eng, uint32_t addr, uint32_t data) in mac_reg_write() 135 void dump_mac_ROreg(MAC_ENGINE *p_eng) in dump_mac_ROreg() 252 void get_mac1_1g_delay(MAC_ENGINE *p_eng, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac1_1g_delay() 257 void get_mac1_100m_delay(MAC_ENGINE *p_eng, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac1_100m_delay() 262 void get_mac1_10m_delay(MAC_ENGINE *p_eng, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac1_10m_delay() 267 void get_mac2_1g_delay(MAC_ENGINE *p_eng, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac2_1g_delay() 272 void get_mac2_100m_delay(MAC_ENGINE *p_eng, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac2_100m_delay() 277 void get_mac2_10m_delay(MAC_ENGINE *p_eng, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac2_10m_delay() 282 void get_mac3_1g_delay(MAC_ENGINE *p_eng, int32_t *p_rx_d, int32_t *p_tx_d) in get_mac3_1g_delay() [all …]
|
H A D | ncsi.c | 221 static int check_rx_desc_err(MAC_ENGINE *p_eng, uint32_t rx_desc0) in check_rx_desc_err()
|
H A D | phy.c | 2211 static uint32_t phy_check_id(MAC_ENGINE *p_eng, const struct phy_desc *p_phy) in phy_check_id()
|
H A D | comminf.h | 250 #define GET_DMA_BASE(p_eng, x) \ argument
|