Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_init.c316 if (!(((dev->host_hw_state & H_RDY) == H_RDY) && in heci_hw_init()
323 if (!(dev->host_hw_state & H_RDY) != H_RDY) in heci_hw_init()
H A Dheci_data_structures.h102 #define H_RDY 0x00000008 macro
H A Dheci_intr.c253 if ((dev->host_hw_state & H_RDY) == 0) { in heci_bh_process_device()
256 dev->host_hw_state |= (H_IE | H_IG | H_RDY); in heci_bh_process_device()