Home
last modified time | relevance | path

Searched refs:OHCI_PAGE (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/usb/
Dohcireg.h142 #define OHCI_PAGE(x) ((x) &~ 0xfff) macro
Dohci.c503 dataphysend = OHCI_PAGE(dataphys + len - 1); in ohci_alloc_std_chain()
516 if (OHCI_PAGE(dataphys) == dataphysend || in ohci_alloc_std_chain()
517 OHCI_PAGE(dataphys) + OHCI_PAGE_SIZE == dataphysend) { in ohci_alloc_std_chain()
3102 bp0 = OHCI_PAGE(buf); in ohci_device_isoc_enter()
3109 OHCI_PAGE(buf + noffs) > bp0 + OHCI_PAGE_SIZE) { /* too many page crossings */ in ohci_device_isoc_enter()
3135 bp0 = OHCI_PAGE(buf + offs); in ohci_device_isoc_enter()