Home
last modified time | relevance | path

Searched refs:CHIP_NAME_LEN (Results 1 - 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3518ev300/mpp/module_init/src/
H A Dsdk_init.c32 #define CHIP_NAME_LEN 64 macro
37 static char g_chip_name[CHIP_NAME_LEN] = "hi3518ev300"; /* hi3518ev300 */
53 extern char g_chip_list[CHIP_NAME_LEN]; in SYSCONFIG_init()
59 strncpy(g_chip_list, g_chip_name, CHIP_NAME_LEN); in SYSCONFIG_init()
/device/soc/hisilicon/hi3516dv300/sdk_liteos/mpp/module_init/src/
H A Dsdk_init.c30 #define CHIP_NAME_LEN 64 macro
41 static char g_chip_list[CHIP_NAME_LEN] = "hi3516dv300";
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/sysconfig/
H A Dsys_config.c41 #define CHIP_NAME_LEN 64 macro
67 static char g_chip_list[CHIP_NAME_LEN] = "hi3516dv300"; /* hi3516cv500 hi3516dv300 hi3516av300 */
72 module_param_string(chip, g_chip_list, CHIP_NAME_LEN, 0600);
342 if (strncmp("hi3516av300", s, CHIP_NAME_LEN) == 0) { in clk_cfg_on_chip()
344 } else if (strncmp("hi3516dv300", s, CHIP_NAME_LEN) == 0) { in clk_cfg_on_chip()
346 } else if (strncmp("hi3559v200", s, CHIP_NAME_LEN) == 0) { in clk_cfg_on_chip()
348 } else if (strncmp("hi3556v200", s, CHIP_NAME_LEN) == 0) { in clk_cfg_on_chip()
1112 osal_platform_get_modparam_string(pdev, "chip", CHIP_NAME_LEN, g_chip_list); in sys_config_probe()

Completed in 4 milliseconds