Home
last modified time | relevance | path

Searched refs:DBG_ERR (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Datmel_usba_udc.h215 #define DBG_ERR 0x0001 /* report all error returns */ macro
227 #define DEBUG_LEVEL (DBG_ERR)
H A Datmel_usba_udc.c186 DBG(DBG_ERR, "ep_enable: Invalid argument"); in usba_ep_enable()
214 DBG(DBG_ERR, "ep_enable: %s is not isoc capable\n", in usba_ep_enable()
289 DBG(DBG_ERR, "ep_disable: %s not enabled\n", in usba_ep_disable()
410 DBG(DBG_ERR, "Attempted to halt uninitialized ep %s\n", in usba_ep_set_halt()
416 DBG(DBG_ERR, "Attempted to halt isochronous ep %s\n", in usba_ep_set_halt()
685 DBG(DBG_ERR, "Invalid test mode: 0x%04x\n", test_mode); in do_test_mode()