Home
last modified time | relevance | path

Searched refs:cr1_mask (Results 1 – 3 of 3) 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/stm/
H A Dstm32_sai_sub.c778 int cr1_mask, frcr_mask = 0; in stm32_sai_set_dai_fmt()
785 cr1_mask = SAI_XCR1_NODIV; in stm32_sai_set_dai_fmt()
787 cr1_mask |= SAI_XCR1_PRTCFG_MASK; in stm32_sai_set_dai_fmt()
824 cr1_mask |= SAI_XCR1_CKSTR; in stm32_sai_set_dai_fmt()
848 cr1_mask |= SAI_XCR1_CKSTR; in stm32_sai_set_dai_fmt()
876 cr1_mask |= SAI_XCR1_SLAVE; in stm32_sai_set_dai_fmt()
879 ret = stm32_sai_sub_reg_up(sai, STM_SAI_CR1_REGX, cr1_mask, cr1); in stm32_sai_set_dai_fmt()
940 int cr1, cr1_mask, ret; in stm32_sai_set_config()
959 cr1_mask = SAI_XCR1_DS_MASK; in stm32_sai_set_config()
975 cr1_mask | in stm32_sai_set_config()
780 int cr1_mask, frcr_mask = 0; stm32_sai_set_dai_fmt() local
944 int cr1, cr1_mask, ret; stm32_sai_set_config() local
1324 int cr1 = 0, cr1_mask, ret; stm32_sai_dai_probe() local
[all...]
/linux/sound/soc/codecs/
H A Dpeb2466.c423 u8 cr1_reg, cr1_mask; in peb2466_tg_freq_put()
436 cr1_mask = PEB2466_CR1_PTG1; in peb2466_tg_freq_put()
441 cr1_mask = PEB2466_CR1_PTG2; in peb2466_tg_freq_put()
446 cr1_mask = PEB2466_CR1_PTG1; in peb2466_tg_freq_put()
451 cr1_mask = PEB2466_CR1_PTG2; in peb2466_tg_freq_put()
456 cr1_mask = PEB2466_CR1_PTG1; in peb2466_tg_freq_put()
461 cr1_mask = PEB2466_CR1_PTG2; in peb2466_tg_freq_put()
466 cr1_mask = PEB2466_CR1_PTG1; in peb2466_tg_freq_put()
471 cr1_mask = PEB2466_CR1_PTG2; in peb2466_tg_freq_put()
481 ret = regmap_update_bits(peb2466->regmap, cr1_reg, cr1_mask, in peb2466_tg_freq_put()
422 u8 cr1_reg, cr1_mask; peb2466_tg_freq_put() local
[all...]