Searched refs:con_offset (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/arm/mach-s3c/ |
| 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()
|
| /linux/drivers/clk/samsung/ |
| A D | clk.h | 264 int con_offset; member 277 .con_offset = _con, \
|
| A D | clk-pll.c | 1461 pll->con_reg = ctx->reg_base + pll_clk->con_offset; in _samsung_clk_register_pll()
|
| /linux/drivers/clk/rockchip/ |
| A D | clk.h | 454 int con_offset; member 474 .con_offset = _con, \ 485 u8 num_parents, int con_offset, int grf_lock_offset,
|
| A D | clk-pll.c | 1062 u8 num_parents, int con_offset, int grf_lock_offset, in rockchip_clk_register_pll() argument 1187 pll->reg_base = ctx->reg_base + con_offset; in rockchip_clk_register_pll()
|
| A D | clk.c | 417 list->con_offset, grf_lock_offset, in rockchip_clk_register_plls()
|
Completed in 27 milliseconds