Home
last modified time | relevance | path

Searched refs:gate_offset (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/clk/rockchip/
Dclk.h544 int gate_offset; member
566 .gate_offset = go, \
588 .gate_offset = go, \
606 .gate_offset = go, \
625 .gate_offset = go, \
643 .gate_offset = go, \
664 .gate_offset = -1, \
684 .gate_offset = -1, \
699 .gate_offset = go, \
716 .gate_offset = go, \
[all …]
Dclk.c44 struct clk_div_table *div_table, int gate_offset, in rockchip_clk_register_branch() argument
71 if (gate_offset >= 0) { in rockchip_clk_register_branch()
79 gate->reg = base + gate_offset; in rockchip_clk_register_branch()
210 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_frac_branch() argument
233 if (gate_offset >= 0) { in rockchip_clk_register_frac_branch()
236 gate->reg = base + gate_offset; in rockchip_clk_register_frac_branch()
317 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_factor_branch() argument
325 if (gate_offset == 0) { in rockchip_clk_register_factor_branch()
336 gate->reg = base + gate_offset; in rockchip_clk_register_factor_branch()
490 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
[all …]
Dclk-half-divider.c164 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-v6.6/arch/x86/include/asm/
Ddesc_defs.h97 static inline unsigned long gate_offset(const gate_desc *g) in gate_offset() function
/Linux-v6.6/drivers/clk/
Dclk-stm32h7.c592 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-v6.6/arch/x86/xen/
Denlighten_pv.c780 addr = gate_offset(val); in cvt_gate_to_trap()
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c6972 vmx_do_interrupt_irqoff(gate_offset(desc)); in handle_external_interrupt_irqoff()