Searched refs:other_bit (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | clkt_dflt.c | 96 u8 other_bit, idlest_bit, idlest_val, idlest_reg_id; in _omap2_module_wait_ready() local 102 clk->ops->find_companion(clk, &companion_reg, &other_bit); in _omap2_module_wait_ready() 104 (1 << other_bit))) in _omap2_module_wait_ready() 125 * @other_bit: u8 ** to return the companion clock bit shift in 144 u8 *other_bit) in omap2_clk_dflt_find_companion() 154 *other_bit = clk->enable_bit; in omap2_clk_dflt_find_companion() 142 omap2_clk_dflt_find_companion(struct clk_hw_omap *clk, struct clk_omap_reg *other_reg, u8 *other_bit) omap2_clk_dflt_find_companion() argument
|
H A D | clk-3xxx.c | 169 * @other_bit: u8 ** to return the companion clock bit shift in 181 u8 *other_bit) in am35xx_clk_find_companion() 185 *other_bit = clk->enable_bit + AM35XX_IPSS_ICK_FCK_OFFSET; in am35xx_clk_find_companion() 187 *other_bit = clk->enable_bit - AM35XX_IPSS_ICK_FCK_OFFSET; in am35xx_clk_find_companion() 179 am35xx_clk_find_companion(struct clk_hw_omap *clk, struct clk_omap_reg *other_reg, u8 *other_bit) am35xx_clk_find_companion() argument
|
H A D | clock.h | 266 u8 *other_bit);
|
/kernel/linux/linux-6.6/drivers/clk/ti/ |
H A D | clkt_dflt.c | 88 u8 other_bit, idlest_bit, idlest_val, idlest_reg_id; in _omap2_module_wait_ready() local 94 clk->ops->find_companion(clk, &companion_reg, &other_bit); in _omap2_module_wait_ready() 96 (1 << other_bit))) in _omap2_module_wait_ready() 117 * @other_bit: u8 ** to return the companion clock bit shift in 136 u8 *other_bit) in omap2_clk_dflt_find_companion() 146 *other_bit = clk->enable_bit; in omap2_clk_dflt_find_companion() 134 omap2_clk_dflt_find_companion(struct clk_hw_omap *clk, struct clk_omap_reg *other_reg, u8 *other_bit) omap2_clk_dflt_find_companion() argument
|
H A D | clk-3xxx.c | 161 * @other_bit: u8 ** to return the companion clock bit shift in 173 u8 *other_bit) in am35xx_clk_find_companion() 177 *other_bit = clk->enable_bit + AM35XX_IPSS_ICK_FCK_OFFSET; in am35xx_clk_find_companion() 179 *other_bit = clk->enable_bit - AM35XX_IPSS_ICK_FCK_OFFSET; in am35xx_clk_find_companion() 171 am35xx_clk_find_companion(struct clk_hw_omap *clk, struct clk_omap_reg *other_reg, u8 *other_bit) am35xx_clk_find_companion() argument
|
H A D | clock.h | 255 u8 *other_bit);
|
/kernel/linux/linux-5.10/include/linux/clk/ |
H A D | ti.h | 132 u8 *other_bit);
|
/kernel/linux/linux-6.6/include/linux/clk/ |
H A D | ti.h | 146 u8 *other_bit);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 69 static unsigned int other_bit(const u64 config) in other_bit() function 101 return other_bit(config); in config_bit()
|
Completed in 7 milliseconds