Home
last modified time | relevance | path

Searched defs:USBCMD_ITC (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/usb/
H A Dehci-regs.h24 #define USBCMD_ITC (0x7f << 16) // Int Threshold Control macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.h57 #define USBCMD_ITC(x) ((((x) > 0xff) ? 0xff : x) << 16) macro