Home
last modified time | relevance | path

Searched refs:USBCMD_MAXP (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/usb/host/
Duhci-hcd.h26 #define USBCMD_MAXP 0x0080 /* Max Packet (0 = 32, 1 = 64) */ macro
Duhci-debug.c325 (usbcmd & USBCMD_MAXP) ? "Maxp64 " : "Maxp32 ", in uhci_show_status()
Duhci-hcd.c402 uhci_writew(uhci, USBCMD_RS | USBCMD_CF | USBCMD_MAXP, USBCMD); in start_rh()