Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-port.h17 #define PORT_PLS_MASK (0xf << 5) macro
/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h430 switch (portsc & PORT_PLS_MASK) { in cdnsp_portsc_link_state_string()
H A Dcdnsp-gadget.c115 temp &= ~PORT_PLS_MASK; in cdnsp_set_link_state()
1544 portsc = readl(&port_regs->portsc) & PORT_PLS_MASK; in __cdnsp_gadget_wakeup()