Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_csr.c203 *state = csr_handle->csr_state; in hci1394_csr_state_get()
244 csr_handle->csr_state |= supported_state; in hci1394_csr_state_bset()
286 csr_handle->csr_state &= ~state; in hci1394_csr_state_bclr()
475 csr_handle->csr_state &= ~IEEE1394_CSR_STATE_ABDICATE; in hci1394_csr_bus_reset()
490 csr_handle->csr_state &= ~IEEE1394_CSR_STATE_CMSTR; in hci1394_csr_bus_reset()
507 csr_handle->csr_state |= IEEE1394_CSR_STATE_CMSTR; in hci1394_csr_bus_reset()
516 csr_handle->csr_state &= ~IEEE1394_CSR_STATE_CMSTR; in hci1394_csr_bus_reset()
560 csr->csr_state = 0; in hci1394_csr_state_init()
/titanic_50/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_csr.h101 uint32_t csr_state; member