Searched refs:oper (Results 1 – 5 of 5) sorted by relevance
/u-boot/tools/patman/ |
A D | cros_subprocess.py | 291 def _BasicCheck(self, plist, oper): argument 304 self._BasicCheck(plist, oper) 311 self._BasicCheck(plist, oper) 321 self._BasicCheck(plist, oper) 330 self._BasicCheck(plist, oper) 339 self._BasicCheck(plist, oper) 347 self._BasicCheck(plist, oper) 359 self._BasicCheck(plist, oper) 378 self._BasicCheck(plist, oper) 391 self._BasicCheck(plist, oper) [all …]
|
/u-boot/arch/x86/cpu/ |
A D | mtrr.c | 268 switch (oper->opcode) { in mtrr_do_oper() 271 if (oper->valid) in mtrr_do_oper() 278 wrmsrl(MTRR_PHYS_BASE_MSR(oper->reg), oper->base); in mtrr_do_oper() 279 wrmsrl(MTRR_PHYS_MASK_MSR(oper->reg), oper->mask); in mtrr_do_oper() 300 struct mtrr_oper oper; in mtrr_set_valid() local 303 oper.reg = reg; in mtrr_set_valid() 304 oper.valid = valid; in mtrr_set_valid() 311 struct mtrr_oper oper; in mtrr_set() local 314 oper.reg = reg; in mtrr_set() 315 oper.base = base; in mtrr_set() [all …]
|
/u-boot/arch/arm/mach-tegra/tegra20/ |
A D | crypto.c | 103 static int encrypt_and_sign(u8 *key, enum security_op oper, u8 *src, in encrypt_and_sign() argument 116 aes_expand_key(oper & SECURITY_ENCRYPT ? key : zero_key, in encrypt_and_sign() 121 if (oper & SECURITY_ENCRYPT) { in encrypt_and_sign() 129 if (oper & SECURITY_SIGN) { in encrypt_and_sign()
|
/u-boot/common/ |
A D | bedbug.c | 758 struct operand *oper[MAX_OPERANDS]; in asmppc() local 804 if (oper[n_operands]->hint & OH_SILENT) { in asmppc() 809 oper[n_operands]->name); in asmppc() 821 oper[n_operands]->name, scratch); in asmppc() 865 mask = (1 << oper->bits) - 1; in parse_operand() 867 if (oper->hint & OH_ADDR) { in parse_operand() 880 data |= 1 << (oper->bits - 1); in parse_operand() 883 else if (oper->hint & OH_REG) { in parse_operand() 899 else if (oper->hint & OH_SPR) { in parse_operand() 907 else if (oper->hint & OH_TBR) { in parse_operand() [all …]
|
/u-boot/tools/buildman/ |
A D | board.py | 225 oper = None 228 oper = sym 229 elif oper: 231 oper = None
|
Completed in 7 milliseconds