Searched refs:USBCMD_ITC (Results 1 – 3 of 3) sorted by relevance
24 #define USBCMD_ITC (0x7f << 16) // Int Threshold Control macro
57 #define USBCMD_ITC(x) ((((x) > 0xff) ? 0xff : x) << 16) macro
891 writel(USBCMD_ITC(MICRO_8FRAME) | USBCMD_RST, &udc->usbcmd); in ci_pullup()909 setbits_le32(&udc->usbcmd, USBCMD_ITC(MICRO_8FRAME) | in ci_pullup()