Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/rockchip/
Dclk.h211 int gate_offset; member
232 .gate_offset = go, \
250 .gate_offset = go, \
269 .gate_offset = go, \
287 .gate_offset = go, \
308 .gate_offset = -1, \
323 .gate_offset = go, \
340 .gate_offset = -1, \
355 .gate_offset = -1, \
381 .gate_offset = o, \
Dclk.c45 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()
108 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_frac_branch() argument
116 if (gate_offset >= 0) { in rockchip_clk_register_frac_branch()
122 gate->reg = base + gate_offset; in rockchip_clk_register_frac_branch()
251 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
259 reg_base + list->gate_offset, in rockchip_clk_register_branches()
269 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
/linux-4.1.27/arch/x86/include/asm/
Ddesc_defs.h84 #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.1.27/arch/x86/xen/
Denlighten.c769 addr = gate_offset(*val); in cvt_gate_to_trap()
/linux-4.1.27/arch/x86/kvm/
Dvmx.c7998 entry = gate_offset(*desc); in vmx_handle_external_intr()