Searched refs:end_address (Results 1 - 8 of 8) sorted by relevance

/drivers/acpi/acpica/
H A Dutaddress.c97 range_info->end_address = (address + length - 1);
113 ACPI_CAST_PTR(void, range_info->end_address)));
171 end_address)));
209 acpi_physical_address end_address; local
221 end_address = address + length - 1;
235 if ((address <= range_info->end_address) &&
236 (end_address >= range_info->start_address)) {
249 ACPI_CAST_PTR(void, end_address),
H A Dtbxfroot.c239 u8 *end_address; local
243 end_address = start_address + length;
247 for (mem_rover = start_address; mem_rover < end_address;
H A Daclocal.h640 acpi_physical_address end_address; member in struct:acpi_address_range
/drivers/pci/hotplug/
H A Dibmphp_res.c1931 u32 start_address, end_address, upper_start, upper_end; local
1988 end_address = (end_io_address & PCI_IO_RANGE_MASK) << 8;
1989 end_address |= (upper_io_end << 16);
1991 if ((start_address) && (start_address <= end_address)) {
1998 range->end = end_address + 0xfff;
2027 io->end = end_address + 0xfff;
2037 end_address = 0x00000000 | (end_mem_address & PCI_MEMORY_RANGE_MASK) << 16;
2039 if ((start_address) && (start_address <= end_address)) {
2047 range->end = end_address + 0xfffff;
2077 mem->end = end_address
[all...]
H A Dibmphp_hpc.c359 u16 end_address; local
363 end_address = ctlr_ptr->u.isa_ctlr.io_end;
H A Dibmphp_pci.c1231 u32 end_address; local
1269 end_address = start_address + size - 1;
1279 while (temp_end < end_address) {
/drivers/iommu/
H A Ddmar.c273 (unsigned long long)rmrr->end_address);
H A Dintel-iommu.c2186 rmrr->end_address);
3456 rmrru->end_address = rmrr->end_address;

Completed in 200 milliseconds