Searched defs:TD_CTRL_ACTIVE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/usb/ | ||
H A D | uhci-regs.h | 32 #define TD_CTRL_ACTIVE (1 << 23) macro |
/openbmc/linux/drivers/usb/host/ | ||
H A D | uhci-hcd.h | 210 #define TD_CTRL_ACTIVE (1 << 23) /* TD Active */ macro |