Searched refs:MAC_ENGINE (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | phy_tbl.h | 5 void recov_phy_marvell(MAC_ENGINE *eng); 6 void phy_marvell(MAC_ENGINE *eng); 7 void recov_phy_marvell0(MAC_ENGINE *eng); 8 void phy_marvell0(MAC_ENGINE *eng); 9 void recov_phy_marvell1(MAC_ENGINE *eng); 10 void phy_marvell1(MAC_ENGINE *eng); 11 void recov_phy_marvell2(MAC_ENGINE *eng); 12 void phy_marvell2(MAC_ENGINE *eng); 13 void phy_marvell3(MAC_ENGINE *eng); 14 void phy_broadcom(MAC_ENGINE *eng); [all …]
|
H A D | mac_api.h | 5 uint32_t mac_reg_read(MAC_ENGINE *p_eng, uint32_t addr); 6 void mac_reg_write(MAC_ENGINE *p_eng, uint32_t addr, uint32_t data); 7 void mac_set_delay(MAC_ENGINE *p_eng, int32_t rx_d, int32_t tx_d); 8 void mac_get_delay(MAC_ENGINE *p_eng, int32_t *p_rx_d, int32_t *p_tx_d); 9 void mac_set_driving_strength(MAC_ENGINE *p_eng, uint32_t strength); 10 uint32_t mac_get_driving_strength(MAC_ENGINE *p_eng); 11 void mac_set_rmii_50m_output_enable(MAC_ENGINE *p_eng); 12 int mac_set_scan_boundary(MAC_ENGINE *p_eng); 13 void mac_set_addr(MAC_ENGINE *p_eng); 14 void mac_set_interal_loopback(MAC_ENGINE *p_eng); [all …]
|
H A D | phy.c | 66 void phy_write (MAC_ENGINE *eng, int index, uint32_t data) in phy_write() 119 uint16_t phy_read (MAC_ENGINE *eng, int index) in phy_read() 188 void phy_clrset(MAC_ENGINE *eng, int adr, uint32_t clr_mask, uint32_t set_mask) in phy_clrset() 203 void phy_dump(MAC_ENGINE *eng) in phy_dump() 218 static void phy_scan_id(MAC_ENGINE *eng, uint8_t option) in phy_scan_id() 249 void phy_basic_setting(MAC_ENGINE *eng) in phy_basic_setting() 266 void phy_wait_reset_done(MAC_ENGINE *eng) in phy_wait_reset_done() 296 static void phy_reset(MAC_ENGINE *eng) in phy_reset() 312 void phy_check_register (MAC_ENGINE *eng, uint32_t adr, uint32_t check_mask, uint32_t check_value, … in phy_check_register() 338 void recov_phy_marvell (MAC_ENGINE *eng) {//88E1111 in recov_phy_marvell() [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 | 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 | comminf.h | 776 } MAC_ENGINE; typedef 777 typedef void (* PHY_SETTING) (MAC_ENGINE *); 790 GLOBAL char phy_ncsi (MAC_ENGINE *eng); 846 GLOBAL void PrintTest (MAC_ENGINE *eng); 847 GLOBAL void PrintIOTimingBund (MAC_ENGINE *eng); 851 GLOBAL void PrintPHYAdr (MAC_ENGINE *eng); 857 GLOBAL void setup_arp (MAC_ENGINE *eng); 858 GLOBAL void TestingSetup (MAC_ENGINE *eng); 862 GLOBAL void init_mac (MAC_ENGINE *eng); 863 GLOBAL char TestingLoop (MAC_ENGINE *eng, uint32_t loop_checknum); [all …]
|
H A D | ncsi.c | 18 int ncsi_set_error_flag(MAC_ENGINE *eng, int eflag) in ncsi_set_error_flag() 32 void ncsi_reqdump(MAC_ENGINE *eng, NCSI_Command_Packet *in) in ncsi_reqdump() 61 void ncsi_respdump (MAC_ENGINE *eng, NCSI_Response_Packet *in) { in ncsi_respdump() 93 void NCSI_PrintCommandStr (MAC_ENGINE *eng, unsigned char command, unsigned iid) { in NCSI_PrintCommandStr() 131 void NCSI_PrintCommandType (MAC_ENGINE *eng, unsigned char command, unsigned iid) { in NCSI_PrintCommandType() 137 void NCSI_PrintCommandType2File (MAC_ENGINE *eng, unsigned char command, unsigned iid) { in NCSI_PrintCommandType2File() 143 void NCSI_Struct_Initialize_SLT (MAC_ENGINE *eng) in NCSI_Struct_Initialize_SLT() 201 void Calculate_Checksum_NCSI (MAC_ENGINE *eng, unsigned char *buffer_base, int Length) { in Calculate_Checksum_NCSI() 221 static int check_rx_desc_err(MAC_ENGINE *p_eng, uint32_t rx_desc0) in check_rx_desc_err() 282 char NCSI_Rx_SLT (MAC_ENGINE *eng) { in NCSI_Rx_SLT() [all …]
|
H A D | phy_api.h | 5 uint32_t phy_find_addr (MAC_ENGINE *eng);
|