Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h138 #define PORT_RWE (1 << 3) macro
H A Dxhci.c4715 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
4723 pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK); in xhci_set_usb2_hardware_lpm()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h349 #define PORT_RWE BIT(3) macro
H A Dcdnsp-gadget.c1533 if (!(portpm & PORT_RWE)) in __cdnsp_gadget_wakeup()