Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Duhci-hcd.c226 if ((cmd & USBCMD_RS) || !(cmd & USBCMD_CF) || !(cmd & USBCMD_EGSM)) { in uhci_generic_check_and_reset_hc()
349 uhci_writew(uhci, egsm_enable | USBCMD_CF, USBCMD); in suspend_rh()
402 uhci_writew(uhci, USBCMD_RS | USBCMD_CF | USBCMD_MAXP, USBCMD); in start_rh()
429 uhci_writew(uhci, USBCMD_FGR | USBCMD_CF | egsm, USBCMD); in wakeup_rh()
437 uhci_writew(uhci, USBCMD_CF, USBCMD); in wakeup_rh()
Duhci-hcd.h25 #define USBCMD_CF 0x0040 /* Config Flag (sw only) */ macro
Duhci-debug.c326 (usbcmd & USBCMD_CF) ? "CF " : "", in uhci_show_status()