Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_platform.c28 unsigned int temp_value; in osal_platform_get_modparam_uint() local
30 if (of_property_read_u32(np, name, &temp_value)) { in osal_platform_get_modparam_uint()
34 *value = temp_value; in osal_platform_get_modparam_uint()
42 unsigned int temp_value; in osal_platform_get_modparam_int() local
44 if (of_property_read_u32(np, name, &temp_value)) { in osal_platform_get_modparam_int()
48 *value = (int)temp_value; in osal_platform_get_modparam_int()
56 unsigned char temp_value; in osal_platform_get_modparam_uchar() local
58 if (of_property_read_u8(np, name, &temp_value)) { in osal_platform_get_modparam_uchar()
62 *value = temp_value; in osal_platform_get_modparam_uchar()
70 unsigned short temp_value; in osal_platform_get_modparam_ushort() local
[all...]

Completed in 1 milliseconds