/linux-2.4.37.9/arch/sparc64/kernel/ |
D | pci.c | 408 unsigned long lowest, highest; in __pci_mmap_make_offset_bus() local 410 lowest = ~0UL; highest = 0UL; in __pci_mmap_make_offset_bus() 413 lowest = p->pbm_A.io_space.start; in __pci_mmap_make_offset_bus() 417 if (lowest > p->pbm_B.io_space.start) in __pci_mmap_make_offset_bus() 418 lowest = p->pbm_B.io_space.start; in __pci_mmap_make_offset_bus() 422 space_size = highest - lowest; in __pci_mmap_make_offset_bus() 425 lowest = p->pbm_A.mem_space.start; in __pci_mmap_make_offset_bus() 429 if (lowest > p->pbm_B.mem_space.start) in __pci_mmap_make_offset_bus() 430 lowest = p->pbm_B.mem_space.start; in __pci_mmap_make_offset_bus() 434 space_size = highest - lowest; in __pci_mmap_make_offset_bus() [all …]
|
/linux-2.4.37.9/arch/sparc64/prom/ |
D | memory.c | 46 unsigned long lowest; in prom_sortmemlist() local 49 lowest = thislist[i].start_adr; in prom_sortmemlist() 51 if(thislist[mitr].start_adr < lowest) { in prom_sortmemlist() 52 lowest = thislist[mitr].start_adr; in prom_sortmemlist() 55 if(lowest == thislist[i].start_adr) continue; in prom_sortmemlist()
|
/linux-2.4.37.9/arch/sparc/prom/ |
D | memory.c | 48 char *lowest; in prom_sortmemlist() local 51 lowest = thislist[i].start_adr; in prom_sortmemlist() 53 if(thislist[mitr].start_adr < lowest) { in prom_sortmemlist() 54 lowest = thislist[mitr].start_adr; in prom_sortmemlist() 57 if(lowest == thislist[i].start_adr) continue; in prom_sortmemlist()
|
/linux-2.4.37.9/Documentation/ia64/ |
D | IRQ-redir.txt | 25 Set the default route for IRQ number 41 to CPU 6 in lowest priority 33 (i.e. lowest priority mode routing is used), otherwise its route is 42 and the routing is the so called "lowest priority mode" (actually 49 The IRQ is routed to the CPU with lowest XTP register value, the
|
/linux-2.4.37.9/include/asm-sparc/ |
D | iommu.h | 103 iopte_t *lowest; /* to speed up searches... */ member
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | init.c | 1515 unsigned long lowest; in sort_memlist() local 1518 lowest = thislist[i].start_adr; in sort_memlist() 1520 if (thislist[mitr].start_adr < lowest) { in sort_memlist() 1521 lowest = thislist[mitr].start_adr; in sort_memlist() 1524 if (lowest == thislist[i].start_adr) in sort_memlist()
|
/linux-2.4.37.9/drivers/usb/gadget/ |
D | Config.in | 43 # lowest-level driver can control it.
|
/linux-2.4.37.9/arch/arm/mach-sa1100/ |
D | sleep.S | 67 @ delay 90us and set CPU PLL to lowest speed
|
/linux-2.4.37.9/Documentation/ |
D | digiepca.txt | 30 be allocated device numbers (internally) beginning with the lowest PCI slot
|
D | IPMI.txt | 210 When you send a command (which is defined by the lowest-order bit of
|
D | cachetlb.txt | 95 Some platforms cache the lowest level of the software page tables
|
D | smp.tex | 238 code at the start of any page of memory within the lowest 1Mb, in 16bit
|
/linux-2.4.37.9/drivers/scsi/ |
D | README.aic7xxx | 120 lowest numbered PCI device, others do just the opposite and scan 121 from lowest to highest numbered PCI device. There is no reliable 123 order, which is lowest to highest. Then, in case your motherboard 124 scans from highest to lowest, we have this option. If your BIOS 230 controllers, the only important bits are the two lowest bits. Setting
|
D | README.53c700 | 68 manufacturers set the clock speed at the lowest possible setting
|
D | README.st | 348 the lowest 24 bits of the argument. The driver can set the 353 given the number of the sense data byte (the lowest eight
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | README.aic7xxx | 154 lowest numbered PCI device, others do just the opposite and scan 155 from lowest to highest numbered PCI device. There is no reliable 157 order, which is lowest to highest. Then, in case your motherboard 158 scans from highest to lowest, we have this option. If your BIOS 264 controllers, the only important bits are the two lowest bits. Setting
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | iommu.c | 116 iommu->lowest = iommu->page_table = (iopte_t *)tmp; in iommu_init()
|
/linux-2.4.37.9/Documentation/s390/ |
D | TAPE | 25 the lowest subchannel number becomes device 0, the next one will be device 1
|
/linux-2.4.37.9/Documentation/crypto/ |
D | api-intro.txt | 18 At the lowest level are algorithms, which register dynamically with the
|
/linux-2.4.37.9/Documentation/fb/ |
D | README-sstfb.txt | 141 patterns at the border of your windows (the pixels loose the lowest
|
D | matroxfb.txt | 222 you should set all bits to zero, except lowest bit. This lowest bit
|
/linux-2.4.37.9/Documentation/powerpc/ |
D | SBC8260_memory_mapping.txt | 128 and I/O devices above physical address 0x80000000. The lowest
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | romfs.txt | 107 Since the file headers begin always at a 16 byte boundary, the lowest
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_bmap.c | 4123 xfs_fileoff_t lowest; /* lowest useful block */ in xfs_bmap_first_unused() local 4139 lowest = *first_unused; in xfs_bmap_first_unused() 4142 for (lastaddr = 0, max = lowest, ep = base; in xfs_bmap_first_unused() 4149 if (off >= lowest + len && off - max >= len) { in xfs_bmap_first_unused() 4154 max = XFS_FILEOFF_MAX(lastaddr, lowest); in xfs_bmap_first_unused()
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | README | 155 write a few bytes below the lowest address of the stack. The emulator
|