Searched refs:cs (Results 126 - 150 of 420) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/momentum/ocelot_3/
H A Dplatform.c133 static u8 __init exchange_bit(u8 val, u8 cs) argument
136 OCELOT_FPGA_WRITE((val << 2) | cs, EEPROM_MODE);
140 OCELOT_FPGA_WRITE((val << 2) | cs | 0x2, EEPROM_MODE);
144 OCELOT_FPGA_WRITE((val << 2) | cs | 0x10, EEPROM_MODE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/momentum/ocelot_c/
H A Dplatform.c109 static u8 __init exchange_bit(u8 val, u8 cs) argument
112 OCELOT_FPGA_WRITE((val << 2) | cs, EEPROM_MODE);
116 OCELOT_FPGA_WRITE((val << 2) | cs | 0x2, EEPROM_MODE);
120 OCELOT_FPGA_WRITE((val << 2) | cs | 0x10, EEPROM_MODE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dhsmc.c32 int smc_set_configuration(int cs, const struct smc_config *config) argument
40 if (cs >= NR_CHIP_SELECTS)
108 pr_debug("smc cs%d: setup/%08x pulse/%08x cycle/%08x mode/%08x\n",
109 cs, setup, pulse, cycle, mode);
111 offset = cs * 0x10;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dtrampoline.S51 mov %cs, %ax # Code and data in the same place
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dsigcontext.h43 unsigned short cs; member in struct:sigcontext
H A Dsigcontext32.h62 unsigned short cs, __csh; member in struct:sigcontext_ia32
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dsigcontext.h75 unsigned short cs, __csh; member in struct:sigcontext
H A Dstring.h102 static inline int strcmp(const char * cs,const char * ct) argument
118 :"1" (cs),"2" (ct)
124 static inline int strncmp(const char * cs,const char * ct,size_t count) argument
142 :"1" (cs),"2" (ct),"3" (count)
325 static inline void * memchr(const void * cs,int c,size_t count) argument
338 :"a" (c),"0" (cs),"1" (count)
406 extern char *strstr(const char *cs, const char *ct);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp/
H A DMakefile.am17 hello_SOURCES = hello.cs
47 $(CSHARPCOMP) $(CSHARPCOMPFLAGS) -o $@ $(hello_CSHARPLIBS) $(srcdir)/hello.cs
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-csharp-forms/
H A DMakefile.am17 hello_SOURCES = hello.cs
47 $(CSHARPCOMP) $(CSHARPCOMPFLAGS) -o $@ $(hello_CSHARPLIBS) $(srcdir)/hello.cs
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68k/
H A Dstring.h97 static inline int strcmp(const char *cs, const char *ct) argument
102 "1: move.b (%0)+,%2\n" /* get *cs */
105 " tst.b %2\n" /* at end of cs? */
108 "2: sub.b -(%1),%2\n" /* *cs - *ct */
110 : "+a" (cs), "+a" (ct), "=d" (res));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ocsp/
H A Docsp_srv.c131 OCSP_CERTSTATUS *cs; local
154 cs = single->certStatus;
155 switch(cs->type = status)
163 if (!(cs->value.revoked = ri = OCSP_REVOKEDINFO_new())) goto err;
177 cs->value.good = ASN1_NULL_new();
181 cs->value.unknown = ASN1_NULL_new();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_srv.c131 OCSP_CERTSTATUS *cs; local
154 cs = single->certStatus;
155 switch(cs->type = status)
163 if (!(cs->value.revoked = ri = OCSP_REVOKEDINFO_new())) goto err;
177 cs->value.good = ASN1_NULL_new();
181 cs->value.unknown = ASN1_NULL_new();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ps3/
H A Dps3av_cmd.c39 int cs; member in struct:__anon6160
44 .cs = PS3AV_CMD_VIDEO_CS_RGB_8,
48 .cs = PS3AV_CMD_VIDEO_CS_RGB_10,
52 .cs = PS3AV_CMD_VIDEO_CS_RGB_12,
56 .cs = PS3AV_CMD_VIDEO_CS_YUV444_8,
60 .cs = PS3AV_CMD_VIDEO_CS_YUV444_10,
64 .cs = PS3AV_CMD_VIDEO_CS_YUV444_12,
68 .cs = PS3AV_CMD_VIDEO_CS_YUV422_8,
72 .cs = PS3AV_CMD_VIDEO_CS_YUV422_10,
76 .cs
94 ps3av_cs_video2av(int cs) argument
105 ps3av_cs_video2av_bitlen(int cs) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dthreads.c126 CRITICAL_SECTION cs;
309 InitializeCriticalSection(&tok->cs);
339 DeleteCriticalSection(&tok->cs);
378 EnterCriticalSection(&tok->cs);
416 LeaveCriticalSection(&tok->cs);
442 LPCRITICAL_SECTION cs;
446 cs = malloc(sizeof(CRITICAL_SECTION));
447 if (cs == NULL) {
452 InitializeCriticalSection(cs);
456 InterlockedCompareExchangePointer(&global_init_lock, cs, NUL
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dfpu32.c90 fxsave->fop = v>>16; /* cs ignored */
115 u16 cs,ds; local
119 /* should be actually ds/cs at fpu exception time,
122 asm("movw %%cs,%0 " : "=r" (cs));
125 cs = regs->cs;
133 P(4, cs | ((u32)fxsave->fop) << 16);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c750 static void cs_set_modulation(struct zd_mac *mac, struct zd_ctrlset *cs, argument
768 cs->modulation = zd_rate_to_modulation(zd_rate, flags);
771 static void cs_set_control(struct zd_mac *mac, struct zd_ctrlset *cs, argument
775 unsigned int tx_length = le16_to_cpu(cs->tx_length);
786 cs->control = 0;
790 cs->control |= ZD_CS_NEED_RANDOM_BACKOFF;
794 cs->control |= ZD_CS_MULTICAST;
798 cs->control |= ZD_CS_PS_POLL_FRAME;
804 cs->control |= ZD_CS_RTS;
807 if (ZD_CS_TYPE(cs
826 struct zd_ctrlset *cs = (struct zd_ctrlset *) local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_sysfs.c67 * @cs: pointer to the struct drm_sysfs_class that is to be destroyed
95 * @cs: pointer to the struct class that this device should be registered to.
107 struct class_device *drm_sysfs_device_add(struct class *cs, drm_head_t *head) argument
112 class_dev = class_device_create(cs, NULL,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/lasat/
H A Dat93c.c97 at93c_reg_write((at93c_reg_read() | at93c->cs) & ~at93c->clk & ~(1 << at93c->rdata_shift));
103 at93c_reg_write(at93c_reg_read() & ~at93c->cs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsignal.c83 unsigned cs; local
84 err |= __get_user(cs, &sc->cs);
85 regs->cs = cs | 3; /* Force into user mode */
165 err |= __put_user(regs->cs, &sc->cs);
293 regs->cs = __USER_CS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dconfdata.c241 struct symbol *cs = prop_get_symbol(sym_get_choice_prop(sym)); local
246 if (cs->user.tri == yes) {
248 cs->flags |= SYMBOL_NEW;
252 if (cs->user.tri != no) {
254 cs->flags |= SYMBOL_NEW;
256 cs->user.val = sym;
259 cs->user.tri = E_OR(cs->user.tri, sym->user.tri);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Disocdata.c530 dev_warn(bcs->cs->dev, "received oversized packet discarded\n");
551 dev_err(bcs->cs->dev, "could not allocate skb\n");
574 gigaset_rcv_error(NULL, bcs->cs, bcs);
576 dev_notice(bcs->cs->dev, "received short frame (%d octets)\n",
579 gigaset_rcv_error(procskb, bcs->cs, bcs);
581 dev_notice(bcs->cs->dev, "frame check error (0x%04x)\n",
584 gigaset_rcv_error(procskb, bcs->cs, bcs);
593 gigaset_rcv_skb(procskb, bcs->cs, bcs);
599 dev_err(bcs->cs->dev, "could not allocate skb\n");
614 dev_notice(bcs->cs
913 struct cardstate *cs = inbuf->cs; local
946 struct cardstate *cs = inbuf->cs; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DMakefile.in310 $(srcdir)/AddressResolver.cs \
311 $(srcdir)/AssemblyInfo.cs \
312 $(srcdir)/BrowserBase.cs \
313 $(srcdir)/Client.cs \
314 $(srcdir)/ClientException.cs \
315 $(srcdir)/DomainBrowser.cs \
316 $(srcdir)/EntryGroup.cs \
317 $(srcdir)/HostNameResolver.cs \
318 $(srcdir)/RecordBrowser.cs \
319 $(srcdir)/ResolverBase.cs \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_object.c1618 FLAC__StreamMetadata_CueSheet *cs; local
1624 cs = &object->data.cue_sheet;
1626 if(!FLAC__metadata_object_cuesheet_resize_tracks(object, cs->num_tracks+1))
1630 memmove(&cs->tracks[track_num+1], &cs->tracks[track_num], sizeof(FLAC__StreamMetadata_CueSheet_Track)*(cs->num_tracks-1-track_num));
1631 cs->tracks[track_num].num_indices = 0;
1632 cs->tracks[track_num].indices = 0;
1646 FLAC__StreamMetadata_CueSheet *cs; local
1652 cs
1674 get_index_01_offset_(const FLAC__StreamMetadata_CueSheet *cs, unsigned track) argument
1701 const FLAC__StreamMetadata_CueSheet *cs; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bridge/netfilter/
H A Debtables.c154 struct ebt_chainstack *cs; local
164 cs = private->chainstack[smp_processor_id()];
166 cs = NULL;
217 i = cs[sp].n;
218 chaininfo = cs[sp].chaininfo;
220 point = cs[sp].e;
235 cs[sp].n = i + 1;
236 cs[sp].chaininfo = chaininfo;
237 cs[sp].e = (struct ebt_entry *)
525 struct ebt_chainstack cs; member in struct:ebt_cl_stack
[all...]

Completed in 243 milliseconds

1234567891011>>