Searched refs:portli (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci-debugfs.c | 390 u32 portli; in xhci_portli_show() local 392 portli = readl(&port->port_reg->portli); in xhci_portli_show() 396 seq_printf(s, "0x%08x\n", portli); in xhci_portli_show() 404 seq_printf(s, "0x%08x LEC=%u RLC=%u TLC=%u\n", portli, in xhci_portli_show() 405 PORT_LEC(portli), PORT_RX_LANES(portli), PORT_TX_LANES(portli)); in xhci_portli_show() 407 seq_printf(s, "0x%08x RDR=%u TDR=%u\n", portli, in xhci_portli_show() 408 PORTLI_RDR(portli), PORTLI_TDR(portli)); in xhci_portli_show() 410 seq_printf(s, "0x%08x RsvdP\n", portli); in xhci_portli_show()
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-gadget.h | 145 __le32 portli; member
|