Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-gadget.h345 #define PORT_RWE BIT(3) macro
Dcdnsp-gadget.c1496 if (!(portpm & PORT_RWE)) in __cdnsp_gadget_wakeup()
/linux-6.1.9/drivers/usb/host/
Dxhci.h429 #define PORT_RWE (1 << 3) macro
Dxhci.c4581 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
4589 pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK); in xhci_set_usb2_hardware_lpm()