Home
last modified time | relevance | path

Searched refs:clk_bit (Results 1 – 4 of 4) sorted by relevance

/drivers/clk/sunxi/
Dclk-sun8i-bus-gates.c33 u8 clk_bit; in sun8i_h3_bus_gates_init() local
79 clk_bit = index % 32; in sun8i_h3_bus_gates_init()
83 0, clk_reg, clk_bit, in sun8i_h3_bus_gates_init()
Dclk-simple-gates.c30 u8 clk_bit; in sunxi_simple_gates_setup() local
55 clk_bit = index % 32; in sunxi_simple_gates_setup()
60 clk_bit, in sunxi_simple_gates_setup()
/drivers/clk/sirf/
Dclk-atlas7.c283 u8 clk_bit; member
1406 if (clkc_readl(reset->clk_ofs + 8) & (1 << reset->clk_bit)) { in atlas7_reset_module()
1409 clkc_writel(1 << reset->clk_bit, reset->clk_ofs + 4); in atlas7_reset_module()
1412 clkc_writel(1 << reset->clk_bit, reset->clk_ofs); in atlas7_reset_module()
1415 clkc_writel(1 << reset->clk_bit, reset->clk_ofs); in atlas7_reset_module()
1417 clkc_writel(1 << reset->clk_bit, reset->clk_ofs + 4); in atlas7_reset_module()
/drivers/gpu/drm/radeon/
Dradeon_combios.c2668 u8 thermal_controller = 0, gpio = 0, i2c_addr = 0, clk_bit = 0, data_bit = 0; in radeon_combios_get_power_modes() local
2684 clk_bit = RBIOS8(offset + 0xa); in radeon_combios_get_power_modes()
2698 i2c_bus = combios_setup_i2c_bus(rdev, gpio, 1 << clk_bit, 1 << data_bit); in radeon_combios_get_power_modes()