Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h143 #define PORT_HLE (1 << 16) macro
H A Dxhci.c4481 pm_val |= PORT_HLE; in xhci_set_usb2_hardware_lpm()
4486 pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK); in xhci_set_usb2_hardware_lpm()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h369 #define PORT_HLE (1 << 16) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h349 #define PORT_HLE BIT(16) macro
H A Dcdnsp-gadget.c915 writel(PORT_BESL(CDNSP_DEFAULT_BESL) | PORT_L1S_NYET | PORT_HLE, in cdnsp_set_usb2_hardware_lpm()