Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h366 #define PORT_RWE (1 << 3) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h430 #define PORT_RWE (1 << 3) macro
H A Dxhci.c4519 pm_val |= PORT_HIRD(hird) | PORT_RWE | PORT_L1DS(udev->slot_id); in xhci_set_usb2_hardware_lpm()
4527 pm_val &= ~(PORT_HLE | PORT_RWE | PORT_HIRD_MASK | PORT_L1DS_MASK); in xhci_set_usb2_hardware_lpm()