Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.c118 #define UHCICMD(sc, cmd) UWRITE2(sc, UHCI_CMD, cmd) macro
297 UHCICMD(sc, (UHCI_CMD_MAXP | UHCI_CMD_RS)); in uhci_restart()
327 UHCICMD(sc, UHCI_CMD_GRESET); in uhci_reset()
336 UHCICMD(sc, UHCI_CMD_HCRESET); in uhci_reset()
671 UHCICMD(sc, UHCI_CMD_EGSM); in uhci_suspend()
687 UHCICMD(sc, UHCI_CMD_FGR); in uhci_resume()
3139 UHCICMD(sc, UHCI_CMD_MAXP); in uhci_set_hw_power()