Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dclock.c1369 if (div > AUDIO_0_RATIO_MASK) { in exynos5_set_i2s_clk_prescaler()
1375 clrsetbits_le32(&clk->div_mau, AUDIO_0_RATIO_MASK, in exynos5_set_i2s_clk_prescaler()
1376 (div & AUDIO_0_RATIO_MASK)); in exynos5_set_i2s_clk_prescaler()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Dclock.h1369 #define AUDIO_0_RATIO_MASK 0x0f macro