Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dohci.h49 #define OHCI_PAGE_MASK(x) ((x) & 0xfff) macro
H A Dohci.c1939 length = OHCI_PAGE_MASK(buf_res.physaddr); in ohci_device_isoc_enter()