Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dusb_defs.h272 #define USB_SS_PORT_STAT_MASK (USB_PORT_STAT_CONNECTION | \ macro
/rk3399_rockchip-uboot/common/
H A Dusb_hub.c146 u16 tmp = (status->wPortStatus) & USB_SS_PORT_STAT_MASK; in usb_get_port_status()