Searched refs:EHCI_HCC_64BIT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/dev/usb/controller/ | ||
| HD | ehcireg.h | 77 #define EHCI_HCC_64BIT(x) ((x) & 0x1) /* 64 bit address cap */ macro |
| HD | ehci.c | 238 if (EHCI_HCC_64BIT(cparams)) { in ehci_init_sub() |