Searched refs:gate_offset (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/clk/rockchip/ |
D | clk.h | 235 int gate_offset; member 256 .gate_offset = go, \ 274 .gate_offset = go, \ 293 .gate_offset = go, \ 311 .gate_offset = go, \ 332 .gate_offset = -1, \ 352 .gate_offset = -1, \ 367 .gate_offset = go, \ 384 .gate_offset = -1, \ 399 .gate_offset = -1, \ [all …]
|
D | clk.c | 45 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() 76 gate->reg = base + gate_offset; in rockchip_clk_register_branch() 115 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_frac_branch() argument 123 if (gate_offset >= 0) { in rockchip_clk_register_frac_branch() 129 gate->reg = base + gate_offset; in rockchip_clk_register_frac_branch() 260 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() 268 reg_base + list->gate_offset, in rockchip_clk_register_branches() 278 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | desc_defs.h | 84 #define gate_offset(g) ((g).offset_low | ((unsigned long)(g).offset_middle << 16) | ((unsigned long… macro 90 #define gate_offset(g) (((g).b & 0xffff0000) | ((g).a & 0x0000ffff)) macro
|
/linux-4.4.14/drivers/clk/sirf/ |
D | clk-atlas7.c | 253 u32 gate_offset; member 1650 div->gate_flags, sirfsoc_clk_vbase + div->gate_offset, in atlas7_clk_init()
|
/linux-4.4.14/arch/x86/xen/ |
D | enlighten.c | 771 addr = gate_offset(*val); in cvt_gate_to_trap()
|
/linux-4.4.14/arch/x86/kvm/ |
D | vmx.c | 8354 entry = gate_offset(*desc); in vmx_handle_external_intr()
|