Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/ !
Duhci-hcd.h24 #define USBCMD_MAXP 0x0080 /* Max Packet (0 = 32, 1 = 64) */ macro
Duhci-debug.c309 (usbcmd & USBCMD_MAXP) ? "Maxp64 " : "Maxp32 ", in uhci_show_status()
Duhci-hcd.c369 outw(USBCMD_RS | USBCMD_CF | USBCMD_MAXP, uhci->io_addr + USBCMD); in start_rh()