Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h279 #define USB_PORT_STAT_C_ENABLE 0x0002 macro
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dsl811-hcd.c618 rh_status.wPortChange &= ~USB_PORT_STAT_C_ENABLE; in sl811_rh_submit_urb()
H A Dxhci.c1030 tmpbuf[2] |= USB_PORT_STAT_C_ENABLE; in xhci_submit_root()
H A Ddwc2.c583 port_change |= USB_PORT_STAT_C_ENABLE; in dwc_otg_submit_rh_msg_in_status()
H A Dehci-hcd.c791 tmpbuf[2] |= USB_PORT_STAT_C_ENABLE; in ehci_submit_root()
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c517 if (portchange & USB_PORT_STAT_C_ENABLE) { in usb_scan_port()
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c451 | (USB_PORT_STAT_C_ENABLE << 16); in musb_port_reset()