Searched refs:con_offset (Results 1 – 6 of 6) sorted by relevance
/drivers/clk/rockchip/ |
D | clk.h | 130 int con_offset; member 150 .con_offset = _con, \ 160 u8 num_parents, void __iomem *base, int con_offset,
|
D | clk-pll.c | 345 u8 num_parents, void __iomem *base, int con_offset, in rockchip_clk_register_pll() argument 437 pll->reg_base = base + con_offset; in rockchip_clk_register_pll()
|
D | clk.c | 207 reg_base, list->con_offset, grf_lock_offset, in rockchip_clk_register_plls()
|
/drivers/gpio/ |
D | gpio-samsung.c | 592 unsigned con_offset = offset; in samsung_gpiolib_4bit2_output() local 594 if (con_offset > 7) in samsung_gpiolib_4bit2_output() 595 con_offset -= 8; in samsung_gpiolib_4bit2_output() 600 con &= ~(0xf << con_4bit_shift(con_offset)); in samsung_gpiolib_4bit2_output() 601 con |= 0x1 << con_4bit_shift(con_offset); in samsung_gpiolib_4bit2_output()
|
/drivers/clk/samsung/ |
D | clk.h | 294 int con_offset; member 310 .con_offset = _con, \
|
D | clk-pll.c | 1286 pll->con_reg = base + pll_clk->con_offset; in _samsung_clk_register_pll()
|