Home
last modified time | relevance | path

Searched refs:USBCMD_GRESET (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Duhci.h15 #define USBCMD_GRESET 0x0004 /* Global reset */ macro
Dusb-uhci-debug.h174 (usbcmd & USBCMD_GRESET) ? "GRESET " : "", in uhci_show_status()
Dusb-uhci.h25 #define USBCMD_GRESET 0x0004 /* Global reset */ macro
Duhci-debug.h161 (usbcmd & USBCMD_GRESET) ? "GRESET " : "", in uhci_show_status()
Duhci.c2497 outw(USBCMD_GRESET, io_addr + USBCMD); in reset_hc()
Dusb-uhci.c2813 outw (USBCMD_GRESET, io_addr + USBCMD); in reset_hc()