Searched refs:Q_ENT (Results 1 – 1 of 1) sorted by relevance
/drivers/iommu/ |
D | arm-smmu-v3.c | 193 #define Q_ENT(q, p) ((q)->base + \ macro 755 queue_write(Q_ENT(q, q->prod), ent, q->ent_dwords); in queue_insert_raw() 773 queue_read(ent, Q_ENT(q, q->cons), q->ent_dwords); in queue_remove_raw() 879 queue_read(cmd, Q_ENT(q, cons), q->ent_dwords); in arm_smmu_cmdq_skip_err() 890 queue_write(Q_ENT(q, cons), cmd, q->ent_dwords); in arm_smmu_cmdq_skip_err()
|