Searched refs:clk_high (Results 1 – 2 of 2) sorted by relevance
98 u32 clk_high, clk_low, count; in spear_adc_set_clk() local103 clk_high = count - clk_low; in spear_adc_set_clk()106 __raw_writel(SPEAR_ADC_CLK_LOW(clk_low) | SPEAR_ADC_CLK_HIGH(clk_high), in spear_adc_set_clk()
694 u32 base_clk_divisor, clk_high_low_max, clk_high, clk_low, tmp; in aspeed_i2c_get_clk_reg_val() local731 clk_high = clk_high_low_mask; in aspeed_i2c_get_clk_reg_val()739 clk_high = tmp - clk_low; in aspeed_i2c_get_clk_reg_val()741 if (clk_high) in aspeed_i2c_get_clk_reg_val()742 clk_high--; in aspeed_i2c_get_clk_reg_val()749 return ((clk_high << ASPEED_I2CD_TIME_SCL_HIGH_SHIFT) in aspeed_i2c_get_clk_reg_val()