Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c2851 uint32_t new_pls = get_field(val, PORTSC_PLS); in xhci_port_write() local
2852 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()