SPDIF_CFGR_CLK_DIV_SHIFT   17 sound/soc/rockchip/rockchip_spdif.h #define SPDIF_CFGR_CLK_DIV_MASK		(0xff << SPDIF_CFGR_CLK_DIV_SHIFT)
SPDIF_CFGR_CLK_DIV_SHIFT   18 sound/soc/rockchip/rockchip_spdif.h #define SPDIF_CFGR_CLK_DIV(x)		(x << SPDIF_CFGR_CLK_DIV_SHIFT)