Searched refs:cx (Results 1 - 25 of 41) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dprocessor_idle.c261 struct acpi_processor_cx *cx)
273 if (cx->type >= type)
298 struct acpi_processor_cx *cx,
303 int state = cx - pr->power.states;
321 struct acpi_processor_cx *cx,
331 struct acpi_processor_cx *cx = NULL; local
357 cx = pr->power.state;
358 if (!cx) {
412 cx->demotion.threshold.bm) {
414 next_state = cx
260 acpi_timer_check_state(int state, struct acpi_processor *pr, struct acpi_processor_cx *cx) argument
297 acpi_state_timer_broadcast(struct acpi_processor *pr, struct acpi_processor_cx *cx, int broadcast) argument
320 acpi_state_timer_broadcast(struct acpi_processor *pr, struct acpi_processor_cx *cx, int broadcast) argument
646 struct acpi_processor_cx *cx; local
814 struct acpi_processor_cx cx; local
912 acpi_processor_power_verify_c2(struct acpi_processor_cx *cx) argument
938 acpi_processor_power_verify_c3(struct acpi_processor *pr, struct acpi_processor_cx *cx) argument
1020 struct acpi_processor_cx *cx = &pr->power.states[i]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dcstate.c72 struct acpi_processor_cx *cx, struct acpi_power_register *reg)
91 percpu_entry->states[cx->index].eax = 0;
92 percpu_entry->states[cx->index].ecx = 0;
103 cstate_type = (cx->address >> MWAIT_SUBSTATE_SIZE) + 1;
108 if (num_cstate_subtype < (cx->address & MWAIT_SUBSTATE_MASK)) {
119 percpu_entry->states[cx->index].ecx = MWAIT_ECX_INTERRUPT_BREAK;
122 percpu_entry->states[cx->index].eax = cx->address;
127 "state\n", cx->type);
136 void acpi_processor_ffh_cstate_enter(struct acpi_processor_cx *cx) argument
71 acpi_processor_ffh_cstate_probe(unsigned int cpu, struct acpi_processor_cx *cx, struct acpi_power_register *reg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/mach-default/
H A Dapm.h53 int cx, dx, si; local
68 : "=a" (*eax), "=b" (error), "=c" (cx), "=d" (dx),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Diirfilter.c37 int *cx; member in struct:FFIIRFilterCoeffs
67 c->cx = av_malloc(sizeof(c->cx[0]) * ((order >> 1) + 1));
73 c->cx[0] = 1;
75 c->cx[i] = c->cx[i - 1] * (order - i + 1LL) / i;
138 res = s->x[0] + in + s->x[c->order >> 1] * c->cx[c->order >> 1];
140 res += (s->x[j] + s->x[c->order - j]) * c->cx[j];
159 av_free(coeffs->cx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dreg_u_add.S55 negw %cx
78 cmpw $32,%cx /* shrd only works for 0..31 bits */
88 cmpw $64,%cx
113 cmpw $65,%cx
H A Dreg_norm.S52 subw %cx,EXP(%ebx) /* This can cause an underflow */
129 subw %cx,EXP(%ebx) /* This can cause an underflow */
H A Dreg_u_sub.S78 cmpw $32,%cx /* shrd only works for 0..31 bits */
88 cmpw $64,%cx
113 cmpw $65,%cx
225 subw %cx,EXP(%edi) /* Can get underflow here */
H A Dreg_round.S38 | %cx A control word in the same format as the FPU control word. |
481 movw EXP_UNDER+1,%cx
482 subw EXP(%edi),%cx
484 cmpw $64,%cx /* shrd only works for 0..31 bits */
487 cmpw $32,%cx /* shrd only works for 0..31 bits */
495 addw %cx,EXP(%edi)
508 addw %cx,EXP(%edi)
529 cmpw $64,%cx
533 addw %cx,EXP(%edi)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm49 push cx
53 mov cx,0 ; normal file attributes
64 pop cx
84 push cx
96 pop cx
116 push cx
122 mov cx,word ptr [bp+10] ; MS offset
130 pop cx
150 push cx
156 mov cx,wor
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtty3270.c72 unsigned int cx, cy; /* Current output position. */ member in struct:tty3270
968 if (line->len <= tp->cx) {
969 while (line->len < tp->cx) {
978 cell = line->cells + tp->cx;
1097 tp->cx = 0;
1143 while (line->len < tp->cx) {
1149 if (n > tp->view.cols - tp->cx)
1150 n = tp->view.cols - tp->cx;
1151 k = min_t(int, line->len - tp->cx, tp->view.cols - tp->cx
1332 tty3270_goto_xy(struct tty3270 *tp, int cx, int cy) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/sc/
H A Dmessage.h38 #define IS_CM_MESSAGE(mesg, tx, cx, dx) \
40 &&(mesg.class == cmRspClass##cx) \
46 #define IS_CE_MESSAGE(mesg, tx, cx, dx) \
48 &&(mesg.class == ceRspClass##cx) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtoshiba.c372 unsigned short bx,cx; local
402 cx = readw(bios + address);
403 address = 9+bx+cx;
404 cx = readw(bios + address);
405 address = 0xa+cx;
406 cx = readw(bios + address);
410 id = ((cx & 0xff)<<8)+((cx & 0xff00)>>8);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754int.h61 (ieee754_csr.cx = 0)
64 (ieee754_csr.cx |= (x),ieee754_csr.sx |= (x))
70 (ieee754_csr.cx & ieee754_csr.mx)
H A Ddp_sqrt.c139 oldcsr.cx |= IEEE754_INEXACT;
H A Dieee754.h316 unsigned cx:6; /* exceptions this operation */ member in struct:_ieee754_csr
325 unsigned cx:6; /* exceptions this operation */ member in struct:_ieee754_csr
348 return (ieee754_csr.cx);
355 return (ieee754_csr.cx & n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S181 pushw %cx
183 movw $0x01, %cx
186 popw %cx
207 movw %bx, %cx
348 xorw %cx,%cx # BIOSes which don't clear/set
351 # or merely pass cx,dx though
357 cmpw $0x0, %cx # Kludge to handle BIOSes
361 movw %ax, %cx # seems to indicate AX/BX
400 movw $0x10, %cx
[all...]
H A Dvideo.S586 movw %bx, %cx # Get mode information structure
710 movw $0x0607, %cx
725 movw $0x0b0c, %cx
827 movw %ax, %cx # CX=number of characters
894 movw %cx, %bp # BP=width of dest. line
902 movw %ax, %cx
955 movw $vga_modes_end-vga_modes, %cx
957 movsb # of the expression above to cx without using explicit shr.
991 movw 2(%si), %cx
995 cmpw 2(%bx), %cx # Foun
[all...]
H A Dedd.S119 movw $1, %cx # cylinder 0, sector 0
186 movw %cx, %ds:-6(%si) # store extensions
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S176 pushw %cx
178 movw $0x01, %cx
181 popw %cx
202 movw %bx, %cx
354 xorw %cx,%cx # BIOSes which don't clear/set
357 # or merely pass cx,dx though
363 cmpw $0x0, %cx # Kludge to handle BIOSes
367 movw %ax, %cx # seems to indicate AX/BX
406 movw $0x10, %cx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dplip.c490 unsigned int cx; local
494 cx = nibble_timeout;
503 if (--cx == 0)
511 cx = nibble_timeout;
520 if (--cx == 0)
710 unsigned int cx; local
719 cx = nibble_timeout;
724 if (--cx == 0)
733 cx = nibble_timeout;
738 if (--cx
756 unsigned int cx; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dprocessor.h217 struct acpi_processor_cx *cx,
229 struct acpi_processor_cx *cx,
228 acpi_processor_ffh_cstate_probe(unsigned int cpu, struct acpi_processor_cx *cx, struct acpi_power_register *reg) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dlonghaul.c76 static struct acpi_processor_cx *cx = NULL; variable in typeref:struct:acpi_processor_cx
317 do_powersaver(cx->address, clock_ratio_index);
767 cx = &pr->power.states[ACPI_STATE_C3];
768 if (cx->address > 0 && cx->latency <= 1000) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dapm.c715 0xb9, 0x03, 0x00, /* movw $0x0003,cx */
1338 unsigned short cx; local
1349 !(error = apm_get_power_status(&bx, &cx, &dx))) {
1352 if ((cx & 0xff) != 0xff)
1353 percentage = cx & 0xff;
1356 battery_flag = (cx >> 8) & 0xff;
1431 unsigned short cx; local
1495 error = apm_get_power_status(&bx, &cx, &dx);
1515 if ((cx & 0xff) == 0xff)
1518 printk("%d%%\n", cx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_api.c851 int hl, inl, c, cx; local
859 cx = len%16;
860 if (cx) {
861 hl += sprintcl(outaddr+hl, addr+inl, cx);
862 inl += cx;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dchecksum.S105 movw (%esi),%cx
320 SRC( movw (%esi), %cx )
322 DST( movw %cx, (%edi) )

Completed in 315 milliseconds

12