Home
last modified time | relevance | path

Searched refs:v3 (Results 1 – 22 of 22) sorted by relevance

/linux-2.4.37.9/drivers/char/mwave/
Dmwavedd.h87 #define PRINTK_4(f,s,v1,v2,v3) \ argument
89 printk(s,v1,v2,v3); \
92 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
94 printk(s,v1,v2,v3,v4); \
97 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
99 printk(s,v1,v2,v3,v4,v5); \
102 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument
104 printk(s,v1,v2,v3,v4,v5,v6); \
107 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument
109 printk(s,v1,v2,v3,v4,v5,v6,v7); \
[all …]
/linux-2.4.37.9/fs/adfs/
Dsuper.c115 unsigned int v0, v1, v2, v3; in adfs_calczonecheck() local
118 v0 = v1 = v2 = v3 = 0; in adfs_calczonecheck()
120 v0 += map[i] + (v3 >> 8); in adfs_calczonecheck()
121 v3 &= 0xff; in adfs_calczonecheck()
126 v3 += map[i + 3] + (v2 >> 8); in adfs_calczonecheck()
129 v0 += v3 >> 8; in adfs_calczonecheck()
132 v3 += map[3] + (v2 >> 8); in adfs_calczonecheck()
134 return v0 ^ v1 ^ v2 ^ v3; in adfs_calczonecheck()
/linux-2.4.37.9/arch/arm/lib/
DMakefile35 v3 := y macro
38 v3 := n macro
43 obj-$(v3) += io-readsw-armv3.o io-writesw-armv3.o io-readsl-armv3.o
/linux-2.4.37.9/drivers/net/wan/8253x/
Dreadme.txt77 128: port 0: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: close: NOPRG
78 129: port 1: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: openA: NOPRG
79 130: port 2: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: openA: NOPRG
80 131: port 3: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: close: NOPRG
81 132: port 4: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: close: NOPRG
82 133: port 5: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: openS: NOPRG
83 134: port 6: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: close: NOPRG
84 135: port 7: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: close: NOPRG
Dsab8253xfs.txt616 128: port 0: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: close:
619 129: port 1: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: openA:
622 130: port 2: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: openA:
625 131: port 3: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: close:
628 132: port 4: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: close:
631 133: port 5: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: openS:
634 134: port 6: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: close:
637 135: port 7: sab82538: v3: chip 0: ATI 8520P: bus 2: slot 10: NR: close:
/linux-2.4.37.9/drivers/usb/
Daudio.c1882 int v1, v2, v3; in wrmixer() local
1887 v3 = ch->maxval - ch->minval; in wrmixer()
1897 v1 = (v1 * v3) / 100 + ch->minval; in wrmixer()
1898 v2 = (v2 * v3) / 100 + ch->minval; in wrmixer()
3305 unsigned int v2, v3; in prepmixch() local
3327 v3 = v1 - ch->minval; in prepmixch()
3328 v3 = 100 * v3 / v2; in prepmixch()
3329 if (v3 > 100) in prepmixch()
3330 v3 = 100; in prepmixch()
3331 ch->value = v3; in prepmixch()
[all …]
/linux-2.4.37.9/arch/mips/au1000/common/
Dtime.c307 div64_32(unsigned long v1, unsigned long v2, unsigned long v3) in div64_32() argument
310 do_div64_32(r0, v1, v2, v3); in div64_32()
/linux-2.4.37.9/arch/arm/boot/compressed/
Dhead.S390 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
391 mcr p15, 0, r0, c5, c0, 0 @ invalidate whole TLB v3
563 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
564 mcr p15, 0, r0, c5, c0, 0 @ invalidate whole TLB v3
595 mcr p15, 0, r0, c7, c0, 0 @ invalidate whole cache v3
/linux-2.4.37.9/arch/arm/mm/
Dproc-arm6,7.S376 mcr p15, 0, r0, c7, c0 @ flush caches on v3
377 mcr p15, 0, r0, c5, c0 @ flush TLBs on v3
386 mcr p15, 0, r0, c7, c0 @ flush caches on v3
387 mcr p15, 0, r0, c5, c0 @ flush TLBs on v3
/linux-2.4.37.9/drivers/scsi/
DREADME.ibmmca574 July 1-13 1997: (v3.0b,c)
598 Sept 14 1997: (v3.0c)
625 Jan 17, 1998: (v3.0f)
653 Jan 18, 1998: (v3.0g)
660 Jan 18, 1999: (v3.1 MCA-team internal)
699 Feb 6, 1999: (v3.1)
705 Feb 10, 1999 (v3.1)
721 Feb 18, 1999 (v3.1d)
737 Feb 20, 1999 (v3.1e)
764 Apr 23, 2000 (v3.2pre1)
[all …]
/linux-2.4.37.9/drivers/video/sis/
Dsis_main.c4118 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; local
4133 v1 = 0x44; v2 = 0x42; v3 = 0x80;
4136 v1 = 0x68; v2 = 0x43; v3 = 0x80; /* Assume 125Mhz MCLK */
4143 v3 = ivideo->sishw_ext.pjVirtualRomBase[rindex++];
4152 outSISIDXREG(SISSR,0x2a,v3);
4160 v1 = 0x01; v2 = 0x43; v3 = 0x1e; v4 = 0x2a;
4166 v3 = ivideo->sishw_ext.pjVirtualRomBase[memtype + 16];
4173 if(ivideo->revision_id >= 0x80) v3 &= 0xfd;
4176 outSISIDXREG(SISSR,0x17,v3);
4193 v1 = 0xf6; v2 = 0x0d; v3 = 0x00;
[all …]
/linux-2.4.37.9/fs/
DConfig.in11 tristate 'Kernel automounter version 4 support (also supports v3)' CONFIG_AUTOFS4_FS
/linux-2.4.37.9/drivers/sound/
DCHANGELOG299 - Some fine tuning to the GUS v3.7 mixer code.
304 - GUS v3.7 mixer support.
/linux-2.4.37.9/Documentation/
DChanges398 o <ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/isdn4k-utils.v3.1pre1.tar.gz>
Dide.txt440 then just set it to 1024. As of v3.5 of this driver, Linux automatically
DConfigure.help17523 Kernel automounter version 4 support (also supports v3)
/linux-2.4.37.9/Documentation/filesystems/
Dhpfs.txt260 1.97 Support for HPFS v3 (on large partitions)
/linux-2.4.37.9/
DCOPYING11 v2.2 or v3.x or whatever), unless explicitly otherwise stated.
/linux-2.4.37.9/arch/sparc/kernel/
Dhead.S780 cmp %o3, 0x3 ! a v3 prom?
/linux-2.4.37.9/Documentation/sound/
DREADME.OSS75 of GUS v3.7.
768 Enable this option also with PAS16 (changed since v3.5-beta9).
/linux-2.4.37.9/Documentation/filesystems/devfs/
DChangeLog13 Changes for patch v3
/linux-2.4.37.9/drivers/pci/
Dpci.ids1737 0002 PT86C523 [Vesuvius v3] PCI-ISA Bridge Master
1741 8002 PT86C523 [Vesuvius v3] PCI-ISA Bridge Slave
6094 1003 Format synchronizer v3.0