Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 25 of 32) sorted by relevance

12

/linux-2.4.37.9/arch/sparc64/kernel/
Dpci.c408 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/
Dmemory.c46 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/
Dmemory.c48 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/
DIRQ-redir.txt25 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/
Diommu.h103 iopte_t *lowest; /* to speed up searches... */ member
/linux-2.4.37.9/arch/sparc64/mm/
Dinit.c1515 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/
DConfig.in43 # lowest-level driver can control it.
/linux-2.4.37.9/arch/arm/mach-sa1100/
Dsleep.S67 @ delay 90us and set CPU PLL to lowest speed
/linux-2.4.37.9/Documentation/
Ddigiepca.txt30 be allocated device numbers (internally) beginning with the lowest PCI slot
DIPMI.txt210 When you send a command (which is defined by the lowest-order bit of
Dcachetlb.txt95 Some platforms cache the lowest level of the software page tables
Dsmp.tex238 code at the start of any page of memory within the lowest 1Mb, in 16bit
/linux-2.4.37.9/drivers/scsi/
DREADME.aic7xxx120 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
DREADME.53c70068 manufacturers set the clock speed at the lowest possible setting
DREADME.st348 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/
DREADME.aic7xxx154 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/
Diommu.c116 iommu->lowest = iommu->page_table = (iopte_t *)tmp; in iommu_init()
/linux-2.4.37.9/Documentation/s390/
DTAPE25 the lowest subchannel number becomes device 0, the next one will be device 1
/linux-2.4.37.9/Documentation/crypto/
Dapi-intro.txt18 At the lowest level are algorithms, which register dynamically with the
/linux-2.4.37.9/Documentation/fb/
DREADME-sstfb.txt141 patterns at the border of your windows (the pixels loose the lowest
Dmatroxfb.txt222 you should set all bits to zero, except lowest bit. This lowest bit
/linux-2.4.37.9/Documentation/powerpc/
DSBC8260_memory_mapping.txt128 and I/O devices above physical address 0x80000000. The lowest
/linux-2.4.37.9/Documentation/filesystems/
Dromfs.txt107 Since the file headers begin always at a 16 byte boundary, the lowest
/linux-2.4.37.9/fs/xfs/
Dxfs_bmap.c4123 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/
DREADME155 write a few bytes below the lowest address of the stack. The emulator

12