Searched refs:clock_idx (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/clk/ |
D | clk-aspeed.h | 26 u8 clock_idx; member 50 u8 clock_idx; member
|
D | clk-ast2600.c | 212 if (gate->clock_idx < 32) in get_clock_reg() 221 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_is_enabled() 250 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_enable() 292 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_disable() 357 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_g6_clk_hw_register_gate() argument 376 gate->clock_idx = clock_idx; in aspeed_g6_clk_hw_register_gate() 565 gate_flags = (gd->clock_idx == 14) ? 0 : CLK_GATE_SET_TO_DISABLE; in aspeed_g6_clk_probe() 571 gd->clock_idx, in aspeed_g6_clk_probe()
|
D | clk-aspeed.c | 186 u32 clk = BIT(gate->clock_idx); in aspeed_clk_is_enabled() 212 u32 clk = BIT(gate->clock_idx); in aspeed_clk_enable() 252 u32 clk = BIT(gate->clock_idx); in aspeed_clk_disable() 346 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_clk_hw_register_gate() argument 365 gate->clock_idx = clock_idx; in aspeed_clk_hw_register_gate() 524 gate_flags = (gd->clock_idx == 14) ? 0 : CLK_GATE_SET_TO_DISABLE; in aspeed_clk_probe() 530 gd->clock_idx, in aspeed_clk_probe()
|
/Linux-v5.4/include/linux/ |
D | posix-timers.h | 227 void set_process_cpu_timer(struct task_struct *task, unsigned int clock_idx,
|