Home
last modified time | relevance | path

Searched refs:t_high (Results 1 – 13 of 13) sorted by relevance

/drivers/i2c/busses/
Di2c-altera.c143 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()
Di2c-axxia.c181 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/
Dmt76x02_dfs.h50 u32 t_high; member
Dmt76x02_dfs.c20 .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/
Damdgpu_dpm.h224 u16 t_high; member
/drivers/infiniband/hw/irdma/
Dtype.h880 u16 t_high; member
912 u16 t_high; member
Dctrl.c747 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/
Dlegacy_dpm.c245 adev->pm.dpm.fan.t_high = le16_to_cpu(fan_info->fan.usTHigh); in amdgpu_parse_extended_power_table()
Dsi_dpm.c6512 t_diff2 = adev->pm.dpm.fan.t_high - adev->pm.dpm.fan.t_med; in si_thermal_setup_fan_table()
/drivers/gpu/drm/radeon/
Dr600_dpm.c898 rdev->pm.dpm.fan.t_high = le16_to_cpu(fan_info->fan.usTHigh); in r600_parse_extended_power_table()
Dradeon.h1531 u16 t_high; member
Dsi_dpm.c6038 t_diff2 = rdev->pm.dpm.fan.t_high - rdev->pm.dpm.fan.t_med; in si_thermal_setup_fan_table()
Dci_dpm.c960 t_diff2 = rdev->pm.dpm.fan.t_high - rdev->pm.dpm.fan.t_med; in ci_thermal_setup_fan_table()