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

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_init.c316 if (!(((dev->host_hw_state & H_RDY) == H_RDY) &&
323 if (!(dev->host_hw_state & H_RDY) != H_RDY)
324 DBG("host turn off H_RDY.\n");
338 DBG("ME turn on ME_RDY and host turn on H_RDY.\n");
H A Dheci_data_structures.h102 #define H_RDY 0x00000008 macro
H A Dheci_intr.c253 if ((dev->host_hw_state & H_RDY) == 0) {
256 dev->host_hw_state |= (H_IE | H_IG | H_RDY);

Completed in 67 milliseconds