Home
last modified time | relevance | path

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

/linux/drivers/clk/rockchip/
H A Dclk.h788 int gate_offset; member
812 .gate_offset = go, \
834 .gate_offset = go, \
852 .gate_offset = go, \
871 .gate_offset = go, \
889 .gate_offset = go, \
910 .gate_offset = -1, \
930 .gate_offset = -1, \
945 .gate_offset = go, \
962 .gate_offset = go, \
[all …]
H A Dclk.c45 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()
571 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
[all …]
H A Dclk-half-divider.c166 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 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/arch/x86/xen/
H A Denlighten_pv.c857 addr = gate_offset(val); in cvt_gate_to_trap()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c7084 vmx_do_interrupt_irqoff(gate_offset((gate_desc *)host_idt_base + vector)); in handle_external_interrupt_irqoff()