Searched refs:other_bit (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dclock3517.c66 * @other_bit: u8 ** to return the companion clock bit shift in
77 u8 *other_bit)
81 *other_bit = clk->enable_bit + AM35XX_IPSS_ICK_FCK_OFFSET;
83 *other_bit = clk->enable_bit - AM35XX_IPSS_ICK_FCK_OFFSET;
76 am35xx_clk_find_companion(struct clk *clk, void __iomem **other_reg, u8 *other_bit) argument
H A Dclock.c59 u8 other_bit, idlest_bit, idlest_val; local
63 clk->ops->find_companion(clk, &companion_reg, &other_bit);
64 if (!(__raw_readl(companion_reg) & (1 << other_bit)))
106 * @other_bit: u8 ** to return the companion clock bit shift in
124 u8 *other_bit)
135 *other_bit = clk->enable_bit;
123 omap2_clk_dflt_find_companion(struct clk *clk, void __iomem **other_reg, u8 *other_bit) argument
H A Dclock.h120 u8 *other_bit);

Completed in 77 milliseconds