Home
last modified time | relevance | path

Searched refs:kbps (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/hsi/
Dclient-devices.txt14 - hsi-speed-kbps: Max bit transmission speed in kbit/s
36 hsi-speed-kbps = <55000>;
Dnokia-modem.txt39 hsi-speed-kbps = <55000>;
/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dwil_platform.h26 int (*bus_request)(void *handle, uint32_t kbps /* KBytes/Sec */);
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dbrcm,bcm11351-pinctrl.txt68 0: Standard(100kbps)& Fast(400kbps) mode
94 0: Standard(100kbps)& Fast(400kbps) mode
112 0: Standard(100kbps)& Fast(400kbps) mode
/linux-4.4.14/Documentation/networking/
Dcxacru.txt35 * downstream_rate (kbps)
41 * upstream_rate (kbps)
Dradiotap-headers.txt122 * 500kbps units, eg, 0x02=1Mbps
Dieee802154.txt119 with a link throughput of 250 kbps or less. The 6LoWPAN adaptation format
Darcnet-hardware.txt91 (100 Mbps TCNS and 320 kbps - 32 Mbps ARCnet Plus) use different types of
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhw.c168 u8 phy, int kbps, in ath9k_hw_computetxtime() argument
174 if (kbps == 0) in ath9k_hw_computetxtime()
183 txTime = CCK_SIFS_TIME + phyTime + ((numBits * 1000) / kbps); in ath9k_hw_computetxtime()
187 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME_QUARTER) / 1000; in ath9k_hw_computetxtime()
195 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME_HALF) / 1000; in ath9k_hw_computetxtime()
202 bitsPerSymbol = (kbps * OFDM_SYMBOL_TIME) / 1000; in ath9k_hw_computetxtime()
Dhw.h1039 u8 phy, int kbps,
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3002 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched) in t3_config_sched() argument
3008 if (kbps > 0) { in t3_config_sched()
3009 kbps *= 125; /* -> bytes */ in t3_config_sched()
3012 bpt = (kbps + tps / 2) / tps; in t3_config_sched()
3015 delta = v >= kbps ? v - kbps : kbps - v; in t3_config_sched()
Dcommon.h732 int t3_config_sched(struct adapter *adap, unsigned int kbps, int sched);
/linux-4.4.14/drivers/gpu/drm/
Ddrm_dp_mst_topology.c2653 u64 kbps; in drm_dp_calc_pbn_mode() local
2658 kbps = clock * bpp; in drm_dp_calc_pbn_mode()
2674 kbps *= numerator; in drm_dp_calc_pbn_mode()
2675 peak_kbps = drm_fixp_from_fraction(kbps, denominator); in drm_dp_calc_pbn_mode()
/linux-4.4.14/drivers/net/hamradio/
DKconfig53 computer to an amateur radio modem (such as the WA4DSY 56kbps
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt289 the minimum bitrate should be 192 kbps.
/linux-4.4.14/arch/arm/boot/dts/
Domap3-n900.dts968 hsi-speed-kbps = <55000>;
/linux-4.4.14/drivers/tty/serial/
DKconfig770 Support for the LPC32XX high speed serial ports (up to 900kbps).