Searched refs:CMD_STE_RANGE (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/arm/ | ||
H A D | smmuv3-internal.h | 375 #define CMD_STE_RANGE(x) extract32((x)->word[2], 0 , 5) macro |
H A D | smmuv3.c | 1363 uint8_t range = CMD_STE_RANGE(&cmd); in smmuv3_cmdq_consume() |