Searched refs:TD_CTRL_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/usb/ | ||
H A D | uhci-regs.h | 25 #define TD_CTRL_TIMEOUT (1 << 18) macro |
/openbmc/qemu/hw/usb/ | ||
H A D | hcd-uhci.c | 661 td->ctrl |= TD_CTRL_TIMEOUT; in uhci_handle_td_error() |