Home
last modified time | relevance | path

Searched refs:SLOT_STATE (Results 1 – 25 of 92) sorted by relevance

1234

/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libusb/
H A Dusb-xhci.h290 #define SLOT_STATE(x) ((x >> 27) & 0x1FU) macro
H A Dusb-xhci.c610 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
613 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
626 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/lib/libusb/
H A Dusb-xhci.h290 #define SLOT_STATE(x) ((x >> 27) & 0x1FU) macro
H A Dusb-xhci.c609 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
612 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
625 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libusb/
H A Dusb-xhci.h290 #define SLOT_STATE(x) ((x >> 27) & 0x1FU) macro
H A Dusb-xhci.c610 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
613 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
626 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libusb/
H A Dusb-xhci.h290 #define SLOT_STATE(x) ((x >> 27) & 0x1FU) macro
H A Dusb-xhci.c609 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
612 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
625 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/lib/libusb/
H A Dusb-xhci.h290 #define SLOT_STATE(x) ((x >> 27) & 0x1FU) macro
H A Dusb-xhci.c609 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
612 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
625 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/lib/libusb/
H A Dusb-xhci.h290 #define SLOT_STATE(x) ((x >> 27) & 0x1FU) macro
H A Dusb-xhci.c609 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
612 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
625 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libusb/
H A Dusb-xhci.h290 #define SLOT_STATE(x) ((x >> 27) & 0x1FU) macro
H A Dusb-xhci.c609 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
612 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
625 dprintf("Slot State %x \n", SLOT_STATE(le32_to_cpu(slot->field4))); in xhci_alloc_dev()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/cdns3/
H A Dcdnsp-gadget.h612 #define SLOT_STATE GENMASK(31, 27) macro
613 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/cdns3/
H A Dcdnsp-gadget.h612 #define SLOT_STATE GENMASK(31, 27) macro
613 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27)
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/cdns3/
H A Dcdnsp-gadget.h612 #define SLOT_STATE GENMASK(31, 27) macro
613 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27)
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/usb/host/
H A Dxhci.h563 #define SLOT_STATE (0x1f << 27) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/usb/host/
H A Dxhci.h563 #define SLOT_STATE (0x1f << 27) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/usb/host/
H A Dxhci.h563 #define SLOT_STATE (0x1f << 27) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/usb/host/
H A Dxhci.h563 #define SLOT_STATE (0x1f << 27) macro
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/usb/host/
H A Dxhci.h566 #define SLOT_STATE (0x1f << 27) macro
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/drivers/usb/host/
H A Dxhci.h563 #define SLOT_STATE (0x1f << 27) macro
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/include/usb/
H A Dxhci.h563 #define SLOT_STATE (0x1f << 27) macro
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/include/usb/
H A Dxhci.h563 #define SLOT_STATE (0x1f << 27) macro

1234