Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Duhci-regs.h34 #define TD_CTRL_BABBLE (1 << 20) macro
/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.h213 #define TD_CTRL_BABBLE (1 << 20) /* Babble Detected */ macro
H A Duhci-debug.c61 (status & TD_CTRL_BABBLE) ? "Babble " : "", in uhci_show_td()
H A Duhci-q.c777 if (status & TD_CTRL_BABBLE) /* Babble */ in uhci_map_status()
/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c661 td->ctrl |= TD_CTRL_BABBLE | TD_CTRL_STALL; in uhci_handle_td_error()