dataphys 2232 dev/usb/ehci.c ehci_physaddr_t dataphys, dataphyspage, dataphyslastpage, nextphys; dataphys 2244 dev/usb/ehci.c dataphys = DMAADDR(dma, 0); dataphys 2245 dev/usb/ehci.c dataphyslastpage = EHCI_PAGE(dataphys + len - 1); dataphys 2264 dev/usb/ehci.c dataphyspage = EHCI_PAGE(dataphys); dataphys 2273 dev/usb/ehci.c EHCI_PAGE_OFFSET(dataphys); dataphys 2278 dev/usb/ehci.c EHCI_PAGE_OFFSET(dataphys)); dataphys 2280 dev/usb/ehci.c dataphyslastpage, dataphyspage, dataphys); dataphys 2295 dev/usb/ehci.c dataphys, dataphyslastpage, len, curlen)); dataphys 2314 dev/usb/ehci.c curlen + EHCI_PAGE_OFFSET(dataphys); i++) { dataphys 2315 dev/usb/ehci.c ehci_physaddr_t a = dataphys + i * EHCI_PAGE_SIZE; dataphys 2334 dev/usb/ehci.c dataphys, dataphys + curlen)); dataphys 2350 dev/usb/ehci.c dataphys += curlen; dataphys 449 dev/usb/ohci.c ohci_physaddr_t dataphys, dataphysend; dataphys 459 dev/usb/ohci.c dataphys = DMAADDR(dma, 0); dataphys 460 dev/usb/ohci.c dataphysend = OHCI_PAGE(dataphys + len - 1); dataphys 472 dev/usb/ohci.c if (OHCI_PAGE(dataphys) == dataphysend || dataphys 473 dev/usb/ohci.c OHCI_PAGE(dataphys) + OHCI_PAGE_SIZE == dataphysend) { dataphys 479 dev/usb/ohci.c (dataphys & (OHCI_PAGE_SIZE-1)); dataphys 489 dev/usb/ohci.c dataphys, dataphysend, dataphys 494 dev/usb/ohci.c cur->td.td_cbp = htole32(dataphys); dataphys 497 dev/usb/ohci.c cur->td.td_be = htole32(dataphys + curlen - 1); dataphys 502 dev/usb/ohci.c dataphys, dataphys + curlen - 1)); dataphys 506 dev/usb/ohci.c dataphys += curlen;