Home
last modified time | relevance | path

Searched full:op1 (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dlib_helpers.h17 #define read_sysreg32(op1, CRn, CRm, op2) \ argument
20 __asm__ volatile ("mrc p15, " #op1 ", %0, c" #CRn ", c" \
25 #define write_sysreg32(val, op1, CRn, CRm, op2) \ argument
27 __asm__ volatile ("mcr p15, " #op1 ", %0, c" #CRn ", c" \
31 #define read_sysreg64(op1, CRm) \ argument
34 __asm__ volatile ("mrrc p15, " #op1 ", %Q0, %R0, c" \
39 #define write_sysreg64(val, op1, CRm) \ argument
41 __asm__ volatile ("mcrr p15, " #op1 ", %Q0, %R0, c" \
45 #define MAKE_REG_HELPER(reg, op1, CRn, CRm, op2) \ argument
48 return read_sysreg32(op1, CRn, CRm, op2); \
[all …]
/Zephyr-latest/dts/bindings/espi/
Dnuvoton,npcx-espi-taf.yaml68 rpmc-op1-code:
71 RPMC OP1 opcode on RPMC flash devices.
/Zephyr-latest/include/zephyr/arch/arc/asm-compat/
Dasm-macro-32-bit-mwdt.h91 .macro CMPR, op1, op2
92 cmp op1, op2
Dasm-macro-64-bit-mwdt.h91 .macro CMPR, op1, op2
92 cmpl op1, op2
Dasm-macro-32-bit-gnu.h99 .macro CMPR op1, op2
100 cmp \op1, \op2
Dasm-macro-64-bit-gnu.h111 .macro CMPR op1, op2
112 cmpl \op1, \op2
/Zephyr-latest/soc/nxp/rw/
Dflash_config.h53 #define FC_FLEXSPI_LUT_SEQ(cmd0, pad0, op0, cmd1, pad1, op1) \ argument
55 FLEXSPI_LUT_OPERAND1(op1) | FLEXSPI_LUT_NUM_PADS1(pad1) | FLEXSPI_LUT_OPCODE1(cmd1))
/Zephyr-latest/soc/microchip/mec/mec15xx/
Dsoc_espi_saf_v1.h118 * op1 = SPI flash program/erase suspend opcode
123 * op1 = SPI flash erase 32KB sector opcode
128 * op1 = SPI flash op0 mode byte value for non-continuous mode
132 #define MCHP_SAF_OPCODE_REG_VAL(op0, op1, op2, op3) \ argument
133 (((uint32_t)(op0)&0xffU) | (((uint32_t)(op1)&0xffU) << 8) | \
/Zephyr-latest/soc/microchip/mec/mec172x/
Dsoc_espi_saf_v2.h142 * op1 = SPI flash program/erase suspend opcode
147 * op1 = SPI flash erase 32KB sector opcode
152 * op1 = SPI flash op0 mode byte value for non-continuous mode
156 #define MCHP_SAF_OPCODE_REG_VAL(op0, op1, op2, op3) \ argument
157 (((uint32_t)(op0)&0xffU) | (((uint32_t)(op1)&0xffU) << 8) | \
/Zephyr-latest/samples/subsys/smf/smf_calculator/img/
Dsmf_calculator.svg287 >DIGIT_0 / insert(op1)</text
289 >DIGIT_1_9 / insert(op1)</text
302 >DIGIT_0 / insert(op1)</text
304 >DIGIT_1_9 / insert(op1)</text
363 >entry / negate(op1)</text
389 >entry / op1=' 0'; op2=' 0'</text
475 >DIGIT_1_9 / insert(op1)</text
481 >CE / op1=-' 0'</text
503 >DIGIT_1_9 / insert(op1)</text
509 >POINT / insert(op1)</text
[all …]
/Zephyr-latest/tests/lib/cmsis_dsp/matrix/src/
Dunary_q15.c186 op1, arm_mat_scale_q15, OP1_SCALE,
189 op1, arm_mat_trans_q15, OP1_TRANS,
Dunary_q31.c186 op1, arm_mat_scale_q31, OP1_SCALE,
189 op1, arm_mat_trans_q31, OP1_TRANS,
Dunary_q7.c94 op1, arm_mat_trans_q7, OP1_TRANS,
Dunary_f16.c206 op1, arm_mat_scale_f16, OP1_SCALE,
209 op1, arm_mat_trans_f16, OP1_TRANS,
Dunary_f32.c202 op1, arm_mat_scale_f32, OP1_SCALE,
205 op1, arm_mat_trans_f32, OP1_TRANS,
Dunary_f64.c184 op1, arm_mat_trans_f64, OP1_TRANS,
/Zephyr-latest/soc/nxp/imxrt/
Dflexspi_nor_config.h65 #define FLEXSPI_LUT_SEQ(cmd0, pad0, op0, cmd1, pad1, op1) \ argument
67 FLEXSPI_LUT_OPERAND1(op1) | FLEXSPI_LUT_NUM_PADS1(pad1) | FLEXSPI_LUT_OPCODE1(cmd1))
/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_espi_taf.h58 /* ESPI TAF RPMC OP1 instruction */
/Zephyr-latest/drivers/espi/
Despi_taf_npcx.c472 LOG_ERR("flash RPMC OP1 fail"); in espi_taf_npcx_rpmc_op1()
Despi_npcx.c405 /* Get written data if eSPI TAF write or RPMC OP1 */ in espi_taf_parse()
/Zephyr-latest/samples/subsys/smf/smf_calculator/src/
Dsmf_calculator_thread.c713 LOG_INF("op1=%s, op=%c op2=%s res=%s", s_obj.operand_1.string, s_obj.operator_btn, in smf_calculator_thread()