Searched refs:clk_high (Results 1 – 2 of 2) sorted by relevance
97 u32 clk_high, clk_low, count; in spear_adc_set_clk() local102 clk_high = count - clk_low; in spear_adc_set_clk()105 __raw_writel(SPEAR_ADC_CLK_LOW(clk_low) | SPEAR_ADC_CLK_HIGH(clk_high), in spear_adc_set_clk()
799 u32 base_clk_divisor, clk_high_low_max, clk_high, clk_low, tmp; in aspeed_i2c_get_clk_reg_val() local836 clk_high = clk_high_low_mask; in aspeed_i2c_get_clk_reg_val()844 clk_high = tmp - clk_low; in aspeed_i2c_get_clk_reg_val()846 if (clk_high) in aspeed_i2c_get_clk_reg_val()847 clk_high--; in aspeed_i2c_get_clk_reg_val()854 return ((clk_high << ASPEED_I2CD_TIME_SCL_HIGH_SHIFT) in aspeed_i2c_get_clk_reg_val()