Home
last modified time | relevance | path

Searched refs:clk_high (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/iio/adc/
H A Dspear_adc.c106 u32 clk_high, clk_low, count; in spear_adc_set_clk() local
111 clk_high = count - clk_low; in spear_adc_set_clk()
114 __raw_writel(SPEAR_ADC_CLK_LOW(clk_low) | SPEAR_ADC_CLK_HIGH(clk_high), in spear_adc_set_clk()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-aspeed.c828 u32 base_clk_divisor, clk_high_low_max, clk_high, clk_low, tmp; in aspeed_i2c_get_clk_reg_val() local
865 clk_high = clk_high_low_mask; in aspeed_i2c_get_clk_reg_val()
873 clk_high = tmp - clk_low; in aspeed_i2c_get_clk_reg_val()
875 if (clk_high) in aspeed_i2c_get_clk_reg_val()
876 clk_high--; in aspeed_i2c_get_clk_reg_val()
883 return ((clk_high << ASPEED_I2CD_TIME_SCL_HIGH_SHIFT) in aspeed_i2c_get_clk_reg_val()