Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwm8955.c309 val = WM8955_PLL_RB | WM8955_PLLOUTDIV2; in wm8955_configure_clocking()
311 val = WM8955_PLL_RB; in wm8955_configure_clocking()
315 WM8955_PLL_RB | WM8955_PLLOUTDIV2, val); in wm8955_configure_clocking()
342 WM8955_PLL_RB | WM8955_PLLEN, 0); in wm8955_sysclk()
629 WM8955_PLL_RB | WM8955_PLLEN, 0); in wm8955_hw_params()
H A Dwm8955.h442 #define WM8955_PLL_RB 0x0010 /* PLL_RB */ macro