Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehcireg.h131 #define EHCI_FRINDEX 0x0c /* RW Frame Index register */ macro
Dehci.c610 EOREAD4(sc, EHCI_FRINDEX), in ehci_dump_regs()
825 pos = (EOREAD4(sc, EHCI_FRINDEX) / 8) & in ehci_dump_isoc()
2420 nframes = EOREAD4(sc, EHCI_FRINDEX) / 8; in ehci_device_isoc_fs_enter()
2729 nframes = EOREAD4(sc, EHCI_FRINDEX) / 8;