Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_interface.c191 buffer_depth = (unsigned char)((dev->host_hw_state & H_CBD) >> 24); in count_empty_write_slots()
227 buffer_depth = (unsigned char)((dev->host_hw_state & H_CBD) >> 24); in heci_write_message()
H A Dio_heci.c776 (((dev->host_hw_state & H_CBD) >> 24) * in pthi_write()
779 (((dev->host_hw_state & H_CBD) >> 24) * in pthi_write()
H A Dheci_data_structures.h94 #define H_CBD 0xFF000000 macro
H A Dheci_intr.c959 } else if (*slots == ((dev->host_hw_state & H_CBD) >> 24)) { in _heci_bh_cmpl()
1054 } else if (*slots == ((dev->host_hw_state & H_CBD) >> 24)) { in _heci_bh_cmpl_iamthif()
H A Dheci_main.c1179 if (length > ((((dev->host_hw_state & H_CBD) >> 24) * in heci_write()
1183 (((dev->host_hw_state & H_CBD) >> 24) * in heci_write()