Searched refs:clock_idx (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/clk/ |
| D | clk-aspeed.h | 26 u8 clock_idx; member 50 u8 clock_idx; member
|
| D | clk-ast2600.c | 242 if (gate->clock_idx < 32) in get_clock_reg() 251 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_is_enabled() 280 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_enable() 322 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_disable() 387 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_g6_clk_hw_register_gate() argument 406 gate->clock_idx = clock_idx; in aspeed_g6_clk_hw_register_gate() 658 gate_flags = (gd->clock_idx == 14) ? 0 : CLK_GATE_SET_TO_DISABLE; in aspeed_g6_clk_probe() 664 gd->clock_idx, in aspeed_g6_clk_probe()
|
| D | clk-aspeed.c | 187 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() 347 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_clk_hw_register_gate() argument 366 gate->clock_idx = clock_idx; in aspeed_clk_hw_register_gate() 549 gate_flags = (gd->clock_idx == 14) ? 0 : CLK_GATE_SET_TO_DISABLE; in aspeed_clk_probe() 555 gd->clock_idx, in aspeed_clk_probe()
|
| /Linux-v5.15/include/linux/ |
| D | posix-timers.h | 251 void set_process_cpu_timer(struct task_struct *task, unsigned int clock_idx,
|