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

1234567891011>>

/freebsd-9.3-release/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-9.3-release/release/picobsd/floppy.tree/etc/ppp/
H A Dppp.conf6 set speed 38400
/freebsd-9.3-release/contrib/tcsh/
H A Dmi.termios.c46 static _PROTOTYPE( int tc_to_sg_speed, (speed_t speed) );
47 static _PROTOTYPE( speed_t sg_to_tc_speed, (int speed) );
50 /* The speed get/set functions could be macros in the Minix implementation
51 * because there are speed fields in the structure with no fancy packing
69 speed_t cfsetispeed(termios_p, speed)
71 speed_t speed;
73 termios_p->c_ispeed = speed;
77 speed_t cfsetospeed(termios_p, speed)
79 speed_t speed;
81 termios_p->c_ospeed = speed;
[all...]
/freebsd-9.3-release/sys/mips/atheros/
H A Dar71xx_cpudef.h84 static inline void ar71xx_device_set_pll_ge0(int speed) argument
86 ar71xx_cpu_ops->ar71xx_chip_set_pll_ge0(speed);
89 static inline void ar71xx_device_set_pll_ge1(int speed) argument
91 ar71xx_cpu_ops->ar71xx_chip_set_pll_ge1(speed);
H A Dar91xx_chip.c116 ar91xx_chip_set_pll_ge0(int speed) argument
120 switch(speed) {
131 printf("ar91xx_chip_set_pll_ge0: invalid speed %d\n",
132 speed);
140 ar91xx_chip_set_pll_ge1(int speed) argument
144 switch(speed) {
155 printf("ar91xx_chip_set_pll_ge0: invalid speed %d\n",
156 speed);
183 ar91xx_chip_get_eth_pll(unsigned int mac, int speed) argument
H A Dar71xx_chip.c143 ar71xx_chip_set_pll_ge0(int speed) argument
147 switch(speed) {
158 printf("ar71xx_chip_set_pll_ge0: invalid speed %d\n", speed);
166 ar71xx_chip_set_pll_ge1(int speed) argument
170 switch(speed) {
181 printf("ar71xx_chip_set_pll_ge1: invalid speed %d\n", speed);
207 ar71xx_chip_get_eth_pll(unsigned int mac, int speed) argument
/freebsd-9.3-release/usr.bin/tset/
H A Dmap.c63 speed_t speed; /* Baud rate to compare against. */ member in struct:map
139 mapp->speed = tset_baudrate(p);
177 (void)printf("\nspeed: %d\n", mapp->speed);
200 match = (Ospeed == mapp->speed);
203 match = (Ospeed >= mapp->speed);
206 match = (Ospeed > mapp->speed);
209 match = (Ospeed <= mapp->speed);
212 match = (Ospeed < mapp->speed);
224 speed_t speed; member in struct:speeds
239 speed_t speed; local
[all...]
/freebsd-9.3-release/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-9.3-release/libexec/getty/
H A Dextern.h59 int speed(int);
/freebsd-9.3-release/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-9.3-release/sys/dev/ixgbe/
H A Dixgbe_82599.h39 ixgbe_link_speed *speed, bool *autoneg);
45 ixgbe_link_speed speed,
48 ixgbe_link_speed speed,
52 s32 ixgbe_setup_mac_link_82599(struct ixgbe_hw *hw, ixgbe_link_speed speed,
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-spi.c197 result.s.speed = 10000;
204 switch (inband.s.speed)
207 result.s.speed = 10;
210 result.s.speed = 100;
213 result.s.speed = 1000;
216 result.s.speed = 0;
227 result.s.speed = 10000;
H A Dcvmx-helper-board.c80 * talking to a PHY to determine link speed. It is called every
310 * ethernet ports link speed. Most Octeon boards have Marvell PHYs
348 result.s.speed = 1000;
363 result.s.speed = 1000;
393 result.s.speed = 1000;
412 result.s.speed = 1000;
429 result.s.speed = 1000;
453 result.s.speed = 10;
458 result.s.speed = 10;
463 result.s.speed
[all...]
H A Dcvmx-helper-sgmii.c152 pcsx_sgmx_an_adv_reg.s.speed= 2;
216 * Configure an SGMII link to the specified speed after the SERTES
258 /* Do speed based setting for GMX */
259 switch (link_info.s.speed)
262 gmxx_prtx_cfg.s.speed = 0;
270 gmxx_prtx_cfg.s.speed = 0;
278 gmxx_prtx_cfg.s.speed = 1;
427 result.s.speed = 1000;
437 result.s.speed = 1000;
474 result.s.speed
[all...]
H A Dcvmx-helper-srio.c255 /* Read the port link width and speed */
271 result.s.speed = 1250;
274 result.s.speed = 2500;
277 result.s.speed = 3125;
280 result.s.speed = 5000;
283 result.s.speed = 6250;
286 result.s.speed = 0;
292 result.s.speed += 40000;
295 result.s.speed += 20000;
298 result.s.speed
[all...]
/freebsd-9.3-release/sys/boot/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
301 comc_setup(int speed, int port) argument
336 int speed; local
[all...]
/freebsd-9.3-release/sys/boot/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-9.3-release/sys/dev/mii/
H A Dciphy.c125 int reg, speed, gig; local
152 speed = CIPHY_S1000;
155 speed = CIPHY_S100;
158 speed = CIPHY_S10;
161 speed |= CIPHY_BMCR_FDX;
170 speed |=
175 PHY_WRITE(sc, CIPHY_MII_BMCR, speed);
277 device_printf(sc->mii_dev, "unknown PHY speed %x\n",
309 uint16_t status, speed; local
314 speed
[all...]
/freebsd-9.3-release/etc/ppp/
H A Dppp.conf20 set speed 115200
/freebsd-9.3-release/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-9.3-release/sys/boot/i386/libfirewire/
H A Dfwohci.c140 int nport, speed; local
144 * 1. to probe maximum speed supported by the PHY and
155 speed = reg & FW_PHY_SPD >> 6;
156 if (speed > MAX_SPEED) {
157 device_printf(dev, "invalid speed %d (fixed to %d).\n",
158 speed, MAX_SPEED);
159 speed = MAX_SPEED;
163 linkspeed[speed], nport);
167 speed = (reg2 & FW_PHY_ESPD) >> 5;
168 if (speed > MAX_SPEE
214 int i, max_rec, speed; local
[all...]
/freebsd-9.3-release/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-9.3-release/lib/libc/gen/
H A Dtermios.c137 cfsetospeed(struct termios *t, speed_t speed) argument
140 t->c_ospeed = speed;
145 cfsetispeed(struct termios *t, speed_t speed) argument
148 t->c_ispeed = speed;
153 cfsetspeed(struct termios *t, speed_t speed) argument
156 t->c_ispeed = t->c_ospeed = speed;
/freebsd-9.3-release/bin/stty/
H A Dstty.c131 speed_t speed; local
133 speed = atoi(*argv);
134 cfsetospeed(&i.t, speed);
135 cfsetispeed(&i.t, speed);
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dhdspe-pcm.c63 uint32_t speed; member in struct:hdspe_rate
439 hdspechan_setspeed(kobj_t obj, void *data, uint32_t speed) argument
450 device_printf(scp->dev, "hdspechan_setspeed(%d)\n", speed);
457 for (i = 0; rate_map[i].speed != 0; i++) {
458 if (rate_map[i].speed == speed)
464 for (i = 0; rate_map[i].speed != 0; i++) {
466 threshold = hr->speed + ((rate_map[i + 1].speed != 0) ?
467 ((rate_map[i + 1].speed
[all...]

Completed in 143 milliseconds

1234567891011>>