Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h221 #define OHCI_CSR_DONE 0x80000000 /* RO 1-cmp_swap complete */ macro
/titanic_50/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c1878 if ((ohci_reg & OHCI_CSR_DONE) != 0) { in hci1394_ohci_csr_cswap()