Home
last modified time | relevance | path

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

12

/dports/emulators/qemu42/qemu-4.2.1/include/hw/usb/
H A Dehci-regs.h78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro
/dports/emulators/qemu/qemu-6.2.0/include/hw/usb/
H A Dehci-regs.h78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro
/dports/emulators/qemu60/qemu-6.0.0/include/hw/usb/
H A Dehci-regs.h78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/usb/
H A Dehci-regs.h78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro
/dports/emulators/qemu5/qemu-5.2.0/include/hw/usb/
H A Dehci-regs.h78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro
/dports/emulators/qemu-utils/qemu-4.2.1/include/hw/usb/
H A Dehci-regs.h78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/hw/usb/
H A Dehci-regs.h78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/usb/
H A Dehci-regs.h78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/hw/usb/
H A Dehci-regs.h78 #define PORTSC_PED (1 << 2) // Port Enable/Disable macro
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libusb/
H A Dusb-xhci.h55 #define PORTSC_PED BIT(1) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/lib/libusb/
H A Dusb-xhci.h55 #define PORTSC_PED BIT(1) macro
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libusb/
H A Dusb-xhci.h55 #define PORTSC_PED BIT(1) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libusb/
H A Dusb-xhci.h55 #define PORTSC_PED BIT(1) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/lib/libusb/
H A Dusb-xhci.h55 #define PORTSC_PED BIT(1) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/lib/libusb/
H A Dusb-xhci.h55 #define PORTSC_PED BIT(1) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libusb/
H A Dusb-xhci.h55 #define PORTSC_PED BIT(1) macro
/dports/emulators/qemu42/qemu-4.2.1/hw/usb/
H A Dhcd-ehci.c735 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()
835 if (!(ehci->portsc[i] & PORTSC_PED)) { in ehci_find_device()
980 *portsc &= val | ~PORTSC_PED; in ehci_port_write()
1002 val |= PORTSC_PED; in ehci_port_write()
/dports/emulators/qemu/qemu-6.2.0/hw/usb/
H A Dhcd-ehci.c734 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND);
834 if (!(ehci->portsc[i] & PORTSC_PED)) {
979 *portsc &= val | ~PORTSC_PED;
1001 val |= PORTSC_PED;
/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Dhcd-ehci.c734 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()
834 if (!(ehci->portsc[i] & PORTSC_PED)) { in ehci_find_device()
979 *portsc &= val | ~PORTSC_PED; in ehci_port_write()
1001 val |= PORTSC_PED; in ehci_port_write()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/usb/
H A Dhcd-ehci.c732 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()
832 if (!(ehci->portsc[i] & PORTSC_PED)) { in ehci_find_device()
977 *portsc &= val | ~PORTSC_PED; in ehci_port_write()
999 val |= PORTSC_PED; in ehci_port_write()
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Dhcd-ehci.c734 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()
834 if (!(ehci->portsc[i] & PORTSC_PED)) { in ehci_find_device()
979 *portsc &= val | ~PORTSC_PED; in ehci_port_write()
1001 val |= PORTSC_PED; in ehci_port_write()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/usb/
H A Dhcd-ehci.c735 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()
835 if (!(ehci->portsc[i] & PORTSC_PED)) { in ehci_find_device()
980 *portsc &= val | ~PORTSC_PED; in ehci_port_write()
1002 val |= PORTSC_PED; in ehci_port_write()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/usb/
H A Dhcd-ehci.c735 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()
835 if (!(ehci->portsc[i] & PORTSC_PED)) { in ehci_find_device()
980 *portsc &= val | ~PORTSC_PED; in ehci_port_write()
1002 val |= PORTSC_PED; in ehci_port_write()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/usb/
H A Dhcd-ehci.c734 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()
834 if (!(ehci->portsc[i] & PORTSC_PED)) { in ehci_find_device()
979 *portsc &= val | ~PORTSC_PED; in ehci_port_write()
1001 val |= PORTSC_PED; in ehci_port_write()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/usb/
H A Dhcd-ehci.c735 *portsc &= ~(PORTSC_CONNECT|PORTSC_PED|PORTSC_SUSPEND); in ehci_detach()
835 if (!(ehci->portsc[i] & PORTSC_PED)) { in ehci_find_device()
980 *portsc &= val | ~PORTSC_PED; in ehci_port_write()
1002 val |= PORTSC_PED; in ehci_port_write()

12