Searched refs:gate_offset (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/clk/rockchip/ |
| A D | clk.h | 597 int gate_offset; member 619 .gate_offset = go, \ 641 .gate_offset = go, \ 659 .gate_offset = go, \ 678 .gate_offset = go, \ 696 .gate_offset = go, \ 717 .gate_offset = -1, \ 737 .gate_offset = -1, \ 752 .gate_offset = go, \ 769 .gate_offset = go, \ [all …]
|
| A D | clk.c | 71 if (gate_offset >= 0) { in rockchip_clk_register_branch() 79 gate->reg = base + gate_offset; in rockchip_clk_register_branch() 233 if (gate_offset >= 0) { in rockchip_clk_register_frac_branch() 236 gate->reg = base + gate_offset; in rockchip_clk_register_frac_branch() 325 if (gate_offset == 0) { in rockchip_clk_register_factor_branch() 336 gate->reg = base + gate_offset; in rockchip_clk_register_factor_branch() 508 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() 519 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() 527 ctx->reg_base + list->gate_offset, in rockchip_clk_register_branches() 539 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() [all …]
|
| 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()
|
| /linux/drivers/clk/ |
| 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/arch/x86/include/asm/ |
| A D | desc_defs.h | 148 static inline unsigned long gate_offset(const gate_desc *g) in gate_offset() function
|
| /linux/arch/x86/xen/ |
| A D | enlighten_pv.c | 788 addr = gate_offset(val); in cvt_gate_to_trap()
|
| /linux/arch/x86/kvm/vmx/ |
| A D | vmx.c | 7020 vmx_do_interrupt_irqoff(gate_offset((gate_desc *)host_idt_base + vector)); in handle_external_interrupt_irqoff()
|
Completed in 33 milliseconds