Home
last modified time | relevance | path

Searched refs:GET_LOWFLAT (Results 1 – 25 of 135) sorted by relevance

123456

/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
H A Dusb-ehci.c502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
514 u32 cur = GET_LOWFLAT(pipe->qh.current); in ehci_wait_td()
515 u32 tok = GET_LOWFLAT(pipe->qh.token); in ehci_wait_td()
516 u32 next = GET_LOWFLAT(pipe->qh.qtd_next); in ehci_wait_td()
522 GET_LOWFLAT(pipe->pipe.cntl), struct usb_ehci_s, usb); in ehci_wait_td()
562 u16 maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_send_pipe()
628 struct ehci_qtd *td = GET_LOWFLAT(pipe->next_td); in ehci_poll_intr()
629 u32 token = GET_LOWFLAT(td->token); in ehci_poll_intr()
636 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_poll_intr()
637 int pos = td - GET_LOWFLAT(pipe->tds); in ehci_poll_intr()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
H A Dusb-ehci.c502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
514 u32 cur = GET_LOWFLAT(pipe->qh.current); in ehci_wait_td()
515 u32 tok = GET_LOWFLAT(pipe->qh.token); in ehci_wait_td()
516 u32 next = GET_LOWFLAT(pipe->qh.qtd_next); in ehci_wait_td()
522 GET_LOWFLAT(pipe->pipe.cntl), struct usb_ehci_s, usb); in ehci_wait_td()
562 u16 maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_send_pipe()
628 struct ehci_qtd *td = GET_LOWFLAT(pipe->next_td); in ehci_poll_intr()
629 u32 token = GET_LOWFLAT(td->token); in ehci_poll_intr()
636 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_poll_intr()
637 int pos = td - GET_LOWFLAT(pipe->tds); in ehci_poll_intr()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
H A Dusb-ehci.c502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
514 u32 cur = GET_LOWFLAT(pipe->qh.current); in ehci_wait_td()
515 u32 tok = GET_LOWFLAT(pipe->qh.token); in ehci_wait_td()
516 u32 next = GET_LOWFLAT(pipe->qh.qtd_next); in ehci_wait_td()
522 GET_LOWFLAT(pipe->pipe.cntl), struct usb_ehci_s, usb); in ehci_wait_td()
562 u16 maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_send_pipe()
628 struct ehci_qtd *td = GET_LOWFLAT(pipe->next_td); in ehci_poll_intr()
629 u32 token = GET_LOWFLAT(td->token); in ehci_poll_intr()
636 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_poll_intr()
637 int pos = td - GET_LOWFLAT(pipe->tds); in ehci_poll_intr()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
H A Dusb-ehci.c502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
514 u32 cur = GET_LOWFLAT(pipe->qh.current); in ehci_wait_td()
515 u32 tok = GET_LOWFLAT(pipe->qh.token); in ehci_wait_td()
516 u32 next = GET_LOWFLAT(pipe->qh.qtd_next); in ehci_wait_td()
522 GET_LOWFLAT(pipe->pipe.cntl), struct usb_ehci_s, usb); in ehci_wait_td()
562 u16 maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_send_pipe()
628 struct ehci_qtd *td = GET_LOWFLAT(pipe->next_td); in ehci_poll_intr()
629 u32 token = GET_LOWFLAT(td->token); in ehci_poll_intr()
636 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_poll_intr()
637 int pos = td - GET_LOWFLAT(pipe->tds); in ehci_poll_intr()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
H A Dusb-ehci.c501 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
513 u32 cur = GET_LOWFLAT(pipe->qh.current); in ehci_wait_td()
514 u32 tok = GET_LOWFLAT(pipe->qh.token); in ehci_wait_td()
515 u32 next = GET_LOWFLAT(pipe->qh.qtd_next); in ehci_wait_td()
521 GET_LOWFLAT(pipe->pipe.cntl), struct usb_ehci_s, usb); in ehci_wait_td()
561 u16 maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_send_pipe()
627 struct ehci_qtd *td = GET_LOWFLAT(pipe->next_td); in ehci_poll_intr()
628 u32 token = GET_LOWFLAT(td->token); in ehci_poll_intr()
635 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_poll_intr()
636 int pos = td - GET_LOWFLAT(pipe->tds); in ehci_poll_intr()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
H A Dusb-ehci.c501 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
513 u32 cur = GET_LOWFLAT(pipe->qh.current); in ehci_wait_td()
514 u32 tok = GET_LOWFLAT(pipe->qh.token); in ehci_wait_td()
515 u32 next = GET_LOWFLAT(pipe->qh.qtd_next); in ehci_wait_td()
521 GET_LOWFLAT(pipe->pipe.cntl), struct usb_ehci_s, usb); in ehci_wait_td()
561 u16 maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_send_pipe()
627 struct ehci_qtd *td = GET_LOWFLAT(pipe->next_td); in ehci_poll_intr()
628 u32 token = GET_LOWFLAT(td->token); in ehci_poll_intr()
635 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_poll_intr()
636 int pos = td - GET_LOWFLAT(pipe->tds); in ehci_poll_intr()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
H A Dusb-ehci.c502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
514 u32 cur = GET_LOWFLAT(pipe->qh.current); in ehci_wait_td()
515 u32 tok = GET_LOWFLAT(pipe->qh.token); in ehci_wait_td()
516 u32 next = GET_LOWFLAT(pipe->qh.qtd_next); in ehci_wait_td()
522 GET_LOWFLAT(pipe->pipe.cntl), struct usb_ehci_s, usb); in ehci_wait_td()
562 u16 maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_send_pipe()
628 struct ehci_qtd *td = GET_LOWFLAT(pipe->next_td); in ehci_poll_intr()
629 u32 token = GET_LOWFLAT(td->token); in ehci_poll_intr()
636 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_poll_intr()
637 int pos = td - GET_LOWFLAT(pipe->tds); in ehci_poll_intr()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
/dports/misc/seabios/seabios-1.14.0/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
H A Dusb-ehci.c502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
514 u32 cur = GET_LOWFLAT(pipe->qh.current); in ehci_wait_td()
515 u32 tok = GET_LOWFLAT(pipe->qh.token); in ehci_wait_td()
516 u32 next = GET_LOWFLAT(pipe->qh.qtd_next); in ehci_wait_td()
522 GET_LOWFLAT(pipe->pipe.cntl), struct usb_ehci_s, usb); in ehci_wait_td()
562 u16 maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_send_pipe()
628 struct ehci_qtd *td = GET_LOWFLAT(pipe->next_td); in ehci_poll_intr()
629 u32 token = GET_LOWFLAT(td->token); in ehci_poll_intr()
636 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_poll_intr()
637 int pos = td - GET_LOWFLAT(pipe->tds); in ehci_poll_intr()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
H A Dusb-ehci.c502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
514 u32 cur = GET_LOWFLAT(pipe->qh.current); in ehci_wait_td()
515 u32 tok = GET_LOWFLAT(pipe->qh.token); in ehci_wait_td()
516 u32 next = GET_LOWFLAT(pipe->qh.qtd_next); in ehci_wait_td()
522 GET_LOWFLAT(pipe->pipe.cntl), struct usb_ehci_s, usb); in ehci_wait_td()
562 u16 maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_send_pipe()
628 struct ehci_qtd *td = GET_LOWFLAT(pipe->next_td); in ehci_poll_intr()
629 u32 token = GET_LOWFLAT(td->token); in ehci_poll_intr()
636 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_poll_intr()
637 int pos = td - GET_LOWFLAT(pipe->tds); in ehci_poll_intr()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
H A Dusb-ehci.c502 SET_LOWFLAT(pipe->qh.token, GET_LOWFLAT(pipe->qh.token) & QTD_TOGGLE); in ehci_reset_pipe()
514 u32 cur = GET_LOWFLAT(pipe->qh.current); in ehci_wait_td()
515 u32 tok = GET_LOWFLAT(pipe->qh.token); in ehci_wait_td()
516 u32 next = GET_LOWFLAT(pipe->qh.qtd_next); in ehci_wait_td()
522 GET_LOWFLAT(pipe->pipe.cntl), struct usb_ehci_s, usb); in ehci_wait_td()
562 u16 maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_send_pipe()
628 struct ehci_qtd *td = GET_LOWFLAT(pipe->next_td); in ehci_poll_intr()
629 u32 token = GET_LOWFLAT(td->token); in ehci_poll_intr()
636 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in ehci_poll_intr()
637 int pos = td - GET_LOWFLAT(pipe->tds); in ehci_poll_intr()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element);
415 u16 iobase = GET_LOWFLAT(pipe->iobase);
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket);
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed);
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr)
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7));
538 uhci_waittick(GET_LOWFLAT(pipe->iobase));
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td);
551 u32 status = GET_LOWFLAT(td->status);
552 u32 token = GET_LOWFLAT(td->token);
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/hw/
H A Dusb-uhci.c410 u32 el_link = GET_LOWFLAT(pipe->qh.element); in wait_pipe()
415 u16 iobase = GET_LOWFLAT(pipe->iobase); in wait_pipe()
462 int maxpacket = GET_LOWFLAT(pipe->pipe.maxpacket); in uhci_send_pipe()
463 int lowspeed = GET_LOWFLAT(pipe->pipe.speed); in uhci_send_pipe()
464 int devaddr = (GET_LOWFLAT(pipe->pipe.devaddr) in uhci_send_pipe()
465 | (GET_LOWFLAT(pipe->pipe.ep) << 7)); in uhci_send_pipe()
538 uhci_waittick(GET_LOWFLAT(pipe->iobase)); in uhci_send_pipe()
550 struct uhci_td *td = GET_LOWFLAT(pipe->next_td); in uhci_poll_intr()
551 u32 status = GET_LOWFLAT(td->status); in uhci_poll_intr()
552 u32 token = GET_LOWFLAT(td->token); in uhci_poll_intr()
[all …]

123456