Home
last modified time | relevance | path

Searched defs:prescale (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/pwm/
H A Dpwm-imx-util.c48 unsigned long *duty_c, unsigned long *prescale) in pwm_imx_get_parms()
H A Dpwm-imx.c31 unsigned long period_cycles, duty_cycles, prescale; in pwm_config() local
/rk3399_rockchip-uboot/drivers/i2c/
H A Dadi_i2c.c234 u16 prescale = ((get_i2c_clk() / 1000 / 1000 + 5) / 10) & 0x7F; in adi_i2c_init() local
H A Dkona_i2c.c112 uint8_t prescale; /* Prescale divider */ member