Searched refs:ME_RDY_HRA (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_interface.c255 if ((dev->me_hw_state & ME_RDY_HRA) != ME_RDY_HRA)
H A Dheci_init.c317 ((dev->me_hw_state & ME_RDY_HRA) == ME_RDY_HRA))) {
326 if (!(dev->me_hw_state & ME_RDY_HRA) != ME_RDY_HRA)
H A Dheci_data_structures.h124 #define ME_RDY_HRA 0x00000008 macro
H A Dheci_intr.c243 if (((dev->me_hw_state & ME_RDY_HRA) == 0) &&
254 if ((dev->me_hw_state & ME_RDY_HRA) == ME_RDY_HRA) {

Completed in 75 milliseconds