Searched refs:con_offset (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/arm/plat-samsung/ |
D | gpio-samsung.c | 589 unsigned con_offset = offset; in samsung_gpiolib_4bit2_output() local 591 if (con_offset > 7) in samsung_gpiolib_4bit2_output() 592 con_offset -= 8; in samsung_gpiolib_4bit2_output() 597 con &= ~(0xf << con_4bit_shift(con_offset)); in samsung_gpiolib_4bit2_output() 598 con |= 0x1 << con_4bit_shift(con_offset); in samsung_gpiolib_4bit2_output()
|
/Linux-v5.4/drivers/clk/samsung/ |
D | clk.h | 252 int con_offset; member 265 .con_offset = _con, \
|
D | clk-pll.c | 1387 pll->con_reg = base + pll_clk->con_offset; in _samsung_clk_register_pll()
|
/Linux-v5.4/drivers/clk/rockchip/ |
D | clk.h | 284 int con_offset; member 304 .con_offset = _con, \ 315 u8 num_parents, int con_offset, int grf_lock_offset,
|
D | clk-pll.c | 834 u8 num_parents, int con_offset, int grf_lock_offset, in rockchip_clk_register_pll() argument 949 pll->reg_base = ctx->reg_base + con_offset; in rockchip_clk_register_pll()
|
D | clk.c | 423 list->con_offset, grf_lock_offset, in rockchip_clk_register_plls()
|