Searched refs:H_CSR (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/intel/io/heci/ |
H A D | heci_interface.c | 111 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 D | heci_init.c | 285 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 D | heci_intr.c | 116 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 D | heci_data_structures.h | 85 #define H_CSR 4 macro
|
H A D | heci_main.c | 320 device->host_hw_state = read_heci_register(device, H_CSR); in heci_initialize()
|