Searched refs:gate_offset (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/clk/rockchip/ |
| H A D | clk.c | 45 struct clk_div_table *div_table, int gate_offset, in rockchip_clk_register_branch() argument 72 if (gate_offset >= 0) { in rockchip_clk_register_branch() 80 gate->reg = base + gate_offset; in rockchip_clk_register_branch() 205 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_frac_branch() argument 228 if (gate_offset >= 0) { in rockchip_clk_register_frac_branch() 231 gate->reg = base + gate_offset; in rockchip_clk_register_frac_branch() 312 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_factor_branch() argument 320 if (gate_offset == 0) { in rockchip_clk_register_factor_branch() 331 gate->reg = base + gate_offset; in rockchip_clk_register_factor_branch() 588 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() [all …]
|
| H A D | clk.h | 837 int gate_offset; member 861 .gate_offset = go, \ 883 .gate_offset = go, \ 901 .gate_offset = go, \ 920 .gate_offset = go, \ 938 .gate_offset = go, \ 959 .gate_offset = -1, \ 979 .gate_offset = -1, \ 994 .gate_offset = go, \ 1011 .gate_offset = go, \ [all …]
|
| H A D | clk-half-divider.c | 166 u8 div_flags, int gate_offset, in rockchip_clk_register_halfdiv() argument 192 if (gate_offset >= 0) { in rockchip_clk_register_halfdiv() 198 gate->reg = base + gate_offset; in rockchip_clk_register_halfdiv()
|
| /linux/drivers/clk/ |
| H A D | clk-stm32h7.c | 592 u32 gate_offset; member 602 .gate_offset = _gate_offset,\ 978 u32 gate_offset; member 987 .gate_offset = _gate_offset,\ 1278 stm32_oclk[n].gate_offset + base, in stm32h7_rcc_init() 1335 pclk[n].flags, base + pclk[n].gate_offset, in stm32h7_rcc_init()
|
| /linux/arch/x86/include/asm/ |
| H A D | desc_defs.h | 148 static __always_inline unsigned long gate_offset(const gate_desc *g) in gate_offset() function
|
| /linux/arch/x86/kernel/ |
| H A D | idt.c | 274 idt_do_interrupt_irqoff(gate_offset(idt_table + vector)); in idt_entry_from_kvm()
|