Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_interface.c111 write_heci_register(dev, H_CSR, dev->host_hw_state); in heci_set_csr_register()
112 dev->host_hw_state = read_heci_register(dev, H_CSR); in heci_set_csr_register()
170 dev->host_hw_state = read_heci_register(dev, H_CSR); in host_buffer_is_empty()
224 dev->host_hw_state = read_heci_register(dev, H_CSR); in heci_write_message()
253 write_heci_register(dev, H_CSR, dev->host_hw_state); in heci_write_message()
H A Dheci_init.c285 dev->host_hw_state = read_heci_register(dev, H_CSR); in heci_hw_init()
393 dev->host_hw_state = read_heci_register(dev, H_CSR); in heci_reset()
403 write_heci_register(dev, H_CSR, dev->host_hw_state); in heci_reset()
442 dev->host_hw_state = read_heci_register(dev, H_CSR); in heci_reset()
H A Dheci_intr.c116 device->host_hw_state = read_heci_register(device, H_CSR); in heci_isr_interrupt()
239 dev->host_hw_state = read_heci_register(dev, H_CSR); in heci_bh_process_device()
299 dev->host_hw_state = read_heci_register(dev, H_CSR); in heci_bh_process_device()
H A Dheci_data_structures.h85 #define H_CSR 4 macro
H A Dheci_main.c320 device->host_hw_state = read_heci_register(device, H_CSR); in heci_initialize()