Searched refs:USBCMD_MAXP (Results 1 – 3 of 3) sorted by relevance
26 #define USBCMD_MAXP 0x0080 /* Max Packet (0 = 32, 1 = 64) */ macro
325 (usbcmd & USBCMD_MAXP) ? "Maxp64 " : "Maxp32 ", in uhci_show_status()
402 uhci_writew(uhci, USBCMD_RS | USBCMD_CF | USBCMD_MAXP, USBCMD); in start_rh()