Searched refs:cs (Results 176 - 200 of 420) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspider-pic.c219 unsigned int cs, virq; local
221 cs = in_be32(pic->regs + TIR_CS) >> 24;
222 if (cs == SPIDER_IRQ_INVALID)
225 virq = irq_linear_revmap(pic->host, cs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dbootsect.S50 movw %cs, %ax
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dwakeup.S13 # cs = 0x1234, eip = 0x05
31 movw %cs, %ax
47 movw %cs, %ax
188 movl %cs:saved_magic, %eax
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dkexec.h80 __asm__ __volatile__("movl %%cs, %%eax;" :"=a"(newregs->cs));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dvm86.h89 unsigned short cs, __csh; member in struct:vm86_regs
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/lib/
H A Dcopy_template.S138 ldr1b r1, r4, cs, abort=21f
139 ldr1b r1, ip, cs, abort=21f
141 str1b r0, r4, cs, abort=21f
142 str1b r0, ip, cs, abort=21f
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Dau1000_generic.h27 #include <pcmcia/cs.h>
H A Dau1000_xxs1500.c40 #include <pcmcia/cs.h>
H A Dsoc_common.h4 * Copyright (C) 2000 John G Dorsey <john+@cs.cmu.edu>
15 #include <pcmcia/cs.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.h28 #include <pcmcia/cs.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_cuesheet.c157 const FLAC__StreamMetadata_CueSheet *cs = &(*cuesheet)->data.cue_sheet; local
160 for(track = 0; track < cs->num_tracks; track++) {
161 const FLAC__StreamMetadata_CueSheet_Track *tr = cs->tracks+track;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c1084 static void spatial_compose53i_buffered_init(DWTCompose *cs, slice_buffer * sb, int height, int stride_line){ argument
1085 cs->b0 = slice_buffer_get_line(sb, mirror(-1-1, height-1) * stride_line);
1086 cs->b1 = slice_buffer_get_line(sb, mirror(-1 , height-1) * stride_line);
1087 cs->y = -1;
1090 static void spatial_compose53i_init(DWTCompose *cs, IDWTELEM *buffer, int height, int stride){ argument
1091 cs->b0 = buffer + mirror(-1-1, height-1)*stride;
1092 cs->b1 = buffer + mirror(-1 , height-1)*stride;
1093 cs->y = -1;
1096 static void spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line){ argument
1097 int y= cs
1115 spatial_compose53i_dy(DWTCompose *cs, IDWTELEM *buffer, int width, int height, int stride) argument
1134 DWTCompose cs; local
1202 spatial_compose97i_buffered_init(DWTCompose *cs, slice_buffer * sb, int height, int stride_line) argument
1210 spatial_compose97i_init(DWTCompose *cs, IDWTELEM *buffer, int height, int stride) argument
1218 spatial_compose97i_dy_buffered(DSPContext *dsp, DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line) argument
1247 spatial_compose97i_dy(DWTCompose *cs, IDWTELEM *buffer, int width, int height, int stride) argument
1272 DWTCompose cs; local
1278 ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line, int type, int decomposition_count) argument
1288 ff_spatial_idwt_init(DWTCompose *cs, IDWTELEM *buffer, int width, int height, int stride, int type, int decomposition_count) argument
1298 ff_spatial_idwt_slice(DWTCompose *cs, IDWTELEM *buffer, int width, int height, int stride, int type, int decomposition_count, int y) argument
1315 ff_spatial_idwt_buffered_slice(DSPContext *dsp, DWTCompose *cs, slice_buffer * slice_buf, int width, int height, int stride_line, int type, int decomposition_count, int y) argument
1333 DWTCompose cs[MAX_DECOMPOSITIONS]; local
4561 DWTCompose cs[MAX_DECOMPOSITIONS]; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dthreads.c122 CRITICAL_SECTION cs;
297 InitializeCriticalSection(&tok->cs);
327 DeleteCriticalSection(&tok->cs);
366 EnterCriticalSection(&tok->cs);
404 LeaveCriticalSection(&tok->cs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dptrace32.c65 case offsetof(struct user32, regs.cs):
67 stack[offsetof(struct pt_regs, cs)/8] = val & 0xffff;
159 R32(cs, cs);
371 ret = __put_user(childregs->cs, &u->fcs);
H A Dia32_binfmt.c134 pr_reg[13] = regs->cs; \
198 xfpu->fcs = regs->cs;
247 (regs)->cs = __USER32_CS; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bio/
H A Db_sock.c551 int s=INVALID_SOCKET,cs; local
633 cs=socket(AF_INET,SOCK_STREAM,SOCKET_PROTOCOL);
634 if (cs != INVALID_SOCKET)
637 ii=connect(cs,(struct sockaddr *)&client,
639 closesocket(cs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dthreads.c122 CRITICAL_SECTION cs;
297 InitializeCriticalSection(&tok->cs);
327 DeleteCriticalSection(&tok->cs);
366 EnterCriticalSection(&tok->cs);
404 LeaveCriticalSection(&tok->cs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmce.c112 m->cs, m->rip);
113 if (m->cs == __KERNEL_CS)
157 m->cs = regs->cs;
160 m->cs = 0;
166 m->cs = 0;
271 user_space = panicm.rip && (panicm.cs & 3);
H A Dtrampoline.S44 mov %cs, %ax # Code and data in the same place
60 mov %cs, %ax
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dsbchipc.h1699 #define CST4330_CHIPMODE_SDIOD(cs) (((cs) & 0x7) < 6) /* SDIO || gSPI */
1700 #define CST4330_CHIPMODE_USB20D(cs) (((cs) & 0x7) >= 6) /* USB || USBDA */
1701 #define CST4330_CHIPMODE_SDIO(cs) (((cs) & 0x4) == 0) /* SDIO */
1702 #define CST4330_CHIPMODE_GSPI(cs) (((cs) & 0x6) == 4) /* gSPI */
1703 #define CST4330_CHIPMODE_USB(cs) (((cs)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/
H A Dcs553x_nand.c183 static int __init cs553x_init_one(int cs, int mmio, unsigned long adr) argument
189 printk(KERN_NOTICE "Probing CS553x NAND controller CS#%d at %sIO 0x%08lx\n", cs, mmio?"MM":"P", adr);
247 cs553x_mtd[cs] = new_mtd;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/efs/
H A Dsuper.c145 __be32 cs, *ui; local
162 cs = *ui--;
163 csum += be32_to_cpu(cs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/mm/
H A Dfault.c122 scan_more = (!user_mode(regs)) || (regs->cs == __USER_CS);
367 printk("pagefault rip:%lx rsp:%lx cs:%lu ss:%lu address %lx error %lx\n",
368 regs->rip,regs->rsp,regs->cs,regs->ss,address,error_code);
481 if ((regs->cs == __USER32_CS || (regs->cs & (1<<2))) &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dvoicemgr.c310 u32 cra, ccis, cs, sample; local
314 cs = 4;
318 cs = 2;
328 for(j = 0; j < cs; j++)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dmach-qt2410.c291 static void spi_gpio_cs(struct s3c2410_spigpio_info *spi, int cs) argument
293 switch (cs) {

Completed in 376 milliseconds

1234567891011>>