Home
last modified time | relevance | path

Searched refs:MAC_ENGINE (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dphy_tbl.h5 void recov_phy_marvell(MAC_ENGINE *eng);
6 void phy_marvell(MAC_ENGINE *eng);
8 void phy_marvell0(MAC_ENGINE *eng);
10 void phy_marvell1(MAC_ENGINE *eng);
12 void phy_marvell2(MAC_ENGINE *eng);
13 void phy_marvell3(MAC_ENGINE *eng);
14 void phy_broadcom(MAC_ENGINE *eng);
17 void phy_realtek(MAC_ENGINE *eng);
18 void phy_realtek0(MAC_ENGINE *eng);
29 void phy_smsc(MAC_ENGINE *eng);
[all …]
H A Dmac_api.h5 uint32_t mac_reg_read(MAC_ENGINE *p_eng, uint32_t addr);
7 void mac_set_delay(MAC_ENGINE *p_eng, int32_t rx_d, int32_t tx_d);
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);
16 void PrintIO_Line(MAC_ENGINE *p_eng, uint8_t option);
17 void PrintIO_LineS(MAC_ENGINE *p_eng, uint8_t option);
18 void FPri_End(MAC_ENGINE *eng, uint8_t option);
[all …]
H A Dphy.c203 void phy_dump(MAC_ENGINE *eng) in phy_dump()
362 void phy_marvell (MAC_ENGINE *eng) in phy_marvell()
538 void phy_marvell2 (MAC_ENGINE *eng) in phy_marvell2()
773 void phy_realtek (MAC_ENGINE *eng) in phy_realtek()
782 void phy_realtek0 (MAC_ENGINE *eng) in phy_realtek0()
904 void phy_realtek1 (MAC_ENGINE *eng) in phy_realtek1()
1796 void phy_smsc (MAC_ENGINE *eng) in phy_smsc()
1802 void phy_micrel (MAC_ENGINE *eng) in phy_micrel()
1811 void phy_micrel0 (MAC_ENGINE *eng) in phy_micrel0()
1954 void phy_vitesse (MAC_ENGINE *eng) in phy_vitesse()
[all …]
H A Dcomminf.h776 } 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);
870 GLOBAL int FindErr (MAC_ENGINE *eng, int value);
[all …]
H A Dmactest.c193 static void print_arg_loop(MAC_ENGINE *p_eng) in print_arg_loop()
270 static void print_usage(MAC_ENGINE *p_eng) in print_usage()
298 static void push_reg(MAC_ENGINE *p_eng) in push_reg()
323 static void pop_reg(MAC_ENGINE *p_eng) in pop_reg()
473 void scu_disable_mac(MAC_ENGINE *p_eng) in scu_disable_mac()
503 void scu_enable_mac(MAC_ENGINE *p_eng) in scu_enable_mac()
554 void scu_set_pinmux(MAC_ENGINE *p_eng) in scu_set_pinmux()
994 memset(p_eng, 0, sizeof(MAC_ENGINE)); in init_mac_engine()
1110 MAC_ENGINE *p_eng) in parse_arg_dedicated()
1407 void dump_setting(MAC_ENGINE *p_eng) in dump_setting()
[all …]
H A Dmac.c135 void dump_mac_ROreg(MAC_ENGINE *p_eng) in dump_mac_ROreg()
763 int mac_set_scan_boundary(MAC_ENGINE *p_eng) in mac_set_scan_boundary()
862 void mac_set_addr(MAC_ENGINE *p_eng) in mac_set_addr()
897 void init_mac (MAC_ENGINE *eng) in init_mac()
1240 int FindErr (MAC_ENGINE *p_eng, int value) in FindErr()
1264 int check_int (MAC_ENGINE *eng, char *type ) in check_int()
1309 void setup_framesize (MAC_ENGINE *eng) in setup_framesize()
1393 void setup_arp(MAC_ENGINE *eng) in setup_arp()
1411 void setup_buf (MAC_ENGINE *eng) in setup_buf()
1650 char check_buf (MAC_ENGINE *eng, int loopcnt) in check_buf()
[all …]
H A Dncsi.c18 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()
143 void NCSI_Struct_Initialize_SLT (MAC_ENGINE *eng) in NCSI_Struct_Initialize_SLT()
282 char NCSI_Rx_SLT (MAC_ENGINE *eng) { in NCSI_Rx_SLT()
506 char NCSI_ARP (MAC_ENGINE *eng) { in NCSI_ARP()
632 void Enable_Channel_SLT (MAC_ENGINE *eng) {//Command:0x03 in Enable_Channel_SLT()
668 void Set_Link_SLT (MAC_ENGINE *eng) {//Command:0x09 in Set_Link_SLT()
679 char Get_Link_Status_SLT (MAC_ENGINE *eng) {//Command:0x0a in Get_Link_Status_SLT()
703 void Enable_Set_MAC_Address_SLT (MAC_ENGINE *eng) in Enable_Set_MAC_Address_SLT()
732 void Get_Version_ID_SLT (MAC_ENGINE *eng) {//Command:0x15 in Get_Version_ID_SLT()
[all …]
H A Dphy_api.h5 uint32_t phy_find_addr (MAC_ENGINE *eng);