Searched refs:v3d_qpu_writes_tmu_not_tmuc (Results 1 – 3 of 3) sorted by relevance
453 bool v3d_qpu_writes_tmu_not_tmuc(const struct v3d_qpu_instr *inst) ATTRIBUTE_CONST;
694 v3d_qpu_writes_tmu_not_tmuc(const struct v3d_qpu_instr *inst) in v3d_qpu_writes_tmu_not_tmuc() function
666 if ((a->sig.wrtmuc && v3d_qpu_writes_tmu_not_tmuc(b)) || in qpu_compatible_peripheral_access()667 (b->sig.wrtmuc && v3d_qpu_writes_tmu_not_tmuc(a))) { in qpu_compatible_peripheral_access()