Searched refs:gate_offset (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/drivers/clk/rockchip/ |
D | clk.h | 456 int gate_offset; member 478 .gate_offset = go, \ 500 .gate_offset = go, \ 518 .gate_offset = go, \ 537 .gate_offset = go, \ 555 .gate_offset = go, \ 576 .gate_offset = -1, \ 596 .gate_offset = -1, \ 611 .gate_offset = go, \ 628 .gate_offset = go, \ [all …]
|
D | clk.c | 44 struct clk_div_table *div_table, int gate_offset, in rockchip_clk_register_branch() argument 70 if (gate_offset >= 0) { in rockchip_clk_register_branch() 78 gate->reg = base + gate_offset; in rockchip_clk_register_branch() 203 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_frac_branch() argument 226 if (gate_offset >= 0) { in rockchip_clk_register_frac_branch() 229 gate->reg = base + gate_offset; in rockchip_clk_register_frac_branch() 310 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_factor_branch() argument 318 if (gate_offset == 0) { in rockchip_clk_register_factor_branch() 329 gate->reg = base + gate_offset; in rockchip_clk_register_factor_branch() 481 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() [all …]
|
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()
|
/linux-5.19.10/arch/x86/include/asm/ |
D | desc_defs.h | 97 static inline unsigned long gate_offset(const gate_desc *g) in gate_offset() function
|
/linux-5.19.10/drivers/clk/ |
D | clk-stm32h7.c | 592 u32 gate_offset; member 602 .gate_offset = _gate_offset,\ 979 u32 gate_offset; member 988 .gate_offset = _gate_offset,\ 1280 stm32_oclk[n].gate_offset + base, in stm32h7_rcc_init() 1337 pclk[n].flags, base + pclk[n].gate_offset, in stm32h7_rcc_init()
|
/linux-5.19.10/arch/x86/xen/ |
D | enlighten_pv.c | 688 addr = gate_offset(val); in cvt_gate_to_trap()
|
/linux-5.19.10/arch/x86/kvm/vmx/ |
D | vmx.c | 6629 handle_interrupt_nmi_irqoff(vcpu, gate_offset(desc)); in handle_external_interrupt_irqoff()
|