Searched refs:t_high (Results 1 – 13 of 13) sorted by relevance
/drivers/i2c/busses/ |
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()
|
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()
|
/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_dfs.h | 50 u32 t_high; member
|
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()
|
/drivers/gpu/drm/amd/pm/inc/ |
D | amdgpu_dpm.h | 224 u16 t_high; member
|
/drivers/infiniband/hw/irdma/ |
D | type.h | 880 u16 t_high; member 912 u16 t_high; member
|
D | ctrl.c | 747 FIELD_PREP(IRDMAQPC_THIGH, roce_info->t_high) | in irdma_sc_qp_setctx_roce() 1033 FIELD_PREP(IRDMAQPC_THIGH, iw->t_high) | in irdma_sc_qp_setctx()
|
/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | legacy_dpm.c | 245 adev->pm.dpm.fan.t_high = le16_to_cpu(fan_info->fan.usTHigh); in amdgpu_parse_extended_power_table()
|
D | si_dpm.c | 6512 t_diff2 = adev->pm.dpm.fan.t_high - adev->pm.dpm.fan.t_med; in si_thermal_setup_fan_table()
|
/drivers/gpu/drm/radeon/ |
D | r600_dpm.c | 898 rdev->pm.dpm.fan.t_high = le16_to_cpu(fan_info->fan.usTHigh); in r600_parse_extended_power_table()
|
D | radeon.h | 1531 u16 t_high; member
|
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()
|
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()
|