Searched refs:base1 (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/include/asm-ppc64/ |
D | lmb.h | 73 lmb_addrs_overlap(unsigned long base1, unsigned long size1, in lmb_addrs_overlap() argument 76 return ((base1 < (base2+size2)) && (base2 < (base1+size1))); in lmb_addrs_overlap() 82 unsigned long base1 = rgn->region[r1].base; in lmb_regions_overlap() local 87 return lmb_addrs_overlap(base1,size1,base2,size2); in lmb_regions_overlap() 91 lmb_addrs_adjacent(unsigned long base1, unsigned long size1, in lmb_addrs_adjacent() argument 94 if ( base2 == base1 + size1 ) { in lmb_addrs_adjacent() 96 } else if ( base1 == base2 + size2 ) { in lmb_addrs_adjacent() 105 unsigned long base1 = rgn->region[r1].base; in lmb_regions_adjacent() local 112 return (type1 == type2) && lmb_addrs_adjacent(base1,size1,base2,size2); in lmb_regions_adjacent()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | gate.S | 37 # define base1 r3 macro 84 adds base1=RBS_BASE_OFF+SIGCONTEXT_OFF,sp 88 ld8 r15=[base1] // get address of new RBS base (or NULL) 98 adds base1=(ARG1_OFF-(RBS_BASE_OFF+SIGCONTEXT_OFF)),base1 100 ld8 out1=[base1] // load arg1 (siginfop) 110 adds base1=(FR6_OFF+16+SIGCONTEXT_OFF),sp 113 stf.spill [base1]=f7,32 116 stf.spill [base1]=f9,32 120 stf.spill [base1]=f11,32 123 stf.spill [base1]=f13,32 [all …]
|
/linux-2.4.37.9/include/asm-i386/ |
D | hc_sl811-hw.h | 127 static int inline sl811_request_regions (hcipriv_t *hp, int base1, int base2) in sl811_request_regions() argument 130 if (!request_region (base1, SIZEOF_IO_REGION, "SL811")) { in sl811_request_regions() 131 DBGERR ("request address 0x%X %d failed\n", base1, SIZEOF_IO_REGION); in sl811_request_regions() 134 hp->hcport = base1; in sl811_request_regions()
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | desc.h | 36 unsigned base1 : 8, type : 4, s : 1, dpl : 2, p : 1; member 44 unsigned base1 : 8, type : 5, dpl : 2, p : 1; member 121 dst->base1 = PTR_MIDDLE(ptr) & 0xFF; in set_tssldt_descriptor()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | bios32.c | 202 u32 base0, base1; in pci_fixup_cy82c693() local 206 base1 = 0x3f4; in pci_fixup_cy82c693() 209 base1 = 0x374; in pci_fixup_cy82c693() 215 base1 | PCI_BASE_ADDRESS_SPACE_IO); in pci_fixup_cy82c693()
|
/linux-2.4.37.9/Documentation/s390/ |
D | c7000.txt | 46 Additional interfaces can be defined via parameters base1 - base3,
|
/linux-2.4.37.9/drivers/s390/net/ |
D | c7000.c | 362 static int base1 = -1; variable 444 MODULE_PARM(base1, "1i"); 445 MODULE_PARM_DESC(base1, "Base unit address for 2nd C7000 box."); 3142 if (base1 != -1) in init_module() 3143 bases[1] = base1; in init_module()
|
/linux-2.4.37.9/drivers/scsi/ |
D | gdth.c | 834 ulong base0, base1, base2; in GDTH_INITFUNC() local 857 base1 = pci_resource_flags(pdev, 1); in GDTH_INITFUNC() 867 !(base1 & IORESOURCE_IO)) in GDTH_INITFUNC() 894 base1 = pdev->base_address[1]; in GDTH_INITFUNC() 907 (base1 & PCI_BASE_ADDRESS_SPACE) != in GDTH_INITFUNC() 912 pcistr[*cnt].io = base1 & PCI_BASE_ADDRESS_IO_MASK; in GDTH_INITFUNC()
|