Home
last modified time | relevance | path

Searched defs:kbps (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.c806 static int kbps_to_peak_pbn(int kbps, uint16_t fec_overhead_multiplier_x1000) in kbps_to_peak_pbn()
876 u64 kbps; in bpp_x16_from_pbn() local
1575 unsigned int kbps = pbn; in kbps_from_pbn() local
/openbsd/sys/dev/pci/drm/amd/display/dc/dsc/
H A Ddc_dsc.c56 const struct dc_crtc_timing *timing, const uint32_t kbps) in apply_128b_132b_stream_overhead()
92 uint32_t kbps; in dc_bandwidth_in_kbps_from_timing() local
/openbsd/sys/dev/pci/drm/amd/display/dc/link/
H A Dlink_dpms.c1055 static struct fixed31_32 get_pbn_from_bw_in_kbps(uint64_t kbps) in get_pbn_from_bw_in_kbps()
1085 uint64_t kbps; in get_pbn_from_timing() local
/openbsd/sys/dev/ic/
H A Dbwi.c8751 #define IEEE80211_OFDM_TXTIME(kbps, frmlen) \ argument
8769 #define IEEE80211_OFDM_NBITS_PER_SYM(kbps) \ argument
8772 #define IEEE80211_OFDM_NSYMS(kbps, frmlen) \ argument
8776 #define IEEE80211_CCK_TXTIME(kbps, frmlen) \ argument
/openbsd/usr.bin/ssh/
H A Dmisc.c1699 bandwidth_limit_init(struct bwlimit *bw, u_int64_t kbps, size_t buflen) in bandwidth_limit_init()