Home
last modified time | relevance | path

Searched refs:speeds (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c105 static struct speed const speeds[] = variable
222 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_baudrate()
223 if (speeds[i].given_speed > OSpeed) { in _nc_baudrate()
226 if (speeds[i].given_speed == OSpeed) { in _nc_baudrate()
227 result = speeds[i].actual_speed; in _nc_baudrate()
253 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_ospeed()
254 if (speeds[i].actual_speed == BaudRate) { in _nc_ospeed()
255 result = speeds[i].given_speed; in _nc_ospeed()
/freebsd/usr.sbin/ppp/
H A Ddefs.c161 static const struct speeds { struct
164 } speeds[] = { variable
251 const struct speeds *sp; in SpeedToUnsigned()
253 for (sp = speeds; sp->nspeed; sp++) { in SpeedToUnsigned()
264 const struct speeds *sp; in UnsignedToSpeed()
266 for (sp = speeds; sp->nspeed; sp++) { in UnsignedToSpeed()
/freebsd/contrib/ncurses/progs/
H A Dtset.c229 typedef struct speeds { struct
235 static const SPEEDS speeds[] = argument
240 static const SPEEDS speeds[] = variable
352 for (n = 0; n < SIZEOF(speeds); ++n) { in tbaudrate()
353 if (n > 0 && (speeds[n].speed <= speeds[n - 1].speed)) { in tbaudrate()
357 if (!CaselessCmp(rate, speeds[n].string)) { in tbaudrate()
358 sp = speeds + n; in tbaudrate()
/freebsd/usr.bin/tip/tip/
H A Dremote37 # does not support speeds above 38400 bps and that speeds above that have
39 # better UARTs typically have no issues with the higher speeds.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl,fman-dtsec.yaml15 10/100/1000 MBit/s speeds, and the 10-Gigabit Ethernet Media Access Controller
16 (10GEC) for 10 Gbit/s speeds. Later versions of FMan use the Multirate
17 Ethernet Media Access Controller (mEMAC) to handle all speeds.
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal-cooling-devices.yaml32 dissipated heat, e.g. regulating fan speeds.
37 different fan speeds possible. Cooling states are referred to by single
H A Dthermal.txt50 fan speeds. In both cases, cooling devices shall have a way to determine
55 the different fan speeds possible. Cooling states are referred to by
227 * A simple fan controller which supports 10 speeds of operation
/freebsd/contrib/kyua/admin/
H A Dtravis-build.sh59 -- the execution of our tests to _any_ degree speeds up the time it takes to
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dusdhi6rol0.txt17 entry when the board requires distinct settings for UHS speeds.
H A Dcavium-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
H A Damlogic,meson-mx-sdio.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
H A Drockchip-dw-mshc.yaml85 low speeds or in case where all phases work at tuning time.
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dgpio-fan.yaml35 A mapping of possible fan RPM speeds and the
H A Dgpio-fan.txt9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1323 int speeds[] = in main() local
1362 for (i = 0; speeds[i]; i++) { in main()
1368 float totalest = cumtime + xmits * 9 * 1e6 / speeds[i]; in main()
1375 float overhead = speeds[i] * perchar / 1e6; in main()
1379 speeds[i], overhead, totalest); in main()
/freebsd/usr.sbin/bsdconfig/include/
H A Dnetwork_device.hlp18 install itself at serial speeds of up to 115.2K/baud (the recommended
37 higher than what is typically possible over a serial line, and speeds
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-exynos5.txt4 at various speeds ranging from 100khz to 3.4Mhz.
H A Di2c-exynos5.yaml14 at various speeds ranging from 100kHz to 3.4MHz.
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dovti,ov4689.yaml14 image sensor. Ihis chip supports high frame rate speeds up to 90 fps
H A Dovti,ov02a10.yaml16 image sensor technology. Ihis chip supports high frame rate speeds up to 30fps
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dmicrochip,usb5744.yaml14 speeds. The new SuperSpeed hubs operate in parallel with the USB 2.0
/freebsd/sys/net/
H A Dif_fwsubr.c766 static const char* speeds[] = { in firewire_ifattach() local
796 speeds[llc->sspd], in firewire_ifattach()
/freebsd/sys/contrib/zstd/
H A DREADME.md82 A few other algorithms can produce higher compression ratios at slower speeds, falling outside of t…
104 …on gains are achieved while simultaneously providing _faster_ compression and decompression speeds.
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra20-emc.txt76 operating speeds of the memory controller. They are always located as
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.txt83 The speeds reported by `timesoftfloat' may be affected somewhat by other

123