/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-aspeed.h | 18 * @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 D | clk-ast2600.c | 243 if (gate->clock_idx < 32) in get_clock_reg() 252 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_is_enabled() 281 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_enable() 323 u32 clk = get_bit(gate->clock_idx); in aspeed_g6_clk_disable() 388 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_g6_clk_hw_register_gate() 407 gate->clock_idx = clock_idx; in aspeed_g6_clk_hw_register_gate() 659 gate_flags = (gd->clock_idx == 14) ? 0 : CLK_GATE_SET_TO_DISABLE; in aspeed_g6_clk_probe() 665 gd->clock_idx, in aspeed_g6_clk_probe() 386 aspeed_g6_clk_hw_register_gate(struct device *dev, const char *name, const char *parent_name, unsigned long flags, struct regmap *map, u8 clock_idx, u8 reset_idx, u8 clk_gate_flags, spinlock_t *lock) aspeed_g6_clk_hw_register_gate() argument
|
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() 347 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_clk_hw_register_gate() 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() 345 aspeed_clk_hw_register_gate(struct device *dev, const char *name, const char *parent_name, unsigned long flags, struct regmap *map, u8 clock_idx, u8 reset_idx, u8 clk_gate_flags, spinlock_t *lock) aspeed_clk_hw_register_gate() argument
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-aspeed.h | 18 * @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 D | clk-ast2600.c | 281 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() 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() 424 aspeed_g6_clk_hw_register_gate(struct device *dev, const char *name, const char *parent_name, unsigned long flags, struct regmap *map, u8 clock_idx, u8 reset_idx, u8 clk_gate_flags, spinlock_t *lock) aspeed_g6_clk_hw_register_gate() argument
|
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() 347 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_clk_hw_register_gate() 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() 345 aspeed_clk_hw_register_gate(struct device *dev, const char *name, const char *parent_name, unsigned long flags, struct regmap *map, u8 clock_idx, u8 reset_idx, u8 clk_gate_flags, spinlock_t *lock) aspeed_clk_hw_register_gate() argument
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | mvebu-uart.c | 1041 int clock_idx; member 1060 struct mvebu_uart_clock_base, clocks[uart_clock->clock_idx]) 1182 if (uart_clock->clock_idx == 0) in mvebu_uart_clock_enable() 1206 if (uart_clock->clock_idx == 0) in mvebu_uart_clock_disable() 1225 if (uart_clock->clock_idx == 0) in mvebu_uart_clock_is_enabled() 1395 uart_clock_base->clocks[i].clock_idx = i; in mvebu_uart_clock_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | posix-timers.h | 251 void set_process_cpu_timer(struct task_struct *task, unsigned int clock_idx,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | posix-timers.h | 257 void set_process_cpu_timer(struct task_struct *task, unsigned int clock_idx,
|