Home
last modified time | relevance | path

Searched refs:chn_id (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c194 int chn_id[SOC_MAX_SENSORS]; member
1224 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
1225 .chn_id[SENSOR_GPU] = 1, /* gpu sensor is channel 1 */
1248 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
1359 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
1383 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
1407 .chn_id[SENSOR_CPU] = 1, /* cpu sensor is channel 1 */
1408 .chn_id[SENSOR_GPU] = 2, /* gpu sensor is channel 2 */
1432 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
1433 .chn_id[SENSOR_GPU] = 1, /* gpu sensor is channel 1 */
[all …]
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/etc/rkadk/8M/
H A Drkadk_setting_sensor_0.ini18 chn_id = 0 key
28 chn_id = 1 key
38 chn_id = 2 key
48 chn_id = 3 key
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/etc/rkadk/5M/
H A Drkadk_setting_sensor_0.ini18 chn_id = 0 key
28 chn_id = 1 key
38 chn_id = 2 key
48 chn_id = 3 key
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drockchip_thermal.c111 int chn_id[SOC_MAX_SENSORS]; member
1520 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
1521 .chn_id[SENSOR_GPU] = 1, /* gpu sensor is channel 1 */
1544 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
1545 .chn_id[SENSOR_GPU] = 1, /* gpu sensor is channel 1 */
1568 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
1589 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
1613 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
1639 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
1663 .chn_id[SENSOR_CPU] = 0, /* cpu sensor is channel 0 */
[all …]
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-sprd-adi.c436 u32 chn_id = be32_to_cpu(*list++); in sprd_adi_hw_init() local
440 if (chn_id < 2) in sprd_adi_hw_init()
444 REG_ADI_CHN_ADDR(chn_id)); in sprd_adi_hw_init()
446 if (chn_id < 32) { in sprd_adi_hw_init()
448 value |= BIT(chn_id); in sprd_adi_hw_init()
450 } else if (chn_id < ADI_HW_CHNS) { in sprd_adi_hw_init()
452 value |= BIT(chn_id - 32); in sprd_adi_hw_init()