Home
last modified time | relevance | path

Searched refs:con_offset (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/mach-s3c/
H A Dgpio-samsung.c406 unsigned con_offset = offset; in samsung_gpiolib_4bit2_output() local
408 if (con_offset > 7) in samsung_gpiolib_4bit2_output()
409 con_offset -= 8; in samsung_gpiolib_4bit2_output()
414 con &= ~(0xf << con_4bit_shift(con_offset)); in samsung_gpiolib_4bit2_output()
415 con |= 0x1 << con_4bit_shift(con_offset); in samsung_gpiolib_4bit2_output()
/linux/drivers/clk/rockchip/
H A Dclk-pll.c1058 u8 num_parents, int con_offset, int grf_lock_offset, in rockchip_clk_register_pll() argument
1183 pll->reg_base = ctx->reg_base + con_offset; in rockchip_clk_register_pll()
H A Dclk.c442 list->con_offset, grf_lock_offset, in rockchip_clk_register_plls()