Searched refs:switches (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rapidio/
H A DMakefile6 obj-$(CONFIG_RAPIDIO) += switches/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfig.c425 static int set_var(struct switches_l *switches, int nr, argument
430 if(match_token(switches[i].name)) {
432 if(switches[i].type == T_UINT)
433 * ((int *)((long)switches[i].address+base_address)) =
435 if(switches[i].type == T_INT)
436 * ((int *)((long)switches[i].address+base_address)) =
438 else if (switches[i].type == T_STRING)
439 * ((char**)((long)switches[i].address+base_address))=
H A Dtexinfo.tex2402 % style and the set of \ifmarkupSTYLE switches for all styles
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/atari/
H A Dconfig.c136 /* Parse the Atari-specific switches= option. */
139 char switches[strlen(str) + 1]; local
142 char *args = switches;
148 strcpy(switches, str);
176 early_param("switches", atari_switches_setup);
206 /* Set switches as requested by the user */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/pb1200/
H A Dboard_setup.c151 p = bcsr->switches;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Din2000.c1773 static int probe_bios(u32 addr, u32 *s1, uchar *switches) argument
1781 *switches = ~readb(p + 0x20);
1797 uchar switches; local
1823 switches = ~inb(base + IO_SWITCHES) & 0xff;
1832 else if (probe_bios(bios_tab[bios], &s1, &switches)) {
1837 x = switches & (SW_ADDR0 | SW_ADDR1);
1843 if (x != switches) {
1844 printk("Bad IO signature: %02x vs %02x.\n", x, switches);
1852 if (!(switches & SW_BIT7)) { /* I _think_ all cards do this */
1865 if (switches
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-pb1x00/
H A Dpb1550.h50 /*08*/ u16 switches; member in struct:__anon7804
H A Dpb1200.h56 /*08*/ u16 switches; member in struct:__anon7803
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-pb1x00/
H A Dpb1550.h50 /*08*/ u16 switches; member in struct:__anon9175
H A Dpb1200.h56 /*08*/ u16 switches; member in struct:__anon9174
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dsp8870.c460 // only for debugging: counter for channel switches
461 static int switches = 0; variable
513 switches++;
514 printk("%s: switches = %i lockups = %i\n", __FUNCTION__, switches, lockups);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-db1x00/
H A Ddb1200.h56 /*08*/ u16 switches; member in struct:__anon7801
H A Ddb1x00.h61 /*08*/ unsigned short switches; member in struct:__anon7802
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-db1x00/
H A Ddb1200.h56 /*08*/ u16 switches; member in struct:__anon9172
H A Ddb1x00.h61 /*08*/ unsigned short switches; member in struct:__anon9173
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dsbpcd.c2446 u_char switches; local
2520 switches=infobuf[0];
2521 if ((switches&0x80)!=0) chan0=1;
2522 if ((switches&0x40)!=0) chan1=0;
2533 switches=infobuf[0];
2534 if ((switches&0x80)!=0) vol0=0;
2535 if ((switches&0x40)!=0) vol1=0;
2538 if ((switches&0x20)!=0) chan0=1;
2539 if ((switches&0x10)!=0) chan1=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s306 ; save time in context switches, and has less code, which may improve
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s308 # save time in context switches, and has less code, which may improve
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure10931 case $LD in # libtool.m4 will add one of these switches to LD
13912 voluntary context switches.

Completed in 168 milliseconds