Searched refs:evtq (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/arm64/iommu/
H A Dsmmu.c348 err = smmu_init_queue(sc, &sc->evtq,
414 struct smmu_queue *evtq; local
417 evtq = &sc->evtq;
419 evtq->lc.val = bus_read_8(sc->res[0], evtq->prod_off);
420 entry_addr = (void *)((uint64_t)evtq->vaddr +
421 evtq->lc.cons * EVTQ_ENTRY_DWORDS * 8);
423 evtq->lc.cons = smmu_q_inc_cons(evtq);
[all...]
H A Dsmmuvar.h166 struct smmu_queue evtq; member in struct:smmu_softc

Completed in 58 milliseconds