Home
last modified time | relevance | path

Searched refs:macro (Results 1 - 11 of 11) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dcommon_env.py287 def set_str_2make(type, macro, macro_val, macro_cfg, env_type = None, env_mod_type = None, depends = None):
295 strs = 'ifeq ($(%s), %s)\n'%(macro, macro_val)
301 strs = 'ifeq ($(%s), %s)\n'%(macro, macro_val)
304 str_2_mod = 'ifeq ($(%s), %s)\n'%(macro, macro_val)
319 strs = condition_str(macro, macro_val, macro_cfg, env_type, depends)
322 strs = condition_str(macro, macro_val, macro_cfg, env_type, depends, True)
326 module_str[env_mod_type] = condition_str(macro, macro_val, macro_cfg, env_type, depends, True)
328 def set_config(type, macro, macro_val, macro_cfg, env_type = None, env_mod_type = None, depends = None):
334 if scons_get_cfg_val(macro) == macro_val:
337 if scons_get_cfg_val(macro)
378 macro = 'LOSCFG_COMPILER_HI3861_ASIC' global() variable
385 macro = 'LOSCFG_COMPILER_HI3861_FLASH' global() variable
392 macro = 'CONFIG_MESH_SUPPORT' global() variable
426 macro = 'LOSCFG_COMPILER_HI3861_ASIC' global() variable
433 macro = 'LOSCFG_COMPILER_HI3861_FLASH' global() variable
[all...]
H A Dscons_utils.py227 def select_added_cfg(macro, macro_val, macro_cfg, depends=None):
228 if isinstance(macro_val, str) and scons_get_cfg_val(macro) == macro_val:
244 val = scons_get_cfg_val(macro)
285 def condition_str(macro, macro_val, macro_cfg, env_type, depends = None, mod_flag = False):
288 return 'ifeq ($(%s), %s)\n\t%s\nendif\n'%(macro, macro_val, translate_env_value_to_str(env_type, macro_cfg, mod_flag))
291 return 'ifeq ($(%s)_$(%s), %s_%s)\n\t%s\nendif\n'%(macro, macro_2, macro_val, macro_2_val, translate_env_value_to_str(env_type, macro_cfg, mod_flag))
296 strs = '%sifeq ($(%s), %s)\n\t%s\n'%(strs, macro, val_list[0], translate_env_value_to_str(env_type, macro_cfg[val_list[0]], mod_flag))
298 strs = '%selse ifeq ($(%s), %s)\n\t%s\n'%(strs, macro, val, translate_env_value_to_str(env_type, macro_cfg[val], mod_flag))
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/
H A Dscons_utils.py227 def select_added_cfg(macro, macro_val, macro_cfg, depends=None):
228 if isinstance(macro_val, str) and scons_get_cfg_val(macro) == macro_val:
244 val = scons_get_cfg_val(macro)
285 def condition_str(macro, macro_val, macro_cfg, env_type, depends = None, mod_flag = False):
288 return 'ifeq ($(%s), %s)\n\t%s\nendif\n'%(macro, macro_val, translate_env_value_to_str(env_type, macro_cfg, mod_flag))
291 return 'ifeq ($(%s)_$(%s), %s_%s)\n\t%s\nendif\n'%(macro, macro_2, macro_val, macro_2_val, translate_env_value_to_str(env_type, macro_cfg, mod_flag))
296 strs = '%sifeq ($(%s), %s)\n\t%s\n'%(strs, macro, val_list[0], translate_env_value_to_str(env_type, macro_cfg[val_list[0]], mod_flag))
298 strs = '%selse ifeq ($(%s), %s)\n\t%s\n'%(strs, macro, val, translate_env_value_to_str(env_type, macro_cfg[val], mod_flag))
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/
H A Driscv_init_loaderboot.S61 .macro push_reg
82 .macro pop_reg
103 .macro SAVE_ALL
150 .macro RESTORE_ALL
/device/qemu/riscv32_virt/liteos_m/board/
H A Dlos_start.S18 .macro PUSH_CALLER_REG
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/
H A Driscv_init_flashboot.S42 .macro push_reg
63 .macro pop_reg
/device/soc/rockchip/rk2206/sdk_liteos/platform/startup/
H A Dstartup_rk2206.S142 .macro Set_Default_Handler Handler_Name
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_base_kernel.h49 #error assert macro not defined!
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_base_kernel.h84 #error assert macro not defined!
273 * @warning @ref base_mem_handle_new_invalid must be used instead of this macro
285 * @warning @ref base_mem_handle_new_write_alloc must be used instead of this macro
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_base_kernel.h88 #error assert macro not defined!
280 * @warning @ref base_mem_handle_new_invalid must be used instead of this macro
292 * @warning @ref base_mem_handle_new_write_alloc must be used instead of this macro
/device/soc/hisilicon/hi3751v350/sdk_linux/
H A Dbase.mak235 ## common api and msp_deubg will use these macro

Completed in 12 milliseconds