Home
last modified time | relevance | path

Searched defs:divs (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
H A Dnouveau_nvkm_subdev_therm_fanpwm.c49 u32 divs, duty; in nvkm_fanpwm_get() local
68 u32 divs, duty; in nvkm_fanpwm_set() local
96 u32 divs, duty; in nvkm_fanpwm_create() local
H A Dnouveau_nvkm_subdev_therm_gm107.c39 gm107_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in gm107_fan_pwm_get()
48 gm107_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in gm107_fan_pwm_set()
H A Dnouveau_nvkm_subdev_therm_gf119.c72 gf119_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in gf119_fan_pwm_get()
94 gf119_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in gf119_fan_pwm_set()
H A Dnouveau_nvkm_subdev_therm_nv40.c126 nv40_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in nv40_fan_pwm_get()
154 nv40_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in nv40_fan_pwm_set()
H A Dnouveau_nvkm_subdev_therm_nv50.c71 nv50_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in nv50_fan_pwm_get()
88 nv50_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in nv50_fan_pwm_set()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dnouveau_nvkm_subdev_clk_mcp77.c217 int divs = 0; in mcp77_clk_calc() local
/netbsd-src/sys/arch/arm/rockchip/
H A Drk_cru.h161 struct rk_regmaskval divs[4]; member
176 struct rk_regmask divs[4]; member
/netbsd-src/sys/arch/sgimips/dev/
H A Dscn.c358 } divs[] = { variable
/netbsd-src/sys/dev/
H A Dsequencer.c1193 seq_timer_waitabs(struct sequencer_softc *sc, uint32_t divs) in seq_timer_waitabs()