Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h89 #define OHCI_ED_GET_MAXP(s) (((s) >> 16) & 0x07ff) macro
H A Dohci.c624 OHCI_ED_GET_MAXP(ed_flags), in ohci_dump_ed()