Home
last modified time | relevance | path

Searched refs:FP_LOG (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.c35 …PRINTF( FP_LOG, "[NCSI-Request] DA : %02x %02x %02x %02x %02x %02x\n", in->DA[ 0 ], in… in ncsi_reqdump()
36 …PRINTF( FP_LOG, "[NCSI-Request] SA : %02x %02x %02x %02x %02x %02x\n", in->SA[ 0 ], in… in ncsi_reqdump()
37 …PRINTF( FP_LOG, "[NCSI-Request] EtherType : %04x\n", SWAP_2B_BEDN( in->EtherType ) … in ncsi_reqdump()
38 …PRINTF( FP_LOG, "[NCSI-Request] MC_ID : %02x\n", in->MC_ID … in ncsi_reqdump()
39 …PRINTF( FP_LOG, "[NCSI-Request] Header_Revision: %02x\n", in->Header_Revision … in ncsi_reqdump()
41 …PRINTF( FP_LOG, "[NCSI-Request] IID : %02x\n", in->IID … in ncsi_reqdump()
42 …PRINTF( FP_LOG, "[NCSI-Request] Command : %02x\n", in->Command … in ncsi_reqdump()
43 …PRINTF( FP_LOG, "[NCSI-Request] ChID : %02x\n", in->ChID … in ncsi_reqdump()
44 …PRINTF( FP_LOG, "[NCSI-Request] Payload_Length : %04x\n", SWAP_2B_BEDN( in->Payload_Length ) … in ncsi_reqdump()
49 …PRINTF( FP_LOG, "[NCSI-Request] Response_Code : %04x\n", SWAP_2B_BEDN( in->Response_Code ) … in ncsi_reqdump()
[all …]
H A Dphy.c80 PRINTF(FP_LOG, in phy_write()
98 PRINTF(FP_LOG, in phy_write()
112 PRINTF(FP_LOG, "[Wr ]%02d: 0x%04x (%02d:%08x)\n", index, in phy_write()
138 PRINTF(FP_LOG, in phy_read()
160 PRINTF(FP_LOG, in phy_read()
180 PRINTF(FP_LOG, "[Rd ]%02d: 0x%04x (%02d:%08x)\n", index, in phy_read()
194 PRINTF(FP_LOG, in phy_clrset()
259 PRINTF(FP_LOG, "[Set]00: 0x%04x (%02d:%08x)\n", in phy_basic_setting()
273 PRINTF(FP_LOG, "[PHY-Reset] Time out: %08x\n", in phy_wait_reset_done()
286 PRINTF(FP_LOG, "[Clr]00: 0x%04x (%02d:%08x)\n", in phy_wait_reset_done()
[all …]
H A Dmac.c1273 …PRINTF( FP_LOG, "[%sIntStatus] Receiving buffer unavailable : %08x [loop[%d]:%d]\n",… in check_int()
1280 …PRINTF( FP_LOG, "[%sIntStatus] Received packet lost due to RX FIFO full : %08x [loop[%d]:%d]\n",… in check_int()
1287 …PRINTF( FP_LOG, "[%sIntStatus] Normal priority transmit buffer unavailable: %08x [loop[%d]:%d]\n",… in check_int()
1294 …PRINTF( FP_LOG, "[%sIntStatus] Packets transmitted to Ethernet lost : %08x [loop[%d]:%d]\n",… in check_int()
1331 …PRINTF( FP_LOG, "[setup_framesize] FRAME_LEN_Cur:%08x[Des:%d][loop[%d]:%d]\n", eng->dat.FRAME_LEN[… in setup_framesize()
1360 …PRINTF( FP_LOG, "[setup_framesize] FRAME_LEN_Cur:%08x[Des:%d][loop[%d]:%d]\n", eng->dat.FRAME_LEN[… in setup_framesize()
1507 …PRINTF( FP_LOG, "[setup_buf ] Current_framelen:%08x[Des:%d][loop[%d]:%d]\n", Current_framelen… in setup_buf()
1568 …PRINTF( FP_LOG, "[check_Data ] FRAME_LEN_Cur:%08x[Des:%d][loop[%d]:%d]\n", eng->dat.FRAME_LEN_… in check_Data()
1606 …PRINTF( FP_LOG, " Inf:%08x ~ %08x(%08x) %08x [Des:%d][loop[%d]:%d]\n", adr_srt, adr_end, adr_las, … in check_Data()
1621 …PRINTF( FP_LOG, "\nError: Adr:%08x[%3d] (%08x) (%08x:%08x) [Des:%d][loop[%d]:%d]\n", adr, ( adr - … in check_Data()
[all …]
H A Dmactest.c371 FPri_ErrFlag(p_eng, FP_LOG); in finish_check()
379 FPri_End(p_eng, FP_LOG); in finish_check()
387 FPri_RegValue(p_eng, FP_LOG); in finish_check()
1279 PrintIO_Header(p_eng, FP_LOG); in test_start()
1342 FPri_ErrFlag(p_eng, FP_LOG); in test_start()
1360 FPri_ErrFlag(p_eng, FP_LOG); in test_start()
H A Dcomminf.h17 #define FP_LOG 0 macro
27 if ((display_lantest_log_msg != 0) && (i == FP_LOG)) { \