Home
last modified time | relevance | path

Searched refs:gate_offset (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/rockchip/
H A Dclk.h419 int gate_offset; member
441 .gate_offset = go, \
463 .gate_offset = go, \
481 .gate_offset = go, \
500 .gate_offset = go, \
518 .gate_offset = go, \
539 .gate_offset = -1, \
559 .gate_offset = -1, \
574 .gate_offset = go, \
591 .gate_offset
[all...]
H A Dclk.c42 struct clk_div_table *div_table, int gate_offset, in rockchip_clk_register_branch()
68 if (gate_offset >= 0) { in rockchip_clk_register_branch()
76 gate->reg = base + gate_offset; in rockchip_clk_register_branch()
211 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_frac_branch()
234 if (gate_offset >= 0) { in rockchip_clk_register_frac_branch()
237 gate->reg = base + gate_offset; in rockchip_clk_register_frac_branch()
318 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_factor_branch()
326 if (gate_offset == 0) { in rockchip_clk_register_factor_branch()
337 gate->reg = base + gate_offset; in rockchip_clk_register_factor_branch()
489 list->gate_offset, lis in rockchip_clk_register_branches()
37 rockchip_clk_register_branch(const char *name, const char *const *parent_names, u8 num_parents, void __iomem *base, int muxdiv_offset, u8 mux_shift, u8 mux_width, u8 mux_flags, int div_offset, u8 div_shift, u8 div_width, u8 div_flags, struct clk_div_table *div_table, int gate_offset, u8 gate_shift, u8 gate_flags, unsigned long flags, spinlock_t *lock) rockchip_clk_register_branch() argument
207 rockchip_clk_register_frac_branch( struct rockchip_clk_provider *ctx, const char *name, const char *const *parent_names, u8 num_parents, void __iomem *base, int muxdiv_offset, u8 div_flags, int gate_offset, u8 gate_shift, u8 gate_flags, unsigned long flags, struct rockchip_clk_branch *child, spinlock_t *lock) rockchip_clk_register_frac_branch() argument
315 rockchip_clk_register_factor_branch(const char *name, const char *const *parent_names, u8 num_parents, void __iomem *base, unsigned int mult, unsigned int div, int gate_offset, u8 gate_shift, u8 gate_flags, unsigned long flags, spinlock_t *lock) rockchip_clk_register_factor_branch() argument
[all...]
H A Dclk-half-divider.c164 u8 div_flags, int gate_offset, in rockchip_clk_register_halfdiv()
190 if (gate_offset >= 0) { in rockchip_clk_register_halfdiv()
196 gate->reg = base + gate_offset; in rockchip_clk_register_halfdiv()
158 rockchip_clk_register_halfdiv(const char *name, const char *const *parent_names, u8 num_parents, void __iomem *base, int muxdiv_offset, u8 mux_shift, u8 mux_width, u8 mux_flags, u8 div_shift, u8 div_width, u8 div_flags, int gate_offset, u8 gate_shift, u8 gate_flags, unsigned long flags, spinlock_t *lock) rockchip_clk_register_halfdiv() argument
/kernel/linux/linux-6.6/drivers/clk/rockchip/
H A Dclk.c44 struct clk_div_table *div_table, int gate_offset, in rockchip_clk_register_branch()
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()
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()
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, lis in rockchip_clk_register_branches()
38 rockchip_clk_register_branch(const char *name, const char *const *parent_names, u8 num_parents, void __iomem *base, int muxdiv_offset, u8 mux_shift, u8 mux_width, u8 mux_flags, u32 *mux_table, int div_offset, u8 div_shift, u8 div_width, u8 div_flags, struct clk_div_table *div_table, int gate_offset, u8 gate_shift, u8 gate_flags, unsigned long flags, spinlock_t *lock) rockchip_clk_register_branch() argument
206 rockchip_clk_register_frac_branch( struct rockchip_clk_provider *ctx, const char *name, const char *const *parent_names, u8 num_parents, void __iomem *base, int muxdiv_offset, u8 div_flags, int gate_offset, u8 gate_shift, u8 gate_flags, unsigned long flags, struct rockchip_clk_branch *child, spinlock_t *lock) rockchip_clk_register_frac_branch() argument
314 rockchip_clk_register_factor_branch(const char *name, const char *const *parent_names, u8 num_parents, void __iomem *base, unsigned int mult, unsigned int div, int gate_offset, u8 gate_shift, u8 gate_flags, unsigned long flags, spinlock_t *lock) rockchip_clk_register_factor_branch() argument
[all...]
H A 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
[all...]
H A Dclk-half-divider.c164 u8 div_flags, int gate_offset, in rockchip_clk_register_halfdiv()
190 if (gate_offset >= 0) { in rockchip_clk_register_halfdiv()
196 gate->reg = base + gate_offset; in rockchip_clk_register_halfdiv()
158 rockchip_clk_register_halfdiv(const char *name, const char *const *parent_names, u8 num_parents, void __iomem *base, int muxdiv_offset, u8 mux_shift, u8 mux_width, u8 mux_flags, u8 div_shift, u8 div_width, u8 div_flags, int gate_offset, u8 gate_shift, u8 gate_flags, unsigned long flags, spinlock_t *lock) rockchip_clk_register_halfdiv() argument
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-stm32h7.c592 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()
/kernel/linux/linux-6.6/drivers/clk/
H A 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()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Ddesc_defs.h97 static inline unsigned long gate_offset(const gate_desc *g) in gate_offset() function
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Ddesc_defs.h97 static inline unsigned long gate_offset(const gate_desc *g) in gate_offset() function
/kernel/linux/linux-5.10/drivers/clk/sirf/
H A Dclk-atlas7.c252 u32 gate_offset; member
656 /* div_name, parent_name, gate_name, clk_flag, divider_flag, gate_flag, div_offset, shift, wdith, gate_offset, bit_enable, lock */
1649 div->gate_flags, sirfsoc_clk_vbase + div->gate_offset, in atlas7_clk_init()
/kernel/linux/linux-5.10/arch/x86/xen/
H A Denlighten_pv.c691 addr = gate_offset(val); in cvt_gate_to_trap()
/kernel/linux/linux-6.6/arch/x86/xen/
H A Denlighten_pv.c780 addr = gate_offset(val); in cvt_gate_to_trap()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c6535 handle_interrupt_nmi_irqoff(vcpu, gate_offset(desc)); in handle_external_interrupt_irqoff()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c6981 vmx_do_interrupt_irqoff(gate_offset(desc)); in handle_external_interrupt_irqoff()

Completed in 34 milliseconds