Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c96 #define PORTSC_PP (1<<9) macro
2638 port->portsc = PORTSC_PP; in xhci_port_update()
2892 portsc &= ~(PORTSC_PP|PORTSC_WCE|PORTSC_WDE|PORTSC_WOE); in xhci_port_write()
2893 portsc |= (val & (PORTSC_PP|PORTSC_WCE|PORTSC_WDE|PORTSC_WOE)); in xhci_port_write()