Home
last modified time | relevance | path

Searched refs:pwm_div (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A Dnv50.c103 u8 pwm_div = nvkm_rd32(device, 0x410c); in nv50_fan_pwm_clock() local
107 pwm_clock = (100000000 >> pwm_div) * 10 / 24; in nv50_fan_pwm_clock()
110 pwm_clock = (device->crystal * 1000) >> pwm_div; in nv50_fan_pwm_clock()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-sony-acx424akp.c101 u8 pwm_div; in acx424akp_set_brightness() local
107 pwm_div = max(1, in acx424akp_set_brightness()
147 ret = mipi_dsi_dcs_write(dsi, 0x22, &pwm_div, 1); in acx424akp_set_brightness()
/OK3568_Linux_fs/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.h85 enum pwm_div { enum
/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Dsor.c260 static void tegra_dc_sor_config_pwm(struct tegra_dc_sor_data *sor, u32 pwm_div, in tegra_dc_sor_config_pwm() argument
263 tegra_sor_writel(sor, PWM_DIV, pwm_div); in tegra_dc_sor_config_pwm()