Home
last modified time | relevance | path

Searched refs:EHCI_QH_ALIGN (Results 1 – 25 of 32) sorted by relevance

12

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dehcivar.h59 …fine EHCI_SQH_SIZE ((sizeof(struct ehci_soft_qh) + EHCI_QH_ALIGN - 1) / EHCI_QH_ALIGN * EHCI_QH_AL…
83 #define EHCI_ITD_SIZE ((sizeof(struct ehci_soft_itd) + EHCI_QH_ALIGN - 1) / EHCI_ITD_ALIGN * EHCI_I…
89 #define EHCI_SITD_SIZE ((sizeof(struct ehci_soft_sitd) + EHCI_QH_ALIGN - 1) / EHCI_SITD_ALIGN * EHC…
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
H A Dusb-ehci.h94 #define EHCI_QH_ALIGN 128 // Can't span a 4K boundary, so increase from 32 macro
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
H A Dusb-ehci.h94 #define EHCI_QH_ALIGN 128 // Can't span a 4K boundary, so increase from 32 macro
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
H A Dusb-ehci.h94 #define EHCI_QH_ALIGN 128 // Can't span a 4K boundary, so increase from 32 macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
476 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
478 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
H A Dusb-ehci.h94 #define EHCI_QH_ALIGN 128 // Can't span a 4K boundary, so increase from 32 macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
476 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
478 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
H A Dusb-ehci.h94 #define EHCI_QH_ALIGN 128 // Can't span a 4K boundary, so increase from 32 macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
H A Dusb-ehci.h94 #define EHCI_QH_ALIGN 128 // Can't span a 4K boundary, so increase from 32 macro
/dports/misc/seabios/seabios-1.14.0/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
H A Dusb-ehci.h94 #define EHCI_QH_ALIGN 128 // Can't span a 4K boundary, so increase from 32 macro
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
H A Dusb-ehci.h94 #define EHCI_QH_ALIGN 128 // Can't span a 4K boundary, so increase from 32 macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
H A Dusb-ehci.h94 #define EHCI_QH_ALIGN 128 // Can't span a 4K boundary, so increase from 32 macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh));
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh));
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe));
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe));
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe));
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/hw/
H A Dusb-ehci.c222 struct ehci_qh *intr_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*intr_qh)); in configure_ehci()
223 struct ehci_qh *async_qh = memalign_high(EHCI_QH_ALIGN, sizeof(*async_qh)); in configure_ehci()
400 struct ehci_pipe *pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_alloc_intr_pipe()
477 pipe = memalign_tmphigh(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()
479 pipe = memalign_low(EHCI_QH_ALIGN, sizeof(*pipe)); in ehci_realloc_pipe()

12