Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dep0.c309 u32 windex = le16_to_cpu(wIndex_le); in dwc3_wIndex_to_dep() local
312 epnum = (windex & USB_ENDPOINT_NUMBER_MASK) << 1; in dwc3_wIndex_to_dep()
313 if ((windex & USB_ENDPOINT_DIR_MASK) == USB_DIR_IN) in dwc3_wIndex_to_dep()