Home
last modified time | relevance | path

Searched refs:con_offset (Results 1 – 5 of 5) 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.h623 int con_offset; member
644 .con_offset = _con, \
655 u8 num_parents, int con_offset, int grf_lock_offset,
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()
/linux/drivers/clk/samsung/
H A Dclk-pll.c1589 pll->con_reg = ctx->reg_base + pll_clk->con_offset; in _samsung_clk_register_pll()