Home
last modified time | relevance | path

Searched refs:highest (Results 1 – 25 of 28) 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()
414 highest = p->pbm_A.io_space.end + 1; in __pci_mmap_make_offset_bus()
419 if (highest < p->pbm_B.io_space.end + 1) in __pci_mmap_make_offset_bus()
420 highest = p->pbm_B.io_space.end + 1; in __pci_mmap_make_offset_bus()
422 space_size = highest - lowest; in __pci_mmap_make_offset_bus()
426 highest = p->pbm_A.mem_space.end + 1; in __pci_mmap_make_offset_bus()
431 if (highest < p->pbm_B.mem_space.end + 1) in __pci_mmap_make_offset_bus()
432 highest = p->pbm_B.mem_space.end + 1; in __pci_mmap_make_offset_bus()
434 space_size = highest - lowest; in __pci_mmap_make_offset_bus()
/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-init.c114 int *highest) in do_cpumask() argument
131 if (cpuid > *highest) in do_cpumask()
132 *highest = cpuid; in do_cpumask()
155 int i, cpus = 0, highest = 0; in cpu_node_probe() local
177 cpus += do_cpumask(i, nasid, boot_cpumask, &highest); in cpu_node_probe()
186 return(highest + 1); in cpu_node_probe()
/linux-2.4.37.9/drivers/acpi/utilities/
Duteval.c642 u8 *highest) in acpi_ut_execute_sxds() argument
653 highest[i] = 0xFF; in acpi_ut_execute_sxds()
671 highest[i] = (u8) obj_desc->integer.value; in acpi_ut_execute_sxds()
/linux-2.4.37.9/arch/ppc64/kernel/
Dppc_asm.h102 lis rn,name##@highest; \
109 lis rn,name@highest; \
123 lis reg,(label)@highest; \
/linux-2.4.37.9/arch/mips/hp-lj/
Dint-handler.S21 # and pass an integer indicating which was the highest priority pending interrupt
/linux-2.4.37.9/Documentation/video4linux/bttv/
DREADME.quirks28 often. However, the audio will have highest bus access priority. Thus
/linux-2.4.37.9/Documentation/i386/
Dboot.txt34 Protocol 2.03: (Kernel 2.4.18-pre1) Explicitly makes the highest possible
73 It is desirable to keep the "memory ceiling" -- the highest point in
218 address is defined as the address of the highest safe byte, so
/linux-2.4.37.9/include/acpi/
Dacutils.h517 u8 *highest);
/linux-2.4.37.9/drivers/scsi/
DREADME.aic7xxx119 bootup by scanning from the highest numbered PCI device to the
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
DREADME.ibmmca283 because for historical reasons, drive at id 6 has, by hardware, the highest
630 standard to assign drive C: to SCSI-id 6, because it is the highest
1035 at the highest pun, which means, that e.g. harddisk at
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
DREADME.aic7xxx153 bootup by scanning from the highest numbered PCI device to the
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
/linux-2.4.37.9/Documentation/sysctl/
Dkernel.txt173 - minimum_console_loglevel: minimum (highest) value to which
/linux-2.4.37.9/Documentation/powerpc/
DSBC8260_memory_mapping.txt129 and highest (above 0xf0000000) I/O addresses are traditionally
/linux-2.4.37.9/Documentation/networking/
D6pack.txt71 can build in one yourself that switches over the highest address pin
Dbonding.txt345 highest speed slaves in the bond.
699 among the group of highest speed active slaves in the bond. The
De1000.txt375 supported speed and duplex combinations, and it links at the highest
/linux-2.4.37.9/Documentation/arm/SA1100/
DPCMCIA75 - the highest-numbered socket available, plus one
/linux-2.4.37.9/Documentation/input/
Djoystick-parport.txt54 needed, and I'd recommend pin 9 for that, the highest data bit. On the other
/linux-2.4.37.9/Documentation/
Dspecialix.txt168 bit error in the highest bit. In conclusion: I've tested it, and found
Dcomputone.txt230 use the custom speed setting to select the highest speeds: 153,600 bps,
/linux-2.4.37.9/arch/arm/kernel/
Dentry-armv.S480 @ Load offset & priority of the highest priority
/linux-2.4.37.9/Documentation/filesystems/
Dproc.txt914 Minimum (highest) value to which the console_loglevel can be set.
1118 numbers, the first number is the lowest port, the second number the highest
/linux-2.4.37.9/arch/m68k/ifpsp060/src/
Dpfpsp.S1320 # we determine the highest priority exception(if any) set by the
1347 bfffo %d0{&24:&8},%d0 # find highest priority exception
1865 # we determine the highest priority exception(if any) set by the
1925 bfffo %d0{&24:&8},%d0 # find highest priority exception
2105 # determine the highest priority exception(if any) set by the
2649 bfffo %d0{&24:&8},%d0 # find highest priority exception
/linux-2.4.37.9/Documentation/m68k/
Dkernel-options.txt611 usually 7, the highest possible ID. Every ID on the SCSI bus must
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES616 the highest speed.

12