/linux-2.4.37.9/Documentation/i2c/ |
D | ten-bit-addresses | 1 The I2C protocol knows about two kinds of device addresses: normal 7 bit 2 addresses, and an extended set of 10 bit addresses. The sets of addresses 11 of bits, you will see the there are 8 after the S bit for 7 bit addresses, 12 and 16 after the S bit for 10 bit addresses. 16 addresses, even though there is some basic handling and hooks. Also, 17 almost no supported adapter handles the 10 bit addresses correctly.
|
D | writing-clients | 181 Most i2c devices can be present on several i2c addresses; for some this 186 i2c addresses for your clients, and do some sort of detection to see 190 are defined to help determine what addresses are scanned. Several macros 210 A list of I2C addresses which should normally be examined. 212 A list of pairs of I2C addresses, each pair being an inclusive range of 213 addresses which should normally be examined. 216 the second is the address. These addresses are also probed, as if they 220 the second and third are addresses. These form an inclusive range of 221 addresses that are also probed, as if they were in the 'normal' list. 224 the second is the I2C address. These addresses are never probed. [all …]
|
D | dev-interface | 85 argument (except for 10 bit addresses, passed in the 10 lower bits in this 89 Selects ten bit addresses if select not equals 0, selects normal 7 bit 90 addresses if select equals 0. Default 0.
|
/linux-2.4.37.9/Documentation/parisc/ |
D | debugging | 5 1. Absolute addresses 8 absolute addresses are used instead of virtual addresses as in the 18 the System Responder/Requestor addresses. The System Requestor 19 address should match (one of the) processor HPAs (high addresses in 23 Typical values for the System Responder address are addresses larger
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | head.S | 42 .long 0x27000000,0x60000001 # by ipl to addresses 0-23. 68 st %r2,.Lccwread+4 # initialize CCW data addresses 87 l %r0,.Lccwread+4 # update CCW data addresses 156 .long 0x02000018,0x60000050 # by ipl to addresses 0-23. 160 .long 0x02000140,0x60000050 # to addresses 0x18-0xb7 190 st %r2,4(%r6) # initialize CCW data addresses 229 l %r0,4(%r6) # update CCW data addresses
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | head.S | 42 .long 0x27000000,0x60000001 # by ipl to addresses 0-23. 68 st %r2,.Lccwread+4 # initialize CCW data addresses 87 l %r0,.Lccwread+4 # update CCW data addresses 156 .long 0x02000018,0x60000050 # by ipl to addresses 0-23. 160 .long 0x02000140,0x60000050 # to addresses 0x18-0xb7 190 st %r2,4(%r6) # initialize CCW data addresses 229 l %r0,4(%r6) # update CCW data addresses
|
/linux-2.4.37.9/Documentation/ |
D | zorro.txt | 75 they are CPU physical addresses as well. 82 Conversion from bus/physical Zorro II addresses to kernel virtual addresses
|
D | DMA-mapping.txt | 9 addresses (DMA addresses) into physical addresses. This is similar to 10 how page tables and/or a TLB translates virtual addresses to physical 11 addresses on a CPU. This is needed so that e.g. PCI devices can 20 drivers, namely it has to take into account that DMA addresses should be 47 that memory using the addresses returned from those routines. 49 This means specifically that you may _not_ use the memory/addresses 52 walking page tables to get the physical addresses, and then 57 This rule also means that you may not use kernel image addresses 59 nor may you use kernel stack addresses for DMA. Both of these items 215 to say, consistent DMA addresses given to the driver will always [all …]
|
D | IO-mapping.txt | 15 at memory addresses, and in this case we actually want the third, the 30 addresses, with each device seeing memory in some device-specific way, but 61 where all the addresses actually point to the same thing. It's just seen 116 use that from the CPU (the CPU only uses translated virtual addresses), and 124 the CPU, so it shouldn't need to know about "bus addresses" etc).
|
D | cachetlb.txt | 61 addresses in the range 'start' to 'end'. 93 addresses in the range 'start' to 'end' are being torn down. 180 addresses from the cache. After running, there will be no 181 entries in the cache for 'mm' for virtual addresses in the 271 kernel virtual addresses during the copy. The virtual address 273 load/store instructions happen to virtual addresses which are 336 When the kernel stores into addresses that it will execute 344 This is called when the kernel stores into addresses that are
|
/linux-2.4.37.9/arch/s390/boot/ |
D | ipldump.S | 18 .long 0x07000000,0x60000001 # by ipl to addresses 0-23. 81 st %r2,.Lccwwrite+4 # initialize CCW data addresses 93 l %r0,.Lccwwrite+4 # update CCW data addresses
|
D | iplfba.S | 9 # The first 24 byes are loaded by ipl to addresses 0-23 (a PSW and two CCWs). 16 .long 0x02000000,0x20000200 # by ipl to addresses 0-23.
|
/linux-2.4.37.9/arch/s390x/boot/ |
D | ipldump.S | 18 .long 0x07000000,0x60000001 # by ipl to addresses 0-23. 81 st %r2,.Lccwwrite+4 # initialize CCW data addresses 93 l %r0,.Lccwwrite+4 # update CCW data addresses
|
D | iplfba.S | 9 # The first 24 byes are loaded by ipl to addresses 0-23 (a PSW and two CCWs). 16 .long 0x02000000,0x20000200 # by ipl to addresses 0-23.
|
/linux-2.4.37.9/Documentation/powerpc/ |
D | SBC8260_memory_mapping.txt | 95 - The IMMR must be set above the kernel virtual memory addresses, 110 Obviously the kernel can't map any physical addresses 1:1 in 118 initialization, we choose to map virtual to physical addresses 129 and highest (above 0xf0000000) I/O addresses are traditionally 143 0x02000000 for example. You simply can't map these addresses early 169 Physical addresses used by the Linux kernel: 177 Logical addresses used by the Linux kernel:
|
/linux-2.4.37.9/net/x25/ |
D | x25_subr.c | 126 unsigned char addresses[1 + X25_ADDR_LEN]; in x25_write_internal() local 195 len = x25_addr_aton(addresses, &sk->protinfo.x25->dest_addr, &sk->protinfo.x25->source_addr); in x25_write_internal() 197 memcpy(dptr, addresses, len); in x25_write_internal()
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.hfc-pci | 27 There tree cards installed in your machine at IO-base addresses 0xd000, 0xd400 34 If the io parameter is used the io addresses of all used cards should be
|
/linux-2.4.37.9/arch/mips64/ |
D | Makefile | 292 OBJCOPYFLAGS := --change-addresses=0x3fffffff80000000 295 OBJCOPYFLAGS := --change-addresses=0x57ffffff80000000 300 OBJCOPYFLAGS := --change-addresses=0xc000000080000000 303 OBJCOPYFLAGS := --change-addresses=0xa800000080000000
|
/linux-2.4.37.9/Documentation/input/ |
D | gameport-programming.txt | 22 addresses is preferred, because the likelyhood of clashing with the standard 25 Eg. if your driver supports addresses 0x200, 0x208, 0x210 and 0x218, then 33 occupies from one to sixteen addresses in the io space. 39 callback, so that it doesn't fail if some of the possible addresses are
|
/linux-2.4.37.9/Documentation/networking/ |
D | policy-routing.txt | 24 RT_CLASS_LOCAL=255 - local interface addresses, 25 broadcasts, nat addresses. 101 255 local addresses
|
D | README.sb1000 | 116 IP addresses (like 204.71.200.67), be sure your /etc/resolv.conf file 117 has no syntax errors and has the right nameserver IP addresses in it. 131 numerical IP addresses. (This happens predominantly on Debian systems due 141 addresses. 153 option in the lines that allocate the two I/O addresses for the SB1000 card. 154 This first popped up on RH 6.0. Delete "(CHECK)" for the SB1000 I/O addresses.
|
D | ip-sysctl.txt | 349 If set non-zero, enables support for dynamic addresses. 359 addresses, respectively. 406 Log packets with impossible addresses to kernel log. 511 0 - (default) The kernel can respond to arp requests with addresses 514 IP addresses are owned by the complete host on Linux, not by 527 1 - Try to avoid local addresses that are not in the target's 540 for primary IP addresses on all our subnets on the outgoing 555 received ARP requests that resolve local target IP addresses: 563 3 - do not reply for local addresses configured with scope host, 564 only resolutions for global and link addresses are replied [all …]
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | Victor | 15 addresses.
|
/linux-2.4.37.9/drivers/scsi/ |
D | fdomain.c | 432 static unsigned long addresses[] = { variable 441 #define ADDRESS_COUNT (sizeof( addresses ) / sizeof( unsigned )) 688 && addresses[ (options & 0xc0) >> 6 ] != bios_base) return 0; in fdomain_get_irq() 706 printk( " %lx(%lx),", addresses[i], bios_base ); in fdomain_isa_detect() 709 if (isa_check_signature(addresses[i] + signatures[j].sig_offset, in fdomain_isa_detect() 716 bios_base = addresses[i]; in fdomain_isa_detect()
|
D | NCR53c406a.c | 219 static void *addresses[] = { variable 223 #define ADDRESS_COUNT (sizeof( addresses ) / sizeof( unsigned )) 473 if(!memcmp((void *) addresses[ii]+signatures[jj].sig_offset, in NCR53c406a_detect() 476 bios_base=addresses[ii]; in NCR53c406a_detect()
|