Home
last modified time | relevance | path

Searched refs:cr1_mask (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/phy/st/
H A Dphy-stm32-combophy.c181 u32 cr1_val = 0, cr1_mask = 0; in stm32_combophy_pll_init() local
194 cr1_mask |= SYSCFG_COMBOPHY_CR1_REFSSPEN; in stm32_combophy_pll_init()
200 cr1_mask |= SYSCFG_COMBOPHY_CR1_SSCEN; in stm32_combophy_pll_init()
235 cr1_mask |= SYSCFG_COMBOPHY_CR1_REFCLKDIV2; in stm32_combophy_pll_init()
238 cr1_mask |= SYSCFG_COMBOPHY_CR1_REFCLKSEL; in stm32_combophy_pll_init()
241 cr1_mask |= SYSCFG_COMBOPHY_CR1_MPLLMULT; in stm32_combophy_pll_init()
258 cr1_mask |= SYSCFG_COMBOPHY_CR1_REFUSEPAD; in stm32_combophy_pll_init()
274 regmap_update_bits(combophy->regmap, SYSCFG_COMBOPHY_CR1, cr1_mask, cr1_val); in stm32_combophy_pll_init()
/linux/sound/soc/codecs/
H A Dpeb2466.c422 u8 cr1_reg, cr1_mask; in peb2466_tg_freq_put() local
435 cr1_mask = PEB2466_CR1_PTG1; in peb2466_tg_freq_put()
440 cr1_mask = PEB2466_CR1_PTG2; in peb2466_tg_freq_put()
445 cr1_mask = PEB2466_CR1_PTG1; in peb2466_tg_freq_put()
450 cr1_mask = PEB2466_CR1_PTG2; in peb2466_tg_freq_put()
455 cr1_mask = PEB2466_CR1_PTG1; in peb2466_tg_freq_put()
460 cr1_mask = PEB2466_CR1_PTG2; in peb2466_tg_freq_put()
465 cr1_mask = PEB2466_CR1_PTG1; in peb2466_tg_freq_put()
470 cr1_mask = PEB2466_CR1_PTG2; in peb2466_tg_freq_put()
480 ret = regmap_update_bits(peb2466->regmap, cr1_reg, cr1_mask, in peb2466_tg_freq_put()
[all...]