Home
last modified time | relevance | path

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

/linux/drivers/clk/aspeed/
H A Dclk-ast2600.c281 if (gate->clock_idx < 32) in get_clock_reg()
290 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_is_enabled()
319 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_enable()
361 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_disable()
426 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_g6_clk_hw_register_gate() argument
445 gate->clock_idx = clock_idx; in aspeed_g6_clk_hw_register_gate()
700 gate_flags = (gd->clock_idx == 14) ? 0 : CLK_GATE_SET_TO_DISABLE; in aspeed_g6_clk_probe()
706 gd->clock_idx, in aspeed_g6_clk_probe()
H A Dclk-aspeed.c187 u32 clk = BIT(gate->clock_idx); in aspeed_clk_is_enabled()
213 u32 clk = BIT(gate->clock_idx); in aspeed_clk_enable()
253 u32 clk = BIT(gate->clock_idx); in aspeed_clk_disable()
349 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_clk_hw_register_gate() argument
368 gate->clock_idx = clock_idx; in aspeed_clk_hw_register_gate()
551 gate_flags = (gd->clock_idx == 14) ? 0 : CLK_GATE_SET_TO_DISABLE; in aspeed_clk_probe()
557 gd->clock_idx, in aspeed_clk_probe()
H A Dclk-ast2700.c815 void __iomem *reg, u8 clock_idx, in ast2700_clk_hw_register_gate() argument
836 gate->bit_idx = clock_idx; in ast2700_clk_hw_register_gate()
/linux/include/linux/
H A Dposix-timers.h228 void set_process_cpu_timer(struct task_struct *task, unsigned int clock_idx,