Searched refs:CTS (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr600_hdmi.c62 /* Clock N CTS N CTS N CTS */
77 * calculate CTS value if it's not found in the table
79 static void r600_hdmi_calc_cts(uint32_t clock, int *CTS, int N, int freq) argument
81 if (*CTS == 0)
82 *CTS = clock * N / (128 * freq) * 1000;
83 DRM_DEBUG("Using ACR timing N=%d CTS=%d for frequency %d\n",
84 N, *CTS, freq);
97 /* In case some CTS ar
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_ns8250.c435 * short name (DCD, CTS, etc) of the signal bit being processed; 'var' gets the
602 SIGCHGHW(sig, msr, CTS);
606 SIGCHGSW(sig, msr, CTS);

Completed in 55 milliseconds