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

/linux-master/tools/arch/arm64/include/asm/
H A Dsysreg.h29 #define Op1_shift 16 macro
39 (((op0) << Op0_shift) | ((op1) << Op1_shift) | \
46 #define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask)
90 #define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift)
/linux-master/arch/arm64/include/asm/
H A Dsysreg.h30 #define Op1_shift 16 macro
40 (((op0) << Op0_shift) | ((op1) << Op1_shift) | \
47 #define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask)
91 #define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift)

Completed in 208 milliseconds