Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-port.h138 #define PORT_RWE (1 << 3) macro
H A Dxhci.c4478 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); 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.h365 #define PORT_RWE (1 << 3) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h345 #define PORT_RWE BIT(3) macro
H A Dcdnsp-gadget.c1499 if (!(portpm & PORT_RWE)) in __cdnsp_gadget_wakeup()