Searched refs:speed (Results 1 - 25 of 389) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/util/
H A Dspeed.sh6 # output when finished a file called speed.log which is the
17 apps/ssleay version -v -b -f >speed.1
18 apps/ssleay speed >speed.1l
23 apps/ssleay speed rc4 rsa md2 >speed.2l
28 apps/ssleay speed rc4 >speed.3l
32 apps/ssleay speed rsa rc4 idea des >speed
[all...]
/freebsd-11-stable/release/picobsd/floppy.tree/etc/ppp/
H A Dppp.conf6 set speed 38400
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtypes.h40 int speed; member in struct:termspeeds
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_chip.h33 extern void ar71xx_chip_set_mii_speed(uint32_t unit, uint32_t speed);
H A Dar71xx_cpudef.h103 static inline void ar71xx_device_set_pll_ge(int unit, int speed, uint32_t pll) argument
105 ar71xx_cpu_ops->ar71xx_chip_set_pll_ge(unit, speed, pll);
108 static inline void ar71xx_device_set_mii_speed(int unit, int speed) argument
110 ar71xx_cpu_ops->ar71xx_chip_set_mii_speed(unit, speed);
123 static inline uint32_t ar71xx_device_get_eth_pll(unsigned int unit, int speed) argument
125 return (ar71xx_cpu_ops->ar71xx_chip_get_eth_pll(unit, speed));
/freebsd-11-stable/contrib/tcsh/
H A Dmi.termios.c44 static _PROTOTYPE( int tc_to_sg_speed, (speed_t speed) );
45 static _PROTOTYPE( speed_t sg_to_tc_speed, (int speed) );
48 /* The speed get/set functions could be macros in the Minix implementation
49 * because there are speed fields in the structure with no fancy packing
67 speed_t cfsetispeed(termios_p, speed)
69 speed_t speed;
71 termios_p->c_ispeed = speed;
75 speed_t cfsetospeed(termios_p, speed)
77 speed_t speed;
79 termios_p->c_ospeed = speed;
[all...]
/freebsd-11-stable/usr.bin/tset/
H A Dmap.c62 speed_t speed; /* Baud rate to compare against. */ member in struct:map
138 mapp->speed = tset_baudrate(p);
176 (void)printf("\nspeed: %d\n", mapp->speed);
199 match = (Ospeed == mapp->speed);
202 match = (Ospeed >= mapp->speed);
205 match = (Ospeed > mapp->speed);
208 match = (Ospeed <= mapp->speed);
211 match = (Ospeed < mapp->speed);
223 speed_t speed; member in struct:speeds
238 speed_t speed; local
[all...]
/freebsd-11-stable/usr.bin/tip/libacu/
H A Ddf.c71 int speed = 0; local
90 speed = cfgetospeed(&cntrl);
91 if (speed != B1200) { /* must dial at 1200 baud */
109 if (df03 && speed != B1200) {
110 cfsetospeed(&cntrl, speed);
111 cfsetispeed(&cntrl, speed);
/freebsd-11-stable/libexec/getty/
H A Dextern.h55 int speed(int);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c91 cfsetospeed(struct termios *t,int speed) argument
93 t->c_ospeed = speed;
98 cfsetispeed(struct termios *t, int speed) argument
100 t->c_ispeed = speed;
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_82599.h39 ixgbe_link_speed *speed, bool *autoneg);
45 ixgbe_link_speed speed);
47 ixgbe_link_speed speed,
51 s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, ixgbe_link_speed speed,
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-spi.c219 result.s.speed = 10000;
226 switch (inband.s.speed)
229 result.s.speed = 10;
232 result.s.speed = 100;
235 result.s.speed = 1000;
238 result.s.speed = 0;
249 result.s.speed = 10000;
H A Dcvmx-helper-sgmii.c172 pcsx_sgmx_an_adv_reg.s.speed= 2;
265 * Configure an SGMII link to the specified speed after the SERTES
312 /* Do speed based setting for GMX */
313 switch (link_info.s.speed)
316 gmxx_prtx_cfg.s.speed = 0;
324 gmxx_prtx_cfg.s.speed = 0;
332 gmxx_prtx_cfg.s.speed = 1;
395 /* Read the QLM speed pins */
452 /* Check if QLM is configured correct for SGMII, verify the speed
571 int speed local
[all...]
H A Dcvmx-helper-board.c89 * talking to a PHY to determine link speed. It is called every
656 /*All the speed information can be read from register 17 in one go.*/
678 result.s.speed = 10;
681 result.s.speed = 100;
684 result.s.speed = 1000;
715 result.s.speed = 10;
720 result.s.speed = 10;
725 result.s.speed = 100;
730 result.s.speed = 100;
735 result.s.speed
1536 uint32_t speed = 0; local
[all...]
H A Dcvmx-helper-srio.c289 /* Read the port link width and speed */
305 result.s.speed = 1250;
308 result.s.speed = 2500;
311 result.s.speed = 3125;
314 result.s.speed = 5000;
317 result.s.speed = 6250;
320 result.s.speed = 0;
326 result.s.speed += 40000;
329 result.s.speed += 20000;
332 result.s.speed
[all...]
/freebsd-11-stable/stand/pc98/libpc98/
H A Dcomconsole.c38 #define COMC_BPS(x) (115200 / (x)) /* speed to DLAB divisor */
39 #define COMC_DIV2BPS(x) (115200 / (x)) /* DLAB divisor to speed */
61 static void comc_setup(int speed, int port);
85 int speed, port; local
91 * Assume that the speed was set by an earlier boot loader if
102 speed = comc_parseint(env);
103 if (speed > 0)
104 comc_curspeed = speed;
177 int speed; local
179 if (value == NULL || (speed
301 comc_setup(int speed, int port) argument
336 int speed; local
[all...]
/freebsd-11-stable/stand/i386/libi386/
H A Dcomconsole.c38 #define COMC_BPS(x) (115200 / (x)) /* speed to DLAB divisor */
39 #define COMC_DIV2BPS(x) (115200 / (x)) /* DLAB divisor to speed */
61 static void comc_setup(int speed, int port);
85 int speed, port; local
91 * Assume that the speed was set by an earlier boot loader if
102 speed = comc_parseint(env);
103 if (speed > 0)
104 comc_curspeed = speed;
177 int speed; local
179 if (value == NULL || (speed
319 comc_setup(int speed, int port) argument
354 int speed; local
[all...]
/freebsd-11-stable/sys/dev/mii/
H A Dciphy.c127 int reg, speed, gig; local
148 speed = CIPHY_S1000;
151 speed = CIPHY_S100;
154 speed = CIPHY_S10;
157 speed |= CIPHY_BMCR_FDX;
166 speed |=
171 PHY_WRITE(sc, CIPHY_MII_BMCR, speed);
267 device_printf(sc->mii_dev, "unknown PHY speed %x\n",
299 uint16_t status, speed; local
304 speed
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dppp.conf20 set speed 115200
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_throttle.c349 int i, speed; local
358 for (i = 0, speed = CPU_MAX_SPEED; speed != 0; i++, speed--) {
359 sets[i].freq = CPU_SPEED_PERCENT(speed);
371 uint32_t clk_val, p_cnt, speed; local
381 speed = set->freq * CPU_MAX_SPEED / 10000;
382 if (speed * 10000 != set->freq * CPU_MAX_SPEED ||
383 speed < 1 || speed > CPU_MAX_SPEE
[all...]
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.c135 int nport, speed; local
139 * 1. to probe maximum speed supported by the PHY and
150 speed = reg & FW_PHY_SPD >> 6;
151 if (speed > MAX_SPEED) {
152 device_printf(dev, "invalid speed %d (fixed to %d).\n",
153 speed, MAX_SPEED);
154 speed = MAX_SPEED;
158 linkspeed[speed], nport);
162 speed = (reg2 & FW_PHY_ESPD) >> 5;
163 if (speed > MAX_SPEE
209 int i, max_rec, speed; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dmakefile.bc19 all: $(LIB) destest.exe rpw.exe des.exe speed.exe
47 speed.exe: speed.obj libdes.lib
/freebsd-11-stable/lib/libc/gen/
H A Dtermios.c139 cfsetospeed(struct termios *t, speed_t speed) argument
142 t->c_ospeed = speed;
147 cfsetispeed(struct termios *t, speed_t speed) argument
150 t->c_ispeed = speed;
155 cfsetspeed(struct termios *t, speed_t speed) argument
158 t->c_ispeed = t->c_ospeed = speed;
/freebsd-11-stable/bin/stty/
H A Dstty.c132 speed_t speed; local
134 speed = strtonum(*argv, 0, UINT_MAX, &errstr);
136 err(1, "speed");
137 cfsetospeed(&i.t, speed);
138 cfsetispeed(&i.t, speed);
/freebsd-11-stable/sys/dev/sound/pci/
H A Dhdspe-pcm.c63 uint32_t speed; member in struct:hdspe_rate
441 hdspechan_setspeed(kobj_t obj, void *data, uint32_t speed) argument
452 device_printf(scp->dev, "hdspechan_setspeed(%d)\n", speed);
459 for (i = 0; rate_map[i].speed != 0; i++) {
460 if (rate_map[i].speed == speed)
466 for (i = 0; rate_map[i].speed != 0; i++) {
468 threshold = hr->speed + ((rate_map[i + 1].speed != 0) ?
469 ((rate_map[i + 1].speed
[all...]

Completed in 302 milliseconds

1234567891011>>