Searched refs:t_high (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/i2c/busses/ |
A D | i2c-altera.c | 143 u32 t_high, t_low; in altr_i2c_init() local 148 t_high = divisor * 1 / 2; in altr_i2c_init() 153 t_high = divisor * 1 / 3; in altr_i2c_init() 165 writel(t_high, idev->base + ALTR_I2C_SCL_HIGH); in altr_i2c_init()
|
A D | i2c-axxia.c | 181 u32 t_high, t_low; in axxia_i2c_init() local 204 t_high = divisor * 1 / 2; in axxia_i2c_init() 209 t_high = divisor * 1 / 3; in axxia_i2c_init() 215 writel(t_high, idev->base + SCL_HIGH_PERIOD); in axxia_i2c_init()
|
/linux/drivers/net/wireless/mediatek/mt76/ |
A D | mt76x02_dfs.h | 50 u32 t_high; member
|
A D | mt76x02_dfs.c | 20 .t_high = th, \ 763 mt76_wr(dev, MT_BBP(DFS, 9), radar_specs[i].t_high); in mt76x02_dfs_set_bbp_params()
|
/linux/drivers/infiniband/hw/irdma/ |
A D | type.h | 874 u16 t_high; member 906 u16 t_high; member
|
A D | ctrl.c | 726 FIELD_PREP(IRDMAQPC_THIGH, roce_info->t_high) | in irdma_sc_qp_setctx_roce() 1014 FIELD_PREP(IRDMAQPC_THIGH, iw->t_high) | in irdma_sc_qp_setctx()
|
/linux/drivers/gpu/drm/amd/pm/inc/ |
A D | amdgpu_dpm.h | 235 u16 t_high; member
|
/linux/drivers/gpu/drm/radeon/ |
A D | r600_dpm.c | 898 rdev->pm.dpm.fan.t_high = le16_to_cpu(fan_info->fan.usTHigh); in r600_parse_extended_power_table()
|
A D | radeon.h | 1532 u16 t_high; member
|
A D | ci_dpm.c | 960 t_diff2 = rdev->pm.dpm.fan.t_high - rdev->pm.dpm.fan.t_med; in ci_thermal_setup_fan_table()
|
A D | si_dpm.c | 6038 t_diff2 = rdev->pm.dpm.fan.t_high - rdev->pm.dpm.fan.t_med; in si_thermal_setup_fan_table()
|
/linux/drivers/gpu/drm/amd/pm/ |
A D | amdgpu_dpm.c | 311 adev->pm.dpm.fan.t_high = le16_to_cpu(fan_info->fan.usTHigh); in amdgpu_parse_extended_power_table()
|
/linux/drivers/gpu/drm/amd/pm/powerplay/ |
A D | si_dpm.c | 6472 t_diff2 = adev->pm.dpm.fan.t_high - adev->pm.dpm.fan.t_med; in si_thermal_setup_fan_table()
|
Completed in 98 milliseconds