Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
Dsysreg.h28 #define Op1_shift 16 macro
38 (((op0) << Op0_shift) | ((op1) << Op1_shift) | \
45 #define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask)
89 #define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift)