Searched refs:cond (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/smartdma/ |
D | fsl_smartdma_prv.h | 211 #define E_COND_GOTO(cond, a21) … argument 212 …DCD 0x15 + (cond << 5) + (1 << 9) + a21 + a21 + a21 + a21 + a21 + a21 + a21 + a21 + a21 + a21 + a2… 242 #define E_COND_GOTO_REG(cond, raddr) DCD 0x15 + (raddr << 14) + (cond << 5) argument 245 #define E_COND_GOTOL(cond, a21) … argument 246 …DCD 0x15 + (1 << 10) + (cond << 5) + (1 << 9) + a21 + a21 + a21 + a21 + a21 + a21 + a21 + a21 + a2… 276 #define E_COND_GOTO_REGL(cond, raddr) DCD 0x15 + (raddr << 14) + (1 << 10) + (cond << 5) argument 283 #define E_COND_MOV(cond, dest, source) DCD 0x0 + (source << 14) + (dest << 10) + (cond << 5) argument 284 #define E_COND_MOVS(cond, dest, source) DCD 0x0 + (source << 14) + (dest << 10) + (1 << 9) + (cond … argument 289 #define E_COND_MVN(cond, dest, source) DCD 0x0 + (source << 14) + (dest << 10) + (cond << 5) + (1 … argument 290 #define E_COND_MVNS(cond, dest, source) DCD 0x0 + (source << 14) + (dest << 10) + (1 << 9) + (cond … argument [all …]
|
/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/ |
D | kconfiglib.py | 1139 for filename, cond in self.defconfig_list.defaults: 1140 if expr_value(cond): 3489 for value, cond in sym.defaults: 3491 depend_on(sym, cond) 3498 for low, high, cond in sym.ranges: 3501 depend_on(sym, cond) 3524 for _, cond in choice.defaults: 3525 depend_on(choice, cond) 3663 cur.defaults = [(default, self._make_and(cond, dep)) 3664 for default, cond in cur.defaults] [all …]
|
D | guiconfig.py | 1315 for low_sym, high_sym, cond in sym.ranges: 1316 if expr_value(cond): 1338 for low, high, cond in sym.ranges: 1339 if expr_value(cond): 2141 for val, cond in sc.orig_defaults: 2159 if cond is not _kconf.y: 2161 .format(TRI_TO_STR[expr_value(cond)], 2162 _split_expr_info(cond, 4))
|
D | menuconfig.py | 2661 for val, cond in sc.orig_defaults: 2679 if cond is not _kconf.y: 2681 .format(TRI_TO_STR[expr_value(cond)], 2682 _split_expr_info(cond, 4)) 3093 for low_sym, high_sym, cond in sym.ranges: 3094 if expr_value(cond): 3113 for low, high, cond in sym.ranges: 3114 if expr_value(cond):
|