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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines.h300 unsigned long speed);
302 unsigned long speed);
304 unsigned long speed);
306 unsigned long speed);
308 unsigned long speed);
H A Dmachine_routines.c667 ml_set_processor_speed(unsigned long speed) argument
680 ml_set_processor_speed_dpll(speed);
700 result = cpu_signal(cpu, SIGPcpureq, CPRQsps, speed);
706 ml_set_processor_speed_dfs(speed);
714 panic("ml_set_processor_speed(): Fail to set cpu%d speed\n", cpu);
720 ml_set_processor_speed_powertune(speed);
735 ml_set_processor_speed_slave(unsigned long speed) argument
737 ml_set_processor_speed_dfs(speed);
H A Dserial_io.c302 scc->softr[i].speed = -1;
512 && sr->speed == (unsigned long)tp->t_ispeed) {
540 sr->speed = tp->t_ispeed;
H A Dscc_8530.h399 unsigned long speed; member in struct:scc_softreg
H A Dmachine_routines_asm.s910 rlwinm. r7,r11,0,pfSlowNapb,pfSlowNapb ; Should nap at slow speed?
1892 /* Throttle processor speed up or down
1895 * Returns old speed and sets new. Both step and return are values from 0 to
2094 rlwinm r29, r29, 13-6, 6, 7 ; Move to PSR speed location and isolate the requested speed
2101 rlwinm r0, r5, 0, 6, 7 ; Isolate the current speed
2140 cmplwi r3, 0 ; Turn off BTIC before low speed
2155 cmplwi r3, 0 ; Restore BTIC after high speed
2168 ** divideby == 0 then divide by 1 (full speed)
2169 ** divideby == 1 then divide by 2 (half speed)
[all...]
H A Dlowmem_vectors.s1579 dcbz r10,r2 ; Clear for speed
1891 dcbz128 r10,r2 ; Clear for speed
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_compat.c86 static int ttcompatspeedtab(int speed, struct speedtab *table);
89 * These two tables encode baud rate to speed code and speed code to
125 * Description: Given a baud rate value as an integer, and a speed table,
126 * convert the baud rate to a speed code, according to the
130 * Parameters: int speed Baud rate, as an integer
131 * struct speedtab *table Baud rate table to speed code table
133 * Returns: 1 B50 speed code; returned if we can
138 * * A speed code matching the requested
145 ttcompatspeedtab(int speed, struc argument
217 int speed; local
[all...]
H A Dtty.c2288 * Look up a code for a specified speed in a conversion table;
2289 * used by drivers to map software speed values to hardware parameters.
2292 ttspeedtab(int speed, struct speedtab *table) argument
2295 if (table->sp_speed == speed)
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtty.h290 int ttspeedtab(int speed, struct speedtab *table);
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dstrlen.s91 ; faults, and for speed.
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_bond.c3332 int speed; local
3347 speed = link_speed(active);
3348 if ((count * speed) > (best_count * best_speed)) {
3350 best_speed = speed;
3498 int speed; local
3502 speed = 0;
3511 if (this_speed > speed) {
3513 speed = this_speed;
3516 else if (this_speed == speed) {
3553 timestamp_printf("[%s] Port speed
[all...]

Completed in 118 milliseconds