Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h282 #define USB_PORT_STAT_C_RESET 0x0010 macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c630 rh_status.wPortChange &= ~USB_PORT_STAT_C_RESET; in sl811_rh_submit_urb()
644 rh_status.wPortChange |= USB_PORT_STAT_C_RESET; in sl811_rh_submit_urb()
H A Dxhci.c1034 tmpbuf[2] |= USB_PORT_STAT_C_RESET; in xhci_submit_root()
H A Dehci-hcd.c795 tmpbuf[2] |= USB_PORT_STAT_C_RESET; in ehci_submit_root()
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c501 if (portchange & USB_PORT_STAT_C_RESET) { in usb_scan_port()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c450 | (USB_PORT_STAT_C_RESET << 16) in musb_port_reset()