Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/usb/
H A Duhci-regs.h22 #define TD_CTRL_STALL (1 << 22) macro
/openbmc/qemu/hw/usb/
H A Dhcd-uhci.c644 td->ctrl |= TD_CTRL_STALL; in uhci_handle_td_error()
650 td->ctrl |= TD_CTRL_BABBLE | TD_CTRL_STALL; in uhci_handle_td_error()