Searched refs:gate_offset (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/clk/rockchip/ |
| H A D | clk.h | 659 int gate_offset; member 682 .gate_offset = go, \ 704 .gate_offset = go, \ 722 .gate_offset = go, \ 741 .gate_offset = go, \ 759 .gate_offset = go, \ 780 .gate_offset = -1, \ 800 .gate_offset = -1, \ 815 .gate_offset = go, \ 956 .gate_offset = o, \ [all …]
|
| H A D | clk.c | 72 if (gate_offset >= 0) { in rockchip_clk_register_branch() 80 gate->reg = base + gate_offset; in rockchip_clk_register_branch() 228 if (gate_offset >= 0) { in rockchip_clk_register_frac_branch() 231 gate->reg = base + gate_offset; in rockchip_clk_register_frac_branch() 320 if (gate_offset == 0) { in rockchip_clk_register_factor_branch() 331 gate->reg = base + gate_offset; in rockchip_clk_register_factor_branch() 554 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() 565 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() 573 ctx->reg_base + list->gate_offset, in rockchip_clk_register_branches() 585 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() [all …]
|
| H A D | clk-half-divider.c | 164 u8 div_flags, int gate_offset, in rockchip_clk_register_halfdiv() argument 190 if (gate_offset >= 0) { in rockchip_clk_register_halfdiv() 196 gate->reg = base + gate_offset; in rockchip_clk_register_halfdiv()
|
| H A D | gate-link.c | 22 flags, ctx->reg_base + clkbr->gate_offset, in rk_clk_gate_link_register()
|
| /linux-6.15/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,\ 1279 stm32_oclk[n].gate_offset + base, in stm32h7_rcc_init() 1336 pclk[n].flags, base + pclk[n].gate_offset, in stm32h7_rcc_init()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | desc_defs.h | 148 static inline unsigned long gate_offset(const gate_desc *g) in gate_offset() function
|
| /linux-6.15/arch/x86/xen/ |
| H A D | enlighten_pv.c | 857 addr = gate_offset(val); in cvt_gate_to_trap()
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 7084 vmx_do_interrupt_irqoff(gate_offset((gate_desc *)host_idt_base + vector)); in handle_external_interrupt_irqoff()
|