Home
last modified time | relevance | path

Searched refs:TD_CTRL_DBUFERR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.h212 #define TD_CTRL_DBUFERR (1 << 21) /* Data Buffer Error */ macro
H A Duhci-debug.c60 (status & TD_CTRL_DBUFERR) ? "DataBufErr " : "", in uhci_show_td()
H A Duhci-q.c779 if (status & TD_CTRL_DBUFERR) /* Buffer error */ in uhci_map_status()