Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 143) sorted by relevance

123456

/linux-2.4.37.9/drivers/sound/
Diwmem.h19 #define M (1024*K) macro
26 {256*K, 1*M, 0, 0}, /* 3 */
27 {256*K, 1*M, 1*M, 1*M}, /* 4 */
28 {256*K, 256*K, 1*M, 0}, /* 5 */
29 {256*K, 256*K, 1*M, 1*M}, /* 6 */
30 {1*M, 0, 0, 0}, /* 7 */
31 {1*M, 1*M, 0, 0}, /* 8 */
32 {1*M, 1*M, 1*M, 1*M}, /* 9 */
33 {4*M, 0, 0, 0}, /* 10 */
34 {4*M, 4*M, 0, 0}, /* 11 */
[all …]
/linux-2.4.37.9/arch/sparc64/kernel/
Dtraps.c900 #define M 147 macro
902 /*00*/NONE, C0, C1, M2, C2, M2, M3, 47, C3, M2, M2, 53, M2, 41, 29, M,
903 /*01*/C4, M, M, 50, M2, 38, 25, M2, M2, 33, 24, M2, 11, M, M2, 16,
904 /*02*/C5, M, M, 46, M2, 37, 19, M2, M, 31, 32, M, 7, M2, M2, 10,
905 /*03*/M2, 40, 13, M2, 59, M, M2, 66, M, M2, M2, 0, M2, 67, 71, M,
906 /*04*/C6, M, M, 43, M, 36, 18, M, M2, 49, 15, M, 63, M2, M2, 6,
907 /*05*/M2, 44, 28, M2, M, M2, M2, 52, 68, M2, M2, 62, M2, M3, M3, M4,
908 /*06*/M2, 26, 106, M2, 64, M, M2, 2, 120, M, M2, M3, M, M3, M3, M4,
909 /*07*/116, M2, M2, M3, M2, M3, M, M4, M2, 58, 54, M2, M, M4, M4, M3,
910 /*08*/C7, M2, M, 42, M, 35, 17, M2, M, 45, 14, M2, 21, M2, M2, 5,
[all …]
/linux-2.4.37.9/
DMAINTAINERS58 M: Mail patches to
75 M: mikep@linuxtr.net
83 M: philb@gnu.org
89 M: dave@thedillows.org
95 M: James.Bottomley@HansenPartnership.com
101 M: ajk@iehk.rwth-aachen.de
107 M: jgarzik@pobox.com
112 M: jgarzik@pobox.com
118 M: romieu@fr.zoreil.com
124 M: tytso@mit.edu
[all …]
/linux-2.4.37.9/include/linux/
Dmajor.h173 #define SCSI_DISK_MAJOR(M) ((M) == SCSI_DISK0_MAJOR || \ argument
174 ((M) >= SCSI_DISK1_MAJOR && (M) <= SCSI_DISK7_MAJOR))
176 #define SCSI_BLK_MAJOR(M) \ argument
177 (SCSI_DISK_MAJOR(M) \
178 || (M) == SCSI_CDROM_MAJOR)
187 #define IDE_DISK_MAJOR(M) ((M) == IDE0_MAJOR || (M) == IDE1_MAJOR || \ argument
188 (M) == IDE2_MAJOR || (M) == IDE3_MAJOR || \
189 (M) == IDE4_MAJOR || (M) == IDE5_MAJOR || \
190 (M) == IDE6_MAJOR || (M) == IDE7_MAJOR || \
191 (M) == IDE8_MAJOR || (M) == IDE9_MAJOR)
/linux-2.4.37.9/drivers/scsi/
Dconstants.c181 #define M 0x0100 /* MEDIA CHANGER DEVICE */ macro
203 {0x40,0x80,0xff,D|T|L|P|W|R|S|O|M|C,"Diagnostic failure on component (%x)"},
211 {0x00,0x00,D|T|L|P|W|R|S|O|M|C|A|E|B|K,"No additional sense information"},
217 {0x00,0x06,D|T|L|P|W|R|S|O|M|C|A|E|B|K,"I/O process terminated"},
223 {0x00,0x16,D|T|L|P|W|R|S|O|M|C|A|E|B|K,"Operation in progress"},
224 {0x00,0x17,D|T|L|W|R|S|O|M|A|E|B|K,"Cleaning requested"},
226 {0x02,0x00,D|W|R|O|M|B|K,"No seek complete"},
230 {0x04,0x00,D|T|L|P|W|R|S|O|M|C|A|E|B|K,"Logical unit not ready,cause not reportable"},
231 {0x04,0x01,D|T|L|P|W|R|S|O|M|C|A|E|B|K,"Logical unit is in process of becoming ready"},
232 {0x04,0x02,D|T|L|P|W|R|S|O|M|C|A|E|B|K,"Logical unit not ready,initializing cmd. required"},
[all …]
/linux-2.4.37.9/net/khttpd/
Dmake_times_h.c27 static time_t GetDay(int D,int M,int Y) in GetDay() argument
35 TM.tm_mon = M; in GetDay()
44 static int WeekGetDay(int D,int M,int Y) in WeekGetDay() argument
52 TM.tm_mon = M; in WeekGetDay()
66 int M,Y; in main() local
79 M=0; in main()
81 while (M<12) in main()
83 fprintf(file,"%i",(int)GetDay(1,M,Y)); in main()
86 M++; in main()
101 M=0; in main()
[all …]
Drfc_time.c65 int Y=0,M=0,D=0; in time_Unix2RFC() local
94 M=I2-1; in time_Unix2RFC()
96 rest=Zulu - TimeDays[Y][M]; in time_Unix2RFC()
97 WD=WeekDays[Y][M]; in time_Unix2RFC()
133 Buffer[8]=monthName[M][0]; in time_Unix2RFC()
134 Buffer[9]=monthName[M][1]; in time_Unix2RFC()
135 Buffer[10]=monthName[M][2]; in time_Unix2RFC()
187 int Y,M,D,H,Min,S; in mimeTime_to_UnixTime() local
205 M = MonthHash[Hash]; in mimeTime_to_UnixTime()
223 Temp = TimeDays[Y-KHTTPD_YEAROFFSET][M]; in mimeTime_to_UnixTime()
/linux-2.4.37.9/arch/m68k/fpsp040/
Dstwotox.S31 | N = 64(M + M') + j, j = 0,1,2,...,63.
34 | 2**X = 2**(M') * 2**(M) * 2**(j/64) * exp(r).
44 | N = 64(M + M') + j, j = 0,1,2,...,63.
50 | 10**X = 2**(M') * 2**(M) * 2**(j/64) * exp(r).
57 | Fact1 := 2**(M) * Fact1
58 | Fact2 := 2**(M) * Fact2
59 | Thus Fact1 + Fact2 = 2**(M) * 2**(j/64).
64 | 4. Let AdjFact := 2**(M'). Return
244 asrl #1,%d0 | ...D0 IS M
245 subl %d0,%d2 | ...d2 IS M', N = 64(M+M') + J
[all …]
Dsetox.S83 | 2.4 Calculate M = (N - J)/64; so N = 64M + J.
85 | 2.6 Create the value Scale = 2^M.
153 | exp(X) = 2^M * 2^(J/64) * exp(R).
159 | |M| <= 16380, and Scale = 2^M. Moreover, exp(X) will
162 | X = (M1+M)log2 + Jlog2/64 + R, |M1+M| >= 16380.
165 | approximately M. Thus 6.2 will never cause over/underflow.
190 | 8.4 K := (N-J)/64, M1 := truncate(K/2), M = K-M1, AdjFlag := 1.
192 | 8.6 Create the values Scale = 2^M, AdjScale = 2^M1.
497 asrl #6,%d0 | ...D0 is M
498 addiw #0x3FFF,%d0 | ...biased expo. of 2^(M)
[all …]
/linux-2.4.37.9/Documentation/arm/nwfpe/
DREADME.FPE8 {P|M|Z} = {round to +infinity,round to -infinity,round to zero},
45 FLT{cond}<S,D,E>{P,M,Z} Fn, Rd Convert integer to floating point
46 FIX{cond}{P,M,Z} Rd, Fn Convert floating point to integer
74 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
75 SUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - subtract
76 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract
77 MUF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - multiply
78 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide
79 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide
83 FML{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast multiply
[all …]
DTODO4 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power
5 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
6 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
8 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
9 LGN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base e
10 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
11 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
12 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
13 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
14 ASN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arcsine
[all …]
/linux-2.4.37.9/drivers/scsi/aic7xxx/
DREADME.aic7xxx56 AHA-274X[A] aic7770 EISA SE-50M SE-HD50F
58 SE-50M
59 AHA-274X[A]T aic7770 EISA 2 X SE-50M SE-HD50F
60 AHA-2842 aic7770 VL SE-50M SE-HD50F
61 AHA-2940AU aic7860 PCI/32 SE-50M SE-HD50F
62 AVA-2902I aic7860 PCI/32 SE-50M
63 AVA-2902E aic7860 PCI/32 SE-50M
64 AVA-2906 aic7856 PCI/32 SE-50M SE-DB25F
65 APC-7850 aic7850 PCI/32 SE-50M 1
66 AVA-2940 aic7860 PCI/32 SE-50M
[all …]
/linux-2.4.37.9/Documentation/powerpc/
DSBC8260_memory_mapping.txt18 physical address 0x00000000. On the SBC8260 is this 16M (64M)
73 0x00000000-0x03FFFFFF CS2 60x (16M or 64M)/64M SDRAM
74 0x04000000-0x04FFFFFF CS4 local 4M/16M SDRAM (soldered to the board)
78 0xFC000000-0xFCFFFFFF CS6 60x 2M/16M flash (8 bits wide, soldered to the board)
79 0xFE000000-0xFFFFFFFF CS0 60x 4M/16M flash (SIMM)
180 0xF0000000-0xFFFFFFFF 256M BAT0 (IMMR: dual port RAM, registers)
181 0xE0000000-0xEFFFFFFF 256M BAT1 (I/O space for custom boards)
182 0xC0000000-0xCFFFFFFF 256M BAT2 (RAM)
183 0xD0000000-0xDFFFFFFF 256M BAT3 (if RAM > 256MByte)
/linux-2.4.37.9/drivers/mtd/devices/
DConfig.in10 bool ' PMC551 256M DRAM Bugfix' CONFIG_MTD_PMC551_BUGFIX
31 dep_tristate ' M-Systems Disk-On-Chip 1000' CONFIG_MTD_DOC1000 $CONFIG_MTD
32 dep_tristate ' M-Systems Disk-On-Chip 2000 and Millennium' CONFIG_MTD_DOC2000 $CONFIG_MTD
33 …dep_tristate ' M-Systems Disk-On-Chip Millennium-only alternative driver (see help)' CONFIG_MTD_D…
/linux-2.4.37.9/arch/ppc64/kernel/
Dalign.c41 #define M 0x20 /* multiple load/store */ macro
60 { 4, LD+M }, /* 00 0 0111: lmw */
76 { 4, ST+M }, /* 00 1 0111: stmw */
162 { 8, LD+M }, /* 11 0 1101: lmd */
164 { 8, ST+M }, /* 11 0 1111: stmd */
260 if ((nb == 0) || (flags & M)) in fix_alignment()
/linux-2.4.37.9/Documentation/networking/
Ddmfe.txt34 "insmod dmfe mode=0" ;;Force 10M Half Duplex
35 "insmod dmfe mode=1" ;;Force 100M Half Duplex
36 "insmod dmfe mode=4" ;;Force 10M Full Duplex
37 "insmod dmfe mode=5" ;;Force 100M Full Duplex
/linux-2.4.37.9/Documentation/usb/
Dsl811hc.txt29 <M> SCSI support
30 <M> SCSI disk support
36 <M> Input core support (Need only for Keyboard or Mouse)
37 <M> Keyboard support
38 <M> Mouse support
45 <M> Support for USB
49 <M> SL811HS Alternate (support isochronous mode)
51 <M> SL811HS (x86, StrongARM) support (old driver)
54 <M> USB Mass Storage support
56 <M> USB Printer support
[all …]
/linux-2.4.37.9/Documentation/video4linux/bttv/
DTuners10 M= PHILIPS_MK3 (VHF_LO=0x01, VHF_HI=0x02, UHF=0x04, radio=0x19)
23 M= BG+I+DK
60 MR: BG DK M (?)
61 MG: BG DKI M (?)
85 TPI8NSR11 : NTSC J/M (TPI8NSR01 w/FM) (P,210/497)
/linux-2.4.37.9/Documentation/isdn/
DREADME.eicon41 - DIVA Server BRI/PCI 2M
42 - DIVA Server PRI/PCI 2M (9M 23M 30M)
/linux-2.4.37.9/Documentation/
Dmemory.txt9 16M. Most device drivers under Linux allow the use
12 more than 16M installed. Drivers that use bounce buffers
46 * Try passing the "mem=4M" option to the kernel to limit
Dbinfmt_misc.txt20 - 'type' is the type of recognition. Give 'M' for magic and 'E' for extension.
51 …echo ':i386:M::\x7fELF\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x03:\xff\xff\xff\xf…
52 …echo ':i486:M::\x7fELF\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x06:\xff\xff\xff\xf…
55 echo ':DEXE:M::\x0eDEX::/usr/bin/dosexec:' > register
58 echo ':DOSWin:M::MZ::/usr/local/bin/wine:' > register
DConfigure.help360 on the Alpha. The only time you would ever not say Y is to say M in
393 as "mem=256M". (Try "man bootparam" or see the documentation of your
441 module, say M here and read <file:Documentation/modules.txt>.
474 say M and read <file:Documentation/modules.txt>. The module will be
550 say M here and read <file:Documentation/modules.txt>. The module
566 say M here and read Documentation/modules.txt. The module will be
574 Saying Y or M here will enable support for the
579 say M here and read Documentation/modules.txt. The module will be
607 say M here and read <file:Documentation/modules.txt>. The module
663 say M here and read <file:Documentation/modules.txt>. The module
[all …]
/linux-2.4.37.9/arch/ppc/kernel/
Dalign.c38 #define M 0x20 /* multiple load/store */ macro
58 { 4, LD+M }, /* 00 0 0111: lmw */
74 { 4, ST+M }, /* 00 1 0111: stmw */
265 if (flags & M) in fix_alignment()
/linux-2.4.37.9/Documentation/fb/
Dtridentfb.txt33 detection says in all three BIOS selectable situations 2M, 4M, 8M.
/linux-2.4.37.9/drivers/video/riva/
Driva_hw.c605 unsigned int M, N, P, pll, MClk; in nv3UpdateArbitrationSettings() local
608 M = (pll >> 0) & 0xFF; N = (pll >> 8) & 0xFF; P = (pll >> 16) & 0x0F; in nv3UpdateArbitrationSettings()
609 MClk = (N * chip->CrystalFreqKHz / M) >> P; in nv3UpdateArbitrationSettings()
792 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv4UpdateArbitrationSettings() local
795 M = (pll >> 0) & 0xFF; N = (pll >> 8) & 0xFF; P = (pll >> 16) & 0x0F; in nv4UpdateArbitrationSettings()
796 MClk = (N * chip->CrystalFreqKHz / M) >> P; in nv4UpdateArbitrationSettings()
798 M = (pll >> 0) & 0xFF; N = (pll >> 8) & 0xFF; P = (pll >> 16) & 0x0F; in nv4UpdateArbitrationSettings()
799 NVClk = (N * chip->CrystalFreqKHz / M) >> P; in nv4UpdateArbitrationSettings()
1053 unsigned int M, N, P, pll, MClk, NVClk, cfg1; in nv10UpdateArbitrationSettings() local
1056 M = (pll >> 0) & 0xFF; N = (pll >> 8) & 0xFF; P = (pll >> 16) & 0x0F; in nv10UpdateArbitrationSettings()
[all …]

123456