Searched refs:ncp_div (Results 1 – 1 of 1) sorted by relevance
238 uint8_t alen, lrclk_div, bclk_div, dsp_div, dac_div, ncp_div, osr_div, fssp; in PCM512x_SetFormat() local321 ncp_div = (uint8_t)((dac_rate + 768000) / 1536000); in PCM512x_SetFormat()322 ret = PCM512x_WriteReg(handle, PCM512x_NCP_CLKDIV, ncp_div - 1); in PCM512x_SetFormat()