Home
last modified time | relevance | path

Searched refs:STE0_CONFIG_S (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/arm64/iommu/
H A Dsmmureg.h308 #define STE0_CONFIG_S 1 macro
309 #define STE0_CONFIG_M (0x7 << STE0_CONFIG_S)
310 #define STE0_CONFIG_ABORT (0x0 << STE0_CONFIG_S)
311 #define STE0_CONFIG_BYPASS (0x4 << STE0_CONFIG_S)
312 #define STE0_CONFIG_S1_TRANS (0x5 << STE0_CONFIG_S)
313 #define STE0_CONFIG_S2_TRANS (0x6 << STE0_CONFIG_S)
314 #define STE0_CONFIG_ALL_TRANS (0x7 << STE0_CONFIG_S)