Searched refs:new_pls (Results 1 – 1 of 1) sorted by relevance
2851 uint32_t new_pls = get_field(val, PORTSC_PLS); in xhci_port_write() local2852 switch (new_pls) { in xhci_port_write()2855 set_field(&portsc, new_pls, PORTSC_PLS); in xhci_port_write()2856 trace_usb_xhci_port_link(port->portnr, new_pls); in xhci_port_write()2862 set_field(&portsc, new_pls, PORTSC_PLS); in xhci_port_write()2863 trace_usb_xhci_port_link(port->portnr, new_pls); in xhci_port_write()2871 __func__, old_pls, new_pls); in xhci_port_write()