Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Source/
Dcache_armv8a.c54 uint32_t num_ways, num_sets, set, way, operand; in dcache_all() local
91 operand = (cache_level << 1); in dcache_all()
93 operand |= set << set_shift; in dcache_all()
97 operand |= way << way_shift; in dcache_all()
101 dcache_ops(csw, operand); in dcache_all()
104 dcache_ops(isw, operand); in dcache_all()
107 dcache_ops(cisw, operand); in dcache_all()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dcache_armv8a.h30 #define dcache_ops(op, operand) \ argument
33 ::"r" (operand): "memory"); \
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c44 uint16_t operand : 8U; member
1054 altSeq[i].operand = SFDP_GET_SEQ_CMD((*ptrSeq), i + 1U); in XSPI_NOR_EnterQuadDDRMode()
1205 altSeq[i].operand = SFDP_GET_SEQ_CMD((*ptrSeq), i + 1U); in XSPI_NOR_EnterOctalDDRMode()