Searched refs:con_offset (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm/mach-s3c/ |
H A D | gpio-samsung.c | 406 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()
|
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk.h | 253 int con_offset; member 266 .con_offset = _con, \
|
H A D | clk-pll.c | 1399 pll->con_reg = ctx->reg_base + pll_clk->con_offset; in _samsung_clk_register_pll()
|
/openbmc/linux/drivers/clk/rockchip/ |
H A D | clk.h | 401 int con_offset; member 421 .con_offset = _con, \ 432 u8 num_parents, int con_offset, int grf_lock_offset,
|
H A D | clk-pll.c | 1059 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 D | clk.c | 417 list->con_offset, grf_lock_offset, in rockchip_clk_register_plls()
|