Searched refs:gate_shift (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/clk/rockchip/ |
D | clk.c | 46 u8 gate_shift, u8 gate_flags, unsigned long flags, in rockchip_clk_register_branch() argument 77 gate->bit_idx = gate_shift; in rockchip_clk_register_branch() 108 int gate_offset, u8 gate_shift, u8 gate_flags, in rockchip_clk_register_frac_branch() argument 123 gate->bit_idx = gate_shift; in rockchip_clk_register_frac_branch() 251 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches() 260 list->gate_shift, list->gate_flags, &clk_lock); in rockchip_clk_register_branches() 269 list->gate_offset, list->gate_shift, in rockchip_clk_register_branches()
|
D | clk.h | 212 u8 gate_shift; member 233 .gate_shift = gs, \ 251 .gate_shift = gs, \ 270 .gate_shift = gs, \ 288 .gate_shift = gs, \ 324 .gate_shift = gs, \ 382 .gate_shift = b, \
|
/linux-4.1.27/drivers/clk/tegra/ |
D | clk-tegra-pmc.c | 46 u8 gate_shift; member 59 .gate_shift = _gate_shift,\ 111 data->gate_shift, 0, &clk_out_lock); in tegra_pmc_clk_init()
|
/linux-4.1.27/drivers/clk/berlin/ |
D | berlin2-div.h | 49 .gate_shift = _sh 71 u8 gate_shift; member
|
D | berlin2-div.c | 85 reg >>= map->gate_shift; in berlin2_div_is_enabled() 103 reg |= BIT(map->gate_shift); in berlin2_div_enable() 122 reg &= ~BIT(map->gate_shift); in berlin2_div_disable()
|