Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c2850 uint32_t old_pls = get_field(port->portsc, PORTSC_PLS); in xhci_port_write() local
2854 if (old_pls != PLS_U0) { in xhci_port_write()
2861 if (old_pls < PLS_U3) { in xhci_port_write()
2871 __func__, old_pls, new_pls); in xhci_port_write()