Searched refs:other_reg (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/ti/ |
H A D | clkt_dflt.c | 124 * @other_reg: void __iomem ** to return the companion clock CM_*CLKEN va in 143 struct clk_omap_reg *other_reg, in omap2_clk_dflt_find_companion() 146 memcpy(other_reg, &clk->enable_reg, sizeof(*other_reg)); in omap2_clk_dflt_find_companion() 152 other_reg->offset ^= (CM_FCLKEN ^ CM_ICLKEN); 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 | 168 * @other_reg: void __iomem ** to return the companion clock CM_*CLKEN va in 180 struct clk_omap_reg *other_reg, in am35xx_clk_find_companion() 183 memcpy(other_reg, &clk->enable_reg, sizeof(*other_reg)); 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 | 265 struct clk_omap_reg *other_reg,
|
/kernel/linux/linux-6.6/drivers/clk/ti/ |
H A D | clkt_dflt.c | 116 * @other_reg: void __iomem ** to return the companion clock CM_*CLKEN va in 135 struct clk_omap_reg *other_reg, in omap2_clk_dflt_find_companion() 138 memcpy(other_reg, &clk->enable_reg, sizeof(*other_reg)); in omap2_clk_dflt_find_companion() 144 other_reg->offset ^= (CM_FCLKEN ^ CM_ICLKEN); 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 | 160 * @other_reg: void __iomem ** to return the companion clock CM_*CLKEN va in 172 struct clk_omap_reg *other_reg, in am35xx_clk_find_companion() 175 memcpy(other_reg, &clk->enable_reg, sizeof(*other_reg)); 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 | 254 struct clk_omap_reg *other_reg,
|
/kernel/linux/linux-5.10/include/linux/clk/ |
H A D | ti.h | 131 struct clk_omap_reg *other_reg,
|
/kernel/linux/linux-6.6/include/linux/clk/ |
H A D | ti.h | 145 struct clk_omap_reg *other_reg,
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | r820t.c | 1809 u8 dir_reg, other_reg; in r820t_iq() local 1819 other_reg = 0x09; in r820t_iq() 1822 other_reg = 0x08; in r820t_iq() 1843 rc = r820t_compre_step(priv, compare_iq, other_reg); in r820t_iq() 1849 compare_iq[0].phase_y, other_reg); in r820t_iq()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | r820t.c | 1829 u8 dir_reg, other_reg; in r820t_iq() local 1839 other_reg = 0x09; in r820t_iq() 1842 other_reg = 0x08; in r820t_iq() 1863 rc = r820t_compre_step(priv, compare_iq, other_reg); in r820t_iq() 1869 compare_iq[0].phase_y, other_reg); in r820t_iq()
|
Completed in 10 milliseconds