Lines Matching defs:cts
131 unsigned int cts;
402 int64_t cts, err;
411 /* Compute cts in 48.16 fixed point */
415 cts = (cts_f & ~0xFFFF) + ((cts_f & BIT(15)) << 1);
420 err = abs((int64_t)cts_f - cts);
423 config->cts = cts >> 16;
572 dev_dbg(hdmi->dev, "audio: pixclk=%u, n=%u, cts=%u, aval=%u\n",
573 hdmi->pixel_clock, config.n, config.cts, config.aval);
584 tegra_hdmi_writel(hdmi, ACR_SUBPACK_CTS(config.cts),