Searched refs:wait_empty (Results 1 – 3 of 3) sorted by relevance
123 u32 head_reg, u32 tail_reg, bool wait_empty, in fsp_poll_queue() argument136 if (wait_empty ? (head == tail) : (head != tail)) in fsp_poll_queue()149 name, head, tail, wait_empty, elapsed_ms); in fsp_poll_queue()
178 void (*wait_empty)(struct intel_th_device *thdev); member
2189 .wait_empty = intel_th_msc_wait_empty,