Searched refs:H_RDY (Results 1 – 3 of 3) sorted by relevance
316 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()
102 #define H_RDY 0x00000008 macro
253 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()