Searched refs:EHCI_STS_FLR (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ | ||
D | ehcireg.h | 109 #define EHCI_STS_FLR 0x00000008 /* RWC frame list rollover */ macro |
D | ehci.c | 598 if (i & EHCI_STS_FLR) in ehci_dump_regs() |