Home
last modified time | relevance | path

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

/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libusb/
H A Dusb-ehci.c100 long fl_phys = 0, qh_intr_phys = 0, qh_async_phys; in ehci_hcd_init() local
120 fl_phys = SLOF_dma_map_in(fl, sizeof(*fl), true); in ehci_hcd_init()
121 dprintf("fl %p, fl_phys %lx\n", fl, fl_phys); in ehci_hcd_init()
139 write_reg32(&ehcd->op_regs->periodiclistbase, fl_phys); in ehci_hcd_init()
161 ehcd->fl_phys = fl_phys; in ehci_hcd_init()
172 SLOF_dma_map_out(fl_phys, fl, sizeof(*fl)); in ehci_hcd_init()
204 SLOF_dma_map_out(ehcd->fl_phys, ehcd->fl, sizeof(struct ehci_framelist)); in ehci_hcd_exit()
H A Dusb-ehci.h62 long fl_phys; member
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/lib/libusb/
H A Dusb-ehci.c99 long fl_phys = 0, qh_intr_phys = 0, qh_async_phys; in ehci_hcd_init() local
119 fl_phys = SLOF_dma_map_in(fl, sizeof(*fl), true); in ehci_hcd_init()
120 dprintf("fl %p, fl_phys %lx\n", fl, fl_phys); in ehci_hcd_init()
138 write_reg32(&ehcd->op_regs->periodiclistbase, fl_phys); in ehci_hcd_init()
160 ehcd->fl_phys = fl_phys; in ehci_hcd_init()
171 SLOF_dma_map_out(fl_phys, fl, sizeof(*fl)); in ehci_hcd_init()
203 SLOF_dma_map_out(ehcd->fl_phys, ehcd->fl, sizeof(struct ehci_framelist)); in ehci_hcd_exit()
H A Dusb-ehci.h62 long fl_phys; member
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libusb/
H A Dusb-ehci.c100 long fl_phys = 0, qh_intr_phys = 0, qh_async_phys; in ehci_hcd_init() local
120 fl_phys = SLOF_dma_map_in(fl, sizeof(*fl), true); in ehci_hcd_init()
121 dprintf("fl %p, fl_phys %lx\n", fl, fl_phys); in ehci_hcd_init()
139 write_reg32(&ehcd->op_regs->periodiclistbase, fl_phys); in ehci_hcd_init()
161 ehcd->fl_phys = fl_phys; in ehci_hcd_init()
172 SLOF_dma_map_out(fl_phys, fl, sizeof(*fl)); in ehci_hcd_init()
204 SLOF_dma_map_out(ehcd->fl_phys, ehcd->fl, sizeof(struct ehci_framelist)); in ehci_hcd_exit()
H A Dusb-ehci.h62 long fl_phys; member
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libusb/
H A Dusb-ehci.c99 long fl_phys = 0, qh_intr_phys = 0, qh_async_phys; in ehci_hcd_init() local
119 fl_phys = SLOF_dma_map_in(fl, sizeof(*fl), true); in ehci_hcd_init()
120 dprintf("fl %p, fl_phys %lx\n", fl, fl_phys); in ehci_hcd_init()
138 write_reg32(&ehcd->op_regs->periodiclistbase, fl_phys); in ehci_hcd_init()
160 ehcd->fl_phys = fl_phys; in ehci_hcd_init()
171 SLOF_dma_map_out(fl_phys, fl, sizeof(*fl)); in ehci_hcd_init()
203 SLOF_dma_map_out(ehcd->fl_phys, ehcd->fl, sizeof(struct ehci_framelist)); in ehci_hcd_exit()
H A Dusb-ehci.h62 long fl_phys; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/lib/libusb/
H A Dusb-ehci.c99 long fl_phys = 0, qh_intr_phys = 0, qh_async_phys; in ehci_hcd_init() local
119 fl_phys = SLOF_dma_map_in(fl, sizeof(*fl), true); in ehci_hcd_init()
120 dprintf("fl %p, fl_phys %lx\n", fl, fl_phys); in ehci_hcd_init()
138 write_reg32(&ehcd->op_regs->periodiclistbase, fl_phys); in ehci_hcd_init()
160 ehcd->fl_phys = fl_phys; in ehci_hcd_init()
171 SLOF_dma_map_out(fl_phys, fl, sizeof(*fl)); in ehci_hcd_init()
203 SLOF_dma_map_out(ehcd->fl_phys, ehcd->fl, sizeof(struct ehci_framelist)); in ehci_hcd_exit()
H A Dusb-ehci.h62 long fl_phys; member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/lib/libusb/
H A Dusb-ehci.c99 long fl_phys = 0, qh_intr_phys = 0, qh_async_phys; in ehci_hcd_init() local
119 fl_phys = SLOF_dma_map_in(fl, sizeof(*fl), true); in ehci_hcd_init()
120 dprintf("fl %p, fl_phys %lx\n", fl, fl_phys); in ehci_hcd_init()
138 write_reg32(&ehcd->op_regs->periodiclistbase, fl_phys); in ehci_hcd_init()
160 ehcd->fl_phys = fl_phys; in ehci_hcd_init()
171 SLOF_dma_map_out(fl_phys, fl, sizeof(*fl)); in ehci_hcd_init()
203 SLOF_dma_map_out(ehcd->fl_phys, ehcd->fl, sizeof(struct ehci_framelist)); in ehci_hcd_exit()
H A Dusb-ehci.h62 long fl_phys; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libusb/
H A Dusb-ehci.c99 long fl_phys = 0, qh_intr_phys = 0, qh_async_phys; in ehci_hcd_init() local
119 fl_phys = SLOF_dma_map_in(fl, sizeof(*fl), true); in ehci_hcd_init()
120 dprintf("fl %p, fl_phys %lx\n", fl, fl_phys); in ehci_hcd_init()
138 write_reg32(&ehcd->op_regs->periodiclistbase, fl_phys); in ehci_hcd_init()
160 ehcd->fl_phys = fl_phys; in ehci_hcd_init()
171 SLOF_dma_map_out(fl_phys, fl, sizeof(*fl)); in ehci_hcd_init()
203 SLOF_dma_map_out(ehcd->fl_phys, ehcd->fl, sizeof(struct ehci_framelist)); in ehci_hcd_exit()
H A Dusb-ehci.h62 long fl_phys;