/linux-2.4.37.9/drivers/mtd/chips/ |
D | jedec.c | 71 unsigned I,Uniq; in jedec_probe() local 112 for (I = 0; priv->chips[I].jedec != 0 && I < MAX_JEDEC_CHIPS; I++) in jedec_probe() 116 if (priv->chips[I].sectorsize > SectorSize) in jedec_probe() 117 SectorSize = priv->chips[I].sectorsize; in jedec_probe() 121 for (I = 0; priv->chips[I].jedec != 0 && I < MAX_JEDEC_CHIPS; I++) in jedec_probe() 123 if ((SectorSize/priv->chips[I].sectorsize)*priv->chips[I].sectorsize != SectorSize) in jedec_probe() 138 for (I = 0; priv->chips[I].jedec != 0 && I < MAX_JEDEC_CHIPS; I++) in jedec_probe() 142 if (priv->chips[I+1].jedec == priv->chips[I].jedec) in jedec_probe() 149 JEDEC = jedec_idtoinf(priv->chips[I].jedec >> 8,priv->chips[I].jedec); in jedec_probe() 189 for (I = 0; I != priv->size/my_bank_size - 1; I++) in jedec_probe() [all …]
|
/linux-2.4.37.9/net/khttpd/ |
D | main.c | 214 int I; in ManagementDaemon() local 252 for (I=0; I<ActualThreads; I++) { in ManagementDaemon() 253 StopDataSending(I); in ManagementDaemon() 263 for (I=0; I<ActualThreads; I++) { in ManagementDaemon() 264 atomic_set(&Running[I],1); in ManagementDaemon() 265 (void)kernel_thread(MainDaemon,&(CountBuf[I]), CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in ManagementDaemon() 314 int I; in khttpd_init() local 318 for (I=0; I<CONFIG_KHTTPD_NUMCPU; I++) { in khttpd_init() 319 CountBuf[I]=I; in khttpd_init()
|
D | rfc_time.c | 67 int I,I2; in time_Unix2RFC() local 72 I=0; in time_Unix2RFC() 73 while (I<KHTTPD_NUMYEARS) in time_Unix2RFC() 75 if (TimeDays[I][0]>Zulu) in time_Unix2RFC() 77 I++; in time_Unix2RFC() 80 Y=--I; in time_Unix2RFC() 81 if (I<0) in time_Unix2RFC() 89 if (TimeDays[I][I2]>Zulu) in time_Unix2RFC()
|
D | datasending.c | 200 int I,I2; in InitDataSending() local 203 I=0; in InitDataSending() 204 while (I<ThreadCount) in InitDataSending() 206 Block[I] = (char*)get_free_page((int)GFP_KERNEL); in InitDataSending() 207 if (Block[I] == NULL) in InitDataSending() 210 while (I2<I-1) in InitDataSending() 217 I++; in InitDataSending()
|
D | waitheaders.c | 279 int I,I2; in InitWaitHeaders() local 282 I=0; in InitWaitHeaders() 283 while (I<ThreadCount) in InitWaitHeaders() 285 Buffer[I] = (char*)get_free_page((int)GFP_KERNEL); in InitWaitHeaders() 286 if (Buffer[I] == NULL) in InitWaitHeaders() 290 while (I2<I-1) in InitWaitHeaders() 296 I++; in InitWaitHeaders()
|
/linux-2.4.37.9/crypto/ |
D | cast6.c | 38 #define F1(D,r,m) ( (I = ((m) + (D))), (I=rol((r),I)), \ 39 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff]) ) 40 #define F2(D,r,m) ( (I = ((m) ^ (D))), (I=rol((r),I)), \ 41 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff]) ) 42 #define F3(D,r,m) ( (I = ((m) - (D))), (I=rol((r),I)), \ 43 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff]) ) 373 u32 I; in W() local 431 u32 I; in Q() local 440 u32 I; in QBAR() local
|
D | cast5.c | 573 #define F1(D,m,r) ( (I = ((m) + (D))), (I=rol((r),I)), \ 574 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff]) ) 575 #define F2(D,m,r) ( (I = ((m) ^ (D))), (I=rol((r),I)), \ 576 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff]) ) 577 #define F3(D,m,r) ( (I = ((m) - (D))), (I=rol((r),I)), \ 578 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff]) ) 585 u32 I; /* used by the Fx macros */ in cast5_encrypt() local 654 u32 I; in cast5_decrypt() local
|
D | sha512.c | 105 static inline void LOAD_OP(int I, u64 *W, const u8 *input) in LOAD_OP() argument 107 u64 t1 = input[(8*I) ] & 0xff; in LOAD_OP() 109 t1 |= input[(8*I)+1] & 0xff; in LOAD_OP() 111 t1 |= input[(8*I)+2] & 0xff; in LOAD_OP() 113 t1 |= input[(8*I)+3] & 0xff; in LOAD_OP() 115 t1 |= input[(8*I)+4] & 0xff; in LOAD_OP() 117 t1 |= input[(8*I)+5] & 0xff; in LOAD_OP() 119 t1 |= input[(8*I)+6] & 0xff; in LOAD_OP() 121 t1 |= input[(8*I)+7] & 0xff; in LOAD_OP() 122 W[I] = t1; in LOAD_OP() [all …]
|
/linux-2.4.37.9/include/linux/byteorder/ |
D | pdp_endian.h | 37 #define __constant_cpu_to_le64(x) I DON'T KNOW 43 #define __constant_cpu_to_be64(x) I DON'T KNOW 49 #define __cpu_to_le64(x) I DON'T KNOW 55 #define __cpu_to_be64(x) I DON'T KNOW 61 #define __cpu_to_le64p(x) I DON'T KNOW 67 #define __cpu_to_be64p(x) I DON'T KNOW 73 #define __cpu_to_le64s(x) I DON'T KNOW 79 #define __cpu_to_be64s(x) I DON'T KNOW
|
/linux-2.4.37.9/Documentation/isdn/ |
D | syncPPP.FAQ | 7 Q04: MPPP?? What's that and how can I use it ... 8 Q05: I tried MPPP but it doesn't work 9 Q06: can I use asynchronous PPP encapsulation with network devices 11 Q08: I wanna talk to several machines, which need different configs 12 Q09: Starting the ipppd, I get only error messages from i4l 13 Q10: I wanna use dynamic IP address assignment 14 Q11: I can't connect. How can I check where the problem is. 15 Q12: How can I reduce login delay? 20 what should I use? 47 Q02: when I start the ipppd .. I only get the [all …]
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | Tuners | 20 C= I+DK 23 M= BG+I+DK 25 Q= BG+I+DK+LL 54 1246: PAL I 58 ME: BG DK I LL (Multi Europe) 59 MP: BG DK I (Multi PAL) 75 xx6x: PAL I 87 TAPC-I701 : PAL I (TAPC-I001 w/FM) (P,170/450) 91 TAPC-W701P: PAL I (TAPC-W001P w/FM) (L,170/450) 93 TAPC-Q704P: PAL D/K+I (L,170/450) [all …]
|
/linux-2.4.37.9/drivers/mtd/maps/ |
D | octagon-5066.c | 194 unsigned long I; in OctProbe() local 196 for (I = 0; I != 20; I++) in OctProbe() 198 outb(Base + (I%10),PAGE_IO); in OctProbe() 199 if (I < 10) in OctProbe() 202 Values[I%10] = readl(iomapadr); in OctProbe() 203 if (I > 0 && Values[I%10] == Values[0]) in OctProbe() 209 if (Values[I%10] != readl(iomapadr)) in OctProbe()
|
/linux-2.4.37.9/Documentation/networking/ |
D | eql.txt | 26 terminal server. I do not know if other terminal servers support load- 27 balancing, but I do know that the PortMaster does it, and does it 31 and 14.4 Kbps connection. However, I am not sure that it really is 32 the PortMaster, or if it's Linux's TCP drivers. I'm told that Linux's 36 I suggest to ISPs out there that it would probably be fair to charge 46 Here I describe the general steps of getting a kernel up and working 95 So far, I have only used the eql device with the DSLIP SLIP connection 98 managers is up to you. Most other connection managers that I've seen 138 I haven't found a good reason to write it yet... other than for 225 I have not yet done any load-balancing testing for PPP devices, mainly [all …]
|
/linux-2.4.37.9/Documentation/powerpc/ |
D | sound.txt | 17 The I/O base, irq and dma lines that you enter during the make config 33 (830) CS4232 audio I/O base 530, 604, E80 or F40 42 auxiliary input isn't muted by default. I had the changes necessary 49 different irq/drq than the kernel expects. Unfortunately, I don't know 56 I've only tested sound on the Power Personal Series of IBM workstations 57 so if you try it on others please let me know the result. I'm especially 58 interested in the 43p's sound system, which I know nothing about. 67 (530) CS4232 audio I/O base 530, 604, E80 or F40 71 (330) CS4232 MIDI I/O base 330, 370, 3B0 or 3F0 80 I have only tested this on the 43P-150. Build the kernel with the cs4232
|
/linux-2.4.37.9/Documentation/s390/ |
D | cds.txt | 4 Device Driver I/O Support Routines 16 I/O access method. This gives relief to the device drivers as they don't 19 I/O (PIO), and other hardware features more. However, this implies that 20 either every single device driver needs to implement the hardware I/O 29 In order to build common device support for ESA/390 I/O interfaces, a 30 functional layer was introduced that provides generic I/O access methods to 33 The common device support layer comprises the I/O support routines defined 64 enable a device, allowing for I/O interrupts. 67 initiate an I/O request. 73 terminate the current I/O request processed on the device. [all …]
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | cdu31a | 37 its presence in any way besides placing 4 I/O locations in memory. It 48 your own. You need to make sure that the I/O address and interrupt is 49 not used by another card in the system. You will need to know the I/O 100 4, but I think that is a mistake. 103 the documentation to find the I/O base address. This is specified to 128 I use the following boot line: 132 because I have a PAS-16 which does not support interrupt for the 136 file will set it for lilo configurations. I have the following as the 141 I'm not sure how to set up Bootlin (I have never used it), if someone 153 Anyway, I use the following line to load my driver as a module [all …]
|
/linux-2.4.37.9/arch/arm/mm/ |
D | proc-arm925.S | 133 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 135 mcr p15, 0, ip, c8, c7, 0 @ invalidate I & D TLBs 184 mcrne p15, 0, ip, c7, c5, 0 @ invalidate I cache 214 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 217 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 221 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 224 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 391 1: mcr p15, 0, r0, c7, c5, 1 @ Clean I entry 403 mcr p15, 0, r0, c7, c5, 0 @ invalidate I cache 421 mcr p15, 0, r0, c8, c7, 0 @ invalidate I & D TLBs [all …]
|
D | proc-arm1026.S | 125 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 127 mcr p15, 0, ip, c8, c7, 0 @ invalidate I & D TLBs 165 mcrne p15, 0, ip, c7, c5, 0 @ invalidate I cache 195 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 198 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 202 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 205 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 361 1: mcr p15, 0, r0, c7, c5, 1 @ clean I entries 371 mcr p15, 0, r0, c7, c5, 0 @ invalidate I cache 386 mcr p15, 0, r0, c8, c7, 0 @ invalidate I & D TLBs [all …]
|
D | proc-arm922.S | 119 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 121 mcr p15, 0, ip, c8, c7, 0 @ invalidate I & D TLBs 169 mcrne p15, 0, ip, c7, c5, 0 @ invalidate I cache 192 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 195 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 199 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 202 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 369 1: mcr p15, 0, r0, c7, c5, 1 @ Clean I entry 380 mcr p15, 0, r0, c7, c5, 0 @ invalidate I cache 394 mcr p15, 0, r0, c8, c7, 0 @ invalidate I & D TLBs [all …]
|
D | proc-arm926.S | 134 mcr p15, 0, ip, c7, c7, 0 @ invalidate I,D caches 136 mcr p15, 0, ip, c8, c7, 0 @ invalidate I & D TLBs 174 mcrne p15, 0, ip, c7, c5, 0 @ invalidate I cache 204 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 207 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 211 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 214 mcrne p15, 0, r0, c7, c5, 1 @ invalidate I entry 370 1: mcr p15, 0, r0, c7, c5, 1 @ clean I entries 380 mcr p15, 0, r0, c7, c5, 0 @ invalidate I cache 395 mcr p15, 0, r0, c8, c7, 0 @ invalidate I & D TLBs [all …]
|
/linux-2.4.37.9/fs/hfs/ |
D | FAQ.txt | 20 3. How I mount AppleShare volumes? 28 7. What version of Linux do I need to be running? 34 10. Why can I mount some HFS CDROMs but not others? 38 12. Why do I get a message about a bad or unknown partition table? 40 13. Can I mount multiple HFS partitions from the same Macintosh 43 14. In what ways can I write to HFS filesystems? 48 16. How can I format an HFS filesystem? 50 17. How can I fsck an HFS filesystem? 52 18. Why do I get ``error -50'' messages from my Mac when using 85 33.. HHooww II mmoouunntt AApppplleeSShhaarree vvoolluummeess?? [all …]
|
/linux-2.4.37.9/Documentation/usb/ |
D | acm.txt | 35 Many modems do, here is a list of those I know of: 45 I know of one ISDN TA that does work with the acm driver: 87 I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub 88 E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms 96 I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=acm 97 E: Ad=85(I) Atr=02(Bulk) MxPS= 64 Ivl= 0ms 99 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms 101 I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm 102 E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=128ms 103 I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=acm [all …]
|
/linux-2.4.37.9/fs/umsdos/ |
D | README-WIP.txt | 14 Information below is getting outdated slowly -- I'll fix it one day when I 84 Gockel <gockel@sent13.uni-duisburg.de> to use it even under umsdosfs, but I 111 I'm unfortunately somewhat out of time to read linux-kernel@vger, but I do 112 check for messages having "UMSDOS" in the subject, and read them. I might 113 miss some in all that volume, though. I should reply to any direct e-mail 114 in few days. If I don't, probably I never got your message.
|
/linux-2.4.37.9/drivers/zorro/ |
D | zorro.ids | 40 4500 A2232 Prototype [Multi I/O] 41 4600 A2232 [Multi I/O] 90 ff00 GPIB/Dual IEEE-488/Twin-X [Multi I/O] 120 0800 Impact Series I [SCSI Host Adapter and RAM Expansion] 134 0100 Impact Series I (4K) [SCSI Host Adapter] 135 0200 Impact Series I (16K/2) [SCSI Host Adapter] 136 0300 Impact Series I (16K/2) [SCSI Host Adapter] 146 0b98 IO-Extender [Multi I/O] 194 1000 MultiFace I [Multi I/O] 210 0500 32Bit Parallel I/O Interface [all …]
|
/linux-2.4.37.9/Documentation/video4linux/ |
D | w9966.txt | 4 trial-and-error work I've finally got everything to work. I needed vision for a 5 robotics project so I borrowed this camera from a friend and started hacking. 6 Anyway I've converted my original code from the AVR 8bit RISC C/ASM code into 30 parport drivers. I might add working EPP support later.
|