Searched refs:msel (Results 1 – 4 of 4) sorted by relevance
306 static int get_msel(sai_bclk_source_t bclk_source, uint32_t *msel) in get_msel() argument310 *msel = 0; in get_msel()313 *msel = (0x2 << SAI_MCLK_MCR_MSEL_SHIFT); in get_msel()316 *msel = (0x3 << SAI_MCLK_MCR_MSEL_SHIFT); in get_msel()325 static void set_msel(uint32_t regmap, int msel) in set_msel() argument328 UINT_TO_I2S(regmap)->MCR |= msel; in set_msel()
50 uint32_t msel, mclk_rate; in sai_mclk_config() local58 ret = get_msel(bclk_source, &msel); in sai_mclk_config()84 set_msel(data->regmap, msel); in sai_mclk_config()
126 uint32_t msel : 4; member
45 uint32_t msel, uint32_t psel) in syscon_setup_pll() argument47 uint32_t val = msel & LPC11U6X_SYS_PLL_CTRL_MSEL_MASK; in syscon_setup_pll()