Lines Matching refs:vqx_dwait
374 union otx_cptx_vqx_done_wait vqx_dwait;
376 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0));
377 vqx_dwait.s.num_wait = val;
378 writeq(vqx_dwait.u, cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0));
383 union otx_cptx_vqx_done_wait vqx_dwait;
385 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0));
386 return vqx_dwait.s.num_wait;
391 union otx_cptx_vqx_done_wait vqx_dwait;
393 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0));
394 vqx_dwait.s.time_wait = time;
395 writeq(vqx_dwait.u, cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0));
401 union otx_cptx_vqx_done_wait vqx_dwait;
403 vqx_dwait.u = readq(cptvf->reg_base + OTX_CPT_VQX_DONE_WAIT(0));
404 return vqx_dwait.s.time_wait;