Searched refs:clock_idx (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/clk/aspeed/ |
| H A D | clk-ast2600.c | 280 if (gate->clock_idx < 32) in get_clock_reg() 289 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_is_enabled() 318 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_enable() 360 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_disable() 425 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_g6_clk_hw_register_gate() argument 444 gate->clock_idx = clock_idx; in aspeed_g6_clk_hw_register_gate() 699 gate_flags = (gd->clock_idx == 14) ? 0 : CLK_GATE_SET_TO_DISABLE; in aspeed_g6_clk_probe() 705 gd->clock_idx, in aspeed_g6_clk_probe()
|
| H A 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() 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 D | clk-ast2700.c | 824 void __iomem *reg, u8 clock_idx, in ast2700_clk_hw_register_gate() argument 845 gate->bit_idx = clock_idx; in ast2700_clk_hw_register_gate()
|