Home
last modified time | relevance | path

Searched refs:other_bit (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
Dclock3517.c76 u8 *other_bit) in am35xx_clk_find_companion() argument
80 *other_bit = clk->enable_bit + AM35XX_IPSS_ICK_FCK_OFFSET; in am35xx_clk_find_companion()
82 *other_bit = clk->enable_bit - AM35XX_IPSS_ICK_FCK_OFFSET; in am35xx_clk_find_companion()
Dclock.c238 u8 other_bit, idlest_bit, idlest_val, idlest_reg_id; in _omap2_module_wait_ready() local
244 clk->ops->find_companion(clk, &companion_reg, &other_bit); in _omap2_module_wait_ready()
245 if (!(omap2_clk_readl(clk, companion_reg) & (1 << other_bit))) in _omap2_module_wait_ready()
328 void __iomem **other_reg, u8 *other_bit) in omap2_clk_dflt_find_companion() argument
339 *other_bit = clk->enable_bit; in omap2_clk_dflt_find_companion()
Dclock.h211 u8 *other_bit);
/linux-4.1.27/include/linux/clk/
Dti.h118 u8 *other_bit);