Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_csr.c201 uint32_t supported_state; in hci1394_csr_state_bset() local
209 supported_state = state & (IEEE1394_CSR_STATE_ABDICATE | in hci1394_csr_state_bset()
216 if ((supported_state & IEEE1394_CSR_STATE_CMSTR) && in hci1394_csr_state_bset()
222 csr_handle->csr_state |= supported_state; in hci1394_csr_state_bset()
238 uint32_t supported_state; in hci1394_csr_state_bclr() local
246 supported_state = state & (IEEE1394_CSR_STATE_ABDICATE | in hci1394_csr_state_bclr()
253 if ((supported_state & IEEE1394_CSR_STATE_CMSTR) && in hci1394_csr_state_bclr()