UHCICMD 364 dev/usb/uhci.c UHCICMD(sc, UHCI_CMD_GRESET); /* global reset */ UHCICMD 366 dev/usb/uhci.c UHCICMD(sc, 0); /* do nothing */ UHCICMD 503 dev/usb/uhci.c UHCICMD(sc, UHCI_CMD_MAXP); /* Assume 64 byte packets at frame end */ UHCICMD 699 dev/usb/uhci.c UHCICMD(sc, cmd | UHCI_CMD_EGSM); /* enter global suspend */ UHCICMD 720 dev/usb/uhci.c UHCICMD(sc, cmd | UHCI_CMD_FGR); /* force global resume */ UHCICMD 722 dev/usb/uhci.c UHCICMD(sc, cmd & ~UHCI_CMD_EGSM); /* back to normal */ UHCICMD 723 dev/usb/uhci.c UHCICMD(sc, UHCI_CMD_MAXP); UHCICMD 1542 dev/usb/uhci.c UHCICMD(sc, UHCI_CMD_HCRESET); UHCICMD 1566 dev/usb/uhci.c UHCICMD(sc, cmd);