Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.h79 #define OHCI_ED_GET_EN(s) (((s) >> 7) & 0xf) macro
H A Dohci.c623 OHCI_ED_GET_EN(ed_flags), in ohci_dump_ed()