Searched refs:SMMU_CR0 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm64/iommu/ |
H A D | smmu.c | 1064 reg = bus_read_4(sc->res[0], SMMU_CR0); in smmu_disable() 1066 error = smmu_write_ack(sc, SMMU_CR0, SMMU_CR0ACK, reg); in smmu_disable() 1217 reg = bus_read_4(sc->res[0], SMMU_CR0); in smmu_reset() 1255 error = smmu_write_ack(sc, SMMU_CR0, SMMU_CR0ACK, reg); in smmu_reset() 1278 error = smmu_write_ack(sc, SMMU_CR0, SMMU_CR0ACK, reg); in smmu_reset() 1291 error = smmu_write_ack(sc, SMMU_CR0, SMMU_CR0ACK, reg); in smmu_reset() 1300 error = smmu_write_ack(sc, SMMU_CR0, SMMU_CR0ACK, reg); in smmu_reset() 1308 error = smmu_write_ack(sc, SMMU_CR0, SMMU_CR0ACK, reg); in smmu_reset()
|
H A D | smmureg.h | 118 #define SMMU_CR0 0x020 macro
|