/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_afmt.c | 39 /* Clock N CTS N CTS N CTS */ 54 * calculate CTS and N values if they are not found in the table 56 static void amdgpu_afmt_calc_cts(uint32_t clock, int *CTS, int *N, int freq) 58 int n, cts; local in function:amdgpu_afmt_calc_cts 63 cts = clock * 1000; 66 div = gcd(n, cts); 69 cts /= div; 78 cts *= mul [all...] |
/src/sys/arch/atari/stand/ahdilabel/ |
ahdilabel.c | 299 sec_to_cts (struct ahdi_ptable *ptable, u_int32_t sector, char *cts, size_t len) 307 snprintf (cts, len, "%u/%u/%u", cylinder, track, sector); 308 return (cts); 370 char buf[BUFLEN], cts[CTSLEN]; local in function:change_part 391 sec_to_cts (ptable, ptable->parts[part].root, cts, sizeof(cts))); 398 sec_to_cts (ptable, ptable->parts[part].start, cts, sizeof(cts))); 405 sec_to_cts (ptable, ptable->parts[part].size, cts, sizeof(cts)), [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_audio.c | 552 * calculate CTS and N values if they are not found in the table 554 static void radeon_audio_calc_cts(unsigned int clock, int *CTS, int *N, int freq) 556 int n, cts; local in function:radeon_audio_calc_cts 561 cts = clock * 1000; 564 div = gcd(n, cts); 567 cts /= div; 576 cts *= mul; 585 *CTS = cts; 587 DRM_DEBUG("Calculated ACR timing N=%d CTS=%d for frequency %d\n" [all...] |
/src/sys/arch/arm/nvidia/ |
tegra_drm_mode.c | 1047 const u_int cts = ((mode->crtc_clock * 10) * (n / 128)) / 480; local in function:tegra_encoder_mode_set 1064 * When HW_CTS=1 and FORCE_SW_CTS=1, the CTS is programmed by 1069 cts << 8);
|
/src/sys/dev/ic/ |
athrate-sample.h | 191 int rts, cts; local in function:calc_usecs_unicast_packet 237 rts = cts = 0; 244 cts = 1; 254 if (rts || cts) { 267 if (rts) /* SIFS + CTS */ 273 if (cts) /* SIFS + ACK */
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_audio.c | 85 int cts; member in struct:hdmi_aud_ncts 158 /* HDMI N/CTS table */ 195 /* Appendix C - N & CTS values for deep color from HDMI 2.0 spec*/ 196 /* HDMI N/CTS table for 10 bit deep color(30 bpp)*/ 217 /* HDMI N/CTS table for 12 bit deep color(36 bpp)*/ 457 * Let's disable "Enable CTS or M Prog bit"
|
/src/sys/arch/arm/sunxi/ |
sunxi_hdmi.c | 1000 uint32_t cts, n, val; local in function:sunxi_hdmi_set_audiomode 1048 cts = ((mode->dot_clock * 10) * (n / 128)) / 480; 1049 HDMI_WRITE(sc, SUNXI_HDMI_AUD_CTS_REG, cts);
|
/src/sys/net80211/ |
ieee80211_output.c | 743 /* RTS reserves medium for SIFS | CTS | SIFS | (DATA) | SIFS | ACK 770 /* 1 - 2 Mb/s WLAN: send ACK/CTS at 1 Mb/s */ 776 /* 5.5 - 11 Mb/s WLAN: send ACK/CTS at 2 Mb/s */ 1802 * Build a CTS-to-self (Clear To Send) control frame. 1807 struct ieee80211_frame_cts *cts; local in function:ieee80211_get_cts_to_self 1816 cts = mtod(m, struct ieee80211_frame_cts *); 1817 cts->i_fc[0] = IEEE80211_FC0_VERSION_0 | IEEE80211_FC0_TYPE_CTL | 1819 cts->i_fc[1] = IEEE80211_FC1_DIR_NODS; 1820 *(uint16_t *)cts->i_dur = htole16(dur); 1821 IEEE80211_ADDR_COPY(cts->i_ra, ic->ic_myaddr) [all...] |
/src/sys/dev/pci/ |
if_wpireg.h | 541 uint32_t cts; member in struct:wpi_bluetooth
|
if_iwnreg.h | 1338 uint32_t cts; member in struct:iwn_rx_phy_stats
|