Searched refs:OHCI_ITCTL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.h150 #define OHCI_ITCTL(CH) (OHCI_ITOFF(CH)) macro
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci.c245 #define OHCI_ITCTL(CH) (OHCI_ITOFF(CH)) macro
1561 stat = OREAD(sc, OHCI_ITCTL(dmach));
1599 OWRITE(sc, OHCI_ITCTL(dmach),
1603 OWRITE(sc, OHCI_ITCTL(dmach), OHCI_CNTL_DMA_RUN);
1614 OWRITE(sc, OHCI_ITCTL(dmach), OHCI_CNTL_DMA_WAKE);
2259 off = OHCI_ITCTL(ch - ITX_CH);
2312 off = OHCI_ITCTL(ch - ITX_CH);

Completed in 52 milliseconds