Home
last modified time | relevance | path

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

/linux/drivers/clk/ !
H A Dclk-aspeed.h18 * @clock_idx: bit used to gate this clock in the clock register
26 u8 clock_idx; member
37 * @clock_idx: bit used to gate this clock in the clock register
50 u8 clock_idx; member
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()
/linux/include/linux/ !
H A Dposix-timers.h228 void set_process_cpu_timer(struct task_struct *task, unsigned int clock_idx,