OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pwm_freq
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
therm.h
49
u32
pwm_freq
;
member in struct:nvbios_therm_fan
volt.h
24
u32
pwm_freq
;
member in struct:nvbios_volt
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_fanpwm.c
72
if (fan->base.bios.
pwm_freq
) {
76
divs /= fan->base.bios.
pwm_freq
;
nouveau_nvkm_subdev_therm_fan.c
195
therm->fan->bios.
pwm_freq
= 0;
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_fan.c
95
fan->
pwm_freq
= nvbios_rd32(bios, data + 0x0b) & 0xffffff;
nouveau_nvkm_subdev_bios_therm.c
192
if (!fan->
pwm_freq
)
193
fan->
pwm_freq
= value;
nouveau_nvkm_subdev_bios_volt.c
115
info->
pwm_freq
= nvbios_rd32(bios, volt + 0x5) / 1000;
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
nouveau_nvkm_subdev_volt_gk104.c
64
div = 27648000 / bios->
pwm_freq
;
/src/sys/dev/i2c/
pca9685.c
360
* ( 4096 *
pwm_freq
)
362
*
pwm_freq
== 1000000000 / period.
368
const u_int
pwm_freq
= 1000000000 / conf->period;
local in function:pcapwm_pwm_set_config
370
(PCA9685_PWM_TICKS *
pwm_freq
);
Completed in 125 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025