Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c2863 uint32_t new_pls = get_field(val, PORTSC_PLS); in xhci_port_write() local
2864 switch (new_pls) { in xhci_port_write()
2867 set_field(&portsc, new_pls, PORTSC_PLS); in xhci_port_write()
2868 trace_usb_xhci_port_link(port->portnr, new_pls); in xhci_port_write()
2874 set_field(&portsc, new_pls, PORTSC_PLS); in xhci_port_write()
2875 trace_usb_xhci_port_link(port->portnr, new_pls); in xhci_port_write()
2883 __func__, old_pls, new_pls); in xhci_port_write()