Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hub.c146 if (unlikely(status & USBPORTSC_PR)) { in uhci_check_ports()
148 CLR_RH_PORTSTAT(USBPORTSC_PR); in uhci_check_ports()
304 if (status & USBPORTSC_PR) in uhci_hub_control()
336 SET_RH_PORTSTAT(USBPORTSC_PR); in uhci_hub_control()
Duhci-hcd.h65 #define USBPORTSC_PR 0x0200 /* Port Reset */ macro
Duhci-debug.c270 (status & USBPORTSC_PR) ? " Reset" : "", in uhci_show_sc()