Searched refs:DBG_ERR (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/cmd/aspeed/ |
H A D | dptest.c | 33 #define DBG_ERR 0x00000001 /* DBG_ERROR */ macro 110 DBG_LEVEL |= DBG_ERR; /* Add must print. */ in do_ast_dptest() 769 DBG(DBG_ERR, "!!HPD_N W 0x102 set Train Flow 0x1 Fail!!\n"); in Apply_HPD_Normal() 780 DBG(DBG_ERR, "!!HPD_N W 0x102 set Train Flow 0x0 Fail!!\n"); in Apply_HPD_Normal() 782 DBG(DBG_ERR, "### CAUTION!! LINK TRAN FAIL!! ###\n"); in Apply_HPD_Normal() 877 DBG(DBG_ERR, "!!DON'T SET 5.4 bps !!\n"); in Apply_HPD_Auto_Test() 917 DBG(DBG_ERR, "!!DON'T SET 5.4 bps !!\n"); in Apply_HPD_Auto_Test() 950 DBG(DBG_ERR, "!!BAD LINK RATE!!\n"); in Apply_HPD_Auto_Test() 955 DBG(DBG_ERR, "!!AUTO TEST LINK FAIL!!\n"); in Apply_HPD_Auto_Test() 1007 DBG(DBG_ERR, "HP_I TP 0x206 other swing0 val %x!\n", temp0); in Apply_HPD_Auto_Test() [all …]
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | atmel_usba_udc.h | 214 #define DBG_ERR 0x0001 /* report all error returns */ macro 226 #define DEBUG_LEVEL (DBG_ERR)
|
H A D | atmel_usba_udc.c | 185 DBG(DBG_ERR, "ep_enable: Invalid argument"); in usba_ep_enable() 213 DBG(DBG_ERR, "ep_enable: %s is not isoc capable\n", in usba_ep_enable() 288 DBG(DBG_ERR, "ep_disable: %s not enabled\n", in usba_ep_disable() 409 DBG(DBG_ERR, "Attempted to halt uninitialized ep %s\n", in usba_ep_set_halt() 415 DBG(DBG_ERR, "Attempted to halt isochronous ep %s\n", in usba_ep_set_halt() 684 DBG(DBG_ERR, "Invalid test mode: 0x%04x\n", test_mode); in do_test_mode()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | atmel_usba_udc.h | 216 #define DBG_ERR 0x0001 /* report all error returns */ macro 228 #define DEBUG_LEVEL (DBG_ERR)
|
H A D | atmel_usba_udc.c | 590 DBG(DBG_ERR, "ep_enable: Invalid argument"); in usba_ep_enable() 597 DBG(DBG_ERR, "%s: EPT_CFG = 0x%lx (maxpacket = %lu)\n", in usba_ep_enable() 611 DBG(DBG_ERR, "ep_enable: %s is not isoc capable\n", in usba_ep_enable() 679 DBG(DBG_ERR, "ep_disable: %s not enabled\n", ep->ep.name); in usba_ep_disable() 740 DBG(DBG_ERR, "invalid request length %u\n", req->req.length); in queue_dma() 931 DBG(DBG_ERR, "Attempted to halt uninitialized ep %s\n", in usba_ep_set_halt() 936 DBG(DBG_ERR, "Attempted to halt isochronous ep %s\n", in usba_ep_set_halt()
|