Searched refs:op0 (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/soc/nxp/rw/ |
D | flash_config.h | 53 #define FC_FLEXSPI_LUT_SEQ(cmd0, pad0, op0, cmd1, pad1, op1) \ argument 54 (FLEXSPI_LUT_OPERAND0(op0) | FLEXSPI_LUT_NUM_PADS0(pad0) | FLEXSPI_LUT_OPCODE0(cmd0) | \
|
/Zephyr-latest/soc/nxp/imxrt/ |
D | flexspi_nor_config.h | 65 #define FLEXSPI_LUT_SEQ(cmd0, pad0, op0, cmd1, pad1, op1) \ argument 66 (FLEXSPI_LUT_OPERAND0(op0) | FLEXSPI_LUT_NUM_PADS0(pad0) | FLEXSPI_LUT_OPCODE0(cmd0) | \
|
/Zephyr-latest/soc/microchip/mec/mec15xx/ |
D | soc_espi_saf_v1.h | 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/ |
D | soc_espi_saf_v2.h | 156 #define MCHP_SAF_OPCODE_REG_VAL(op0, op1, op2, op3) \ argument 157 (((uint32_t)(op0)&0xffU) | (((uint32_t)(op1)&0xffU) << 8) | \
|