Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/usb/
H A Dch9.h853 #define USB_BESL_DEEP_VALID (1 << 4) /* Deep BESL valid */ macro
/openbmc/linux/include/uapi/linux/usb/
H A Dch9.h903 #define USB_BESL_DEEP_VALID (1 << 4) /* Deep BESL valid */ macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.c4371 else if (field & USB_BESL_DEEP_VALID) in xhci_calculate_hird_besl()
4401 if (field & USB_BESL_DEEP_VALID) { in xhci_calculate_usb2_hw_lpm_params()
/openbmc/linux/drivers/usb/gadget/
H A Dcomposite.c758 besl |= USB_BESL_DEEP_VALID | in bos_desc()