Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h50 #define OHCI_PAGE_MASK(x) ((x) & 0xfff) macro
H A Dohci.c1904 length = OHCI_PAGE_MASK(buf_res.physaddr); in ohci_device_isoc_enter()