Searched defs:eng (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/cmd/aspeed/nettest/ |
| 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 | 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() 282 char NCSI_Rx_SLT (MAC_ENGINE *eng) { in NCSI_Rx_SLT() 409 char NCSI_Tx (MAC_ENGINE *eng, unsigned char command, unsigned char allid, uint16_t length) { in NCSI_Tx() [all …]
|
| H A D | mac.c | 897 void init_mac (MAC_ENGINE *eng) in init_mac() 971 void FPri_RegValue (MAC_ENGINE *eng, uint8_t option) in FPri_RegValue() 989 void FPri_End (MAC_ENGINE *eng, uint8_t option) in FPri_End() 1098 void FPri_ErrFlag (MAC_ENGINE *eng, uint8_t option) in FPri_ErrFlag() 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() 1538 char check_Data (MAC_ENGINE *eng, uint32_t datbase, int32_t number) in check_Data() 1650 char check_buf (MAC_ENGINE *eng, int loopcnt) in check_buf() [all …]
|
| /openbmc/qemu/hw/adc/ |
| H A D | aspeed_adc.c | 359 Object *eng = OBJECT(&s->engines[i]); in aspeed_adc_realize() local
|
| /openbmc/qemu/libdecnumber/ |
| H A D | decNumber.c | 3767 static void decToString(const decNumber *dn, char *string, Flag eng) { in decToString()
|