Searched refs:clk_bit (Results 1 – 4 of 4) sorted by relevance
/drivers/clk/sunxi/ |
D | clk-sun8i-bus-gates.c | 41 u8 clk_bit; in sun8i_h3_bus_gates_init() local 83 clk_bit = index % 32; in sun8i_h3_bus_gates_init() 87 0, clk_reg, clk_bit, in sun8i_h3_bus_gates_init()
|
D | clk-simple-gates.c | 38 u8 clk_bit; in sunxi_simple_gates_setup() local 63 clk_bit = index % 32; in sunxi_simple_gates_setup() 68 clk_bit, in sunxi_simple_gates_setup()
|
/drivers/clk/sirf/ |
D | clk-atlas7.c | 284 u8 clk_bit; member 1407 if (clkc_readl(reset->clk_ofs + 8) & (1 << reset->clk_bit)) { in atlas7_reset_module() 1410 clkc_writel(1 << reset->clk_bit, reset->clk_ofs + 4); in atlas7_reset_module() 1413 clkc_writel(1 << reset->clk_bit, reset->clk_ofs); in atlas7_reset_module() 1416 clkc_writel(1 << reset->clk_bit, reset->clk_ofs); in atlas7_reset_module() 1418 clkc_writel(1 << reset->clk_bit, reset->clk_ofs + 4); in atlas7_reset_module()
|
/drivers/gpu/drm/radeon/ |
D | radeon_combios.c | 2661 u8 thermal_controller = 0, gpio = 0, i2c_addr = 0, clk_bit = 0, data_bit = 0; in radeon_combios_get_power_modes() local 2677 clk_bit = RBIOS8(offset + 0xa); in radeon_combios_get_power_modes() 2691 i2c_bus = combios_setup_i2c_bus(rdev, gpio, 1 << clk_bit, 1 << data_bit); in radeon_combios_get_power_modes()
|