Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_csr.c221 uint32_t supported_state; in hci1394_csr_state_bset() local
231 supported_state = state & (IEEE1394_CSR_STATE_ABDICATE | in hci1394_csr_state_bset()
238 if ((supported_state & IEEE1394_CSR_STATE_CMSTR) && in hci1394_csr_state_bset()
244 csr_handle->csr_state |= supported_state; in hci1394_csr_state_bset()
263 uint32_t supported_state; in hci1394_csr_state_bclr() local
273 supported_state = state & (IEEE1394_CSR_STATE_ABDICATE | in hci1394_csr_state_bclr()
280 if ((supported_state & IEEE1394_CSR_STATE_CMSTR) && in hci1394_csr_state_bclr()