Home
last modified time | relevance | path

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

/qemu/include/hw/usb/
H A Dehci-regs.h78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro
/qemu/hw/usb/
H A Dhcd-ehci.c736 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()
836 if (!(ehci->portsc[i] & PORTSC_PED)) { in ehci_find_device()
981 *portsc &= val | ~PORTSC_PED; in ehci_port_write()
1003 val |= PORTSC_PED; in ehci_port_write()
H A Dhcd-xhci.c91 #define PORTSC_PED (1<<1) macro
2654 port->portsc |= PORTSC_PED; in xhci_port_update()
2685 port->portsc |= PORTSC_PED; in xhci_port_reset()