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

/freebsd-13-stable/sys/arm64/iommu/
H A Dsmmuvar.h167 struct smmu_queue priq; member in struct:smmu_softc
H A Dsmmu.c357 err = smmu_init_queue(sc, &sc->priq,
1261 bus_write_8(sc->res[0], SMMU_PRIQ_BASE, sc->priq.base);
1262 bus_write_4(sc->res[0], SMMU_PRIQ_PROD, sc->priq.lc.prod);
1263 bus_write_4(sc->res[0], SMMU_PRIQ_CONS, sc->priq.lc.cons);
1427 sc->priq.size_log2 = val;

Completed in 155 milliseconds