Home
last modified time | relevance | path

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

/u-boot/common/
A Dbedbug.c238 struct operand *opr; in print_operands() local
254 if (opr->hint & OH_SILENT) { in print_operands()
263 operand = (ctx->instr >> opr->shift) & ((1 << opr->bits) - 1); in print_operands()
265 if (opr->hint & OH_ADDR) { in print_operands()
295 else if (opr->hint & OH_REG) { in print_operands()
309 else if (opr->hint & OH_SPR) { in print_operands()
313 else if (opr->hint & OH_TBR) { in print_operands()
317 else if (opr->hint & OH_LITERAL) { in print_operands()
318 switch (opr->field) { in print_operands()
379 struct operand *opr; in get_operand_value() local
[all …]
/u-boot/drivers/spi/
A Dfsl_qspi.c168 #define LUT_DEF(idx, ins, pad, opr) \ argument
169 ((((ins) << 10) | ((pad) << 8) | (opr)) << (((idx) % 2) * 16))
A Dnxp_fspi.c300 #define LUT_DEF(idx, ins, pad, opr) \ argument
302 (opr)) << (((idx) % 2) * OPRND_SHIFT))

Completed in 12 milliseconds