start_address      12 arch/arm/include/asm/ptdump.h 	unsigned long start_address;
start_address      48 arch/arm/mm/dump.c 	unsigned long start_address;
start_address     249 arch/arm/mm/dump.c 			(void *)st->start_address);
start_address     251 arch/arm/mm/dump.c 	st->wx_pages += (addr - st->start_address) / PAGE_SIZE;
start_address     267 arch/arm/mm/dump.c 		   addr >= st->marker[1].start_address) {
start_address     274 arch/arm/mm/dump.c 				   st->start_address, addr);
start_address     276 arch/arm/mm/dump.c 			delta = (addr - st->start_address) >> 10;
start_address     290 arch/arm/mm/dump.c 		if (addr >= st->marker[1].start_address) {
start_address     295 arch/arm/mm/dump.c 		st->start_address = addr;
start_address     417 arch/arm/mm/dump.c 	address_markers[2].start_address = VMALLOC_START;
start_address      14 arch/arm64/include/asm/ptdump.h 	unsigned long start_address;
start_address      80 arch/arm64/mm/dump.c 	unsigned long start_address;
start_address     223 arch/arm64/mm/dump.c 		  (void *)st->start_address, (void *)st->start_address);
start_address     225 arch/arm64/mm/dump.c 	st->uxn_pages += (addr - st->start_address) / PAGE_SIZE;
start_address     238 arch/arm64/mm/dump.c 		  (void *)st->start_address, (void *)st->start_address);
start_address     240 arch/arm64/mm/dump.c 	st->wx_pages += (addr - st->start_address) / PAGE_SIZE;
start_address     252 arch/arm64/mm/dump.c 		st->start_address = addr;
start_address     255 arch/arm64/mm/dump.c 		   addr >= st->marker[1].start_address) {
start_address     263 arch/arm64/mm/dump.c 				   st->start_address, addr);
start_address     265 arch/arm64/mm/dump.c 			delta = (addr - st->start_address) >> 10;
start_address     278 arch/arm64/mm/dump.c 		if (addr >= st->marker[1].start_address) {
start_address     283 arch/arm64/mm/dump.c 		st->start_address = addr;
start_address     288 arch/arm64/mm/dump.c 	if (addr >= st->marker[1].start_address) {
start_address     414 arch/arm64/mm/dump.c 	address_markers[PAGE_END_NR].start_address = PAGE_END;
start_address     416 arch/arm64/mm/dump.c 	address_markers[KASAN_START_NR].start_address = KASAN_SHADOW_START;
start_address      30 arch/ia64/kernel/machine_kexec.c 					unsigned long start_address,
start_address      98 arch/powerpc/include/asm/kexec.h 			 unsigned long start_address) __noreturn;
start_address     136 arch/powerpc/include/asm/opal.h int64_t opal_start_cpu(uint64_t thread_number, uint64_t start_address);
start_address      20 arch/powerpc/kernel/machine_kexec_32.c 				unsigned long start_address) __noreturn;
start_address      29 arch/powerpc/mm/ptdump/hashpagetable.c 	unsigned long start_address;
start_address      35 arch/powerpc/mm/ptdump/hashpagetable.c 	unsigned long start_address;
start_address     189 arch/powerpc/mm/ptdump/hashpagetable.c 	while (ea >= st->marker[1].start_address) {
start_address     487 arch/powerpc/mm/ptdump/hashpagetable.c 	address_markers[0].start_address = PAGE_OFFSET;
start_address     488 arch/powerpc/mm/ptdump/hashpagetable.c 	address_markers[1].start_address = VMALLOC_START;
start_address     489 arch/powerpc/mm/ptdump/hashpagetable.c 	address_markers[2].start_address = VMALLOC_END;
start_address     490 arch/powerpc/mm/ptdump/hashpagetable.c 	address_markers[3].start_address = ISA_IO_BASE;
start_address     491 arch/powerpc/mm/ptdump/hashpagetable.c 	address_markers[4].start_address = ISA_IO_END;
start_address     492 arch/powerpc/mm/ptdump/hashpagetable.c 	address_markers[5].start_address = PHB_IO_BASE;
start_address     493 arch/powerpc/mm/ptdump/hashpagetable.c 	address_markers[6].start_address = PHB_IO_END;
start_address     494 arch/powerpc/mm/ptdump/hashpagetable.c 	address_markers[7].start_address = IOREMAP_BASE;
start_address     495 arch/powerpc/mm/ptdump/hashpagetable.c 	address_markers[8].start_address = IOREMAP_END;
start_address     496 arch/powerpc/mm/ptdump/hashpagetable.c 	address_markers[9].start_address =  H_VMEMMAP_START;
start_address     503 arch/powerpc/mm/ptdump/hashpagetable.c 		.start_address = PAGE_OFFSET,
start_address      58 arch/powerpc/mm/ptdump/ptdump.c 	unsigned long start_address;
start_address      69 arch/powerpc/mm/ptdump/ptdump.c 	unsigned long start_address;
start_address     158 arch/powerpc/mm/ptdump/ptdump.c 	pt_dump_seq_printf(st->seq, REG "-" REG " ", st->start_address, addr - 1);
start_address     159 arch/powerpc/mm/ptdump/ptdump.c 	if (st->start_pa == st->last_pa && st->start_address + st->page_size != addr) {
start_address     164 arch/powerpc/mm/ptdump/ptdump.c 		delta = (addr - st->start_address) >> 10;
start_address     186 arch/powerpc/mm/ptdump/ptdump.c 		  (void *)st->start_address, (void *)st->start_address);
start_address     188 arch/powerpc/mm/ptdump/ptdump.c 	st->wx_pages += (addr - st->start_address) / PAGE_SIZE;
start_address     201 arch/powerpc/mm/ptdump/ptdump.c 		st->start_address = addr;
start_address     215 arch/powerpc/mm/ptdump/ptdump.c 		   addr >= st->marker[1].start_address ||
start_address     237 arch/powerpc/mm/ptdump/ptdump.c 		while (addr >= st->marker[1].start_address) {
start_address     241 arch/powerpc/mm/ptdump/ptdump.c 		st->start_address = addr;
start_address     300 arch/powerpc/mm/ptdump/ptdump.c 	unsigned long addr = st->start_address & PGDIR_MASK;
start_address     320 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = PAGE_OFFSET;
start_address     321 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = VMALLOC_START;
start_address     322 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = VMALLOC_END;
start_address     324 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = ISA_IO_BASE;
start_address     325 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = ISA_IO_END;
start_address     326 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = PHB_IO_BASE;
start_address     327 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = PHB_IO_END;
start_address     328 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = IOREMAP_BASE;
start_address     329 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = IOREMAP_END;
start_address     332 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address =  H_VMEMMAP_START;
start_address     334 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address =  VMEMMAP_BASE;
start_address     337 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = ioremap_bot;
start_address     338 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = IOREMAP_TOP;
start_address     340 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = PKMAP_BASE;
start_address     341 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = PKMAP_ADDR(LAST_PKMAP);
start_address     343 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = FIXADDR_START;
start_address     344 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = FIXADDR_TOP;
start_address     346 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = KASAN_SHADOW_START;
start_address     347 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = KASAN_SHADOW_END;
start_address     357 arch/powerpc/mm/ptdump/ptdump.c 		.start_address = PAGE_OFFSET,
start_address     362 arch/powerpc/mm/ptdump/ptdump.c 		st.start_address = KERN_VIRT_START;
start_address     401 arch/powerpc/mm/ptdump/ptdump.c 		.start_address = PAGE_OFFSET,
start_address     406 arch/powerpc/mm/ptdump/ptdump.c 		st.start_address = KERN_VIRT_START;
start_address     141 arch/powerpc/platforms/ps3/mm.c 	u64 start_address;
start_address     148 arch/powerpc/platforms/ps3/mm.c 		&start_address, &size, &access_right, &max_page_size,
start_address      14 arch/s390/mm/dump_pagetables.c 	unsigned long start_address;
start_address      48 arch/s390/mm/dump_pagetables.c 	unsigned long start_address;
start_address      91 arch/s390/mm/dump_pagetables.c 		   st->current_address >= st->marker[1].start_address) {
start_address      94 arch/s390/mm/dump_pagetables.c 			   width, st->start_address,
start_address      96 arch/s390/mm/dump_pagetables.c 		delta = (st->current_address - st->start_address) >> 10;
start_address     103 arch/s390/mm/dump_pagetables.c 		while (st->current_address >= st->marker[1].start_address) {
start_address     107 arch/s390/mm/dump_pagetables.c 		st->start_address = st->current_address;
start_address     286 arch/s390/mm/dump_pagetables.c 	address_markers[MODULES_NR].start_address = MODULES_VADDR;
start_address     287 arch/s390/mm/dump_pagetables.c 	address_markers[VMEMMAP_NR].start_address = (unsigned long) vmemmap;
start_address     288 arch/s390/mm/dump_pagetables.c 	address_markers[VMALLOC_NR].start_address = VMALLOC_START;
start_address      27 arch/sh/kernel/machine_kexec.c 				      unsigned long start_address);
start_address     127 arch/x86/include/asm/kexec.h 		unsigned long start_address,
start_address     134 arch/x86/include/asm/kexec.h 		unsigned long start_address,
start_address     181 arch/x86/kernel/machine_kexec_32.c 				       unsigned long start_address,
start_address      32 arch/x86/mm/dump_pagetables.c 	unsigned long start_address;
start_address      42 arch/x86/mm/dump_pagetables.c 	unsigned long start_address;
start_address     243 arch/x86/mm/dump_pagetables.c 	npages = (st->current_address - st->start_address) / PAGE_SIZE;
start_address     250 arch/x86/mm/dump_pagetables.c 	if (pcibios_enabled && st->start_address >= PAGE_OFFSET + BIOS_BEGIN &&
start_address     260 arch/x86/mm/dump_pagetables.c 		  (void *)st->start_address);
start_address     293 arch/x86/mm/dump_pagetables.c 		   st->current_address >= st->marker[1].start_address) {
start_address     308 arch/x86/mm/dump_pagetables.c 					   width, st->start_address,
start_address     311 arch/x86/mm/dump_pagetables.c 			delta = st->current_address - st->start_address;
start_address     328 arch/x86/mm/dump_pagetables.c 		if (st->current_address >= st->marker[1].start_address) {
start_address     344 arch/x86/mm/dump_pagetables.c 		st->start_address = st->current_address;
start_address     611 arch/x86/mm/dump_pagetables.c 	address_markers[LOW_KERNEL_NR].start_address = PAGE_OFFSET;
start_address     612 arch/x86/mm/dump_pagetables.c 	address_markers[VMALLOC_START_NR].start_address = VMALLOC_START;
start_address     613 arch/x86/mm/dump_pagetables.c 	address_markers[VMEMMAP_START_NR].start_address = VMEMMAP_START;
start_address     615 arch/x86/mm/dump_pagetables.c 	address_markers[LDT_NR].start_address = LDT_BASE_ADDR;
start_address     618 arch/x86/mm/dump_pagetables.c 	address_markers[KASAN_SHADOW_START_NR].start_address = KASAN_SHADOW_START;
start_address     619 arch/x86/mm/dump_pagetables.c 	address_markers[KASAN_SHADOW_END_NR].start_address = KASAN_SHADOW_END;
start_address     623 arch/x86/mm/dump_pagetables.c 	address_markers[VMALLOC_START_NR].start_address = VMALLOC_START;
start_address     624 arch/x86/mm/dump_pagetables.c 	address_markers[VMALLOC_END_NR].start_address = VMALLOC_END;
start_address     626 arch/x86/mm/dump_pagetables.c 	address_markers[PKMAP_BASE_NR].start_address = PKMAP_BASE;
start_address     628 arch/x86/mm/dump_pagetables.c 	address_markers[FIXADDR_START_NR].start_address = FIXADDR_START;
start_address     629 arch/x86/mm/dump_pagetables.c 	address_markers[CPU_ENTRY_AREA_NR].start_address = CPU_ENTRY_AREA_BASE;
start_address     631 arch/x86/mm/dump_pagetables.c 	address_markers[LDT_NR].start_address = LDT_BASE_ADDR;
start_address     682 drivers/acpi/acpica/aclocal.h 	acpi_physical_address start_address;
start_address      22 drivers/acpi/acpica/actables.h u8 *acpi_tb_scan_memory_for_rsdp(u8 *start_address, u32 length);
start_address     228 drivers/acpi/acpica/tbxfroot.c u8 *acpi_tb_scan_memory_for_rsdp(u8 *start_address, u32 length)
start_address     236 drivers/acpi/acpica/tbxfroot.c 	end_address = start_address + length;
start_address     240 drivers/acpi/acpica/tbxfroot.c 	for (mem_rover = start_address; mem_rover < end_address;
start_address     265 drivers/acpi/acpica/tbxfroot.c 			  start_address));
start_address      61 drivers/acpi/acpica/utaddress.c 	range_info->start_address = address;
start_address     125 drivers/acpi/acpica/utaddress.c 							     start_address),
start_address     193 drivers/acpi/acpica/utaddress.c 		    (end_address >= range_info->start_address)) {
start_address     210 drivers/acpi/acpica/utaddress.c 								 start_address),
start_address    2888 drivers/acpi/nfit/core.c 		mapping->start = nfit_mem->bdw->start_address;
start_address    1911 drivers/atm/ambassador.c   unsigned long start_address;
start_address    1928 drivers/atm/ambassador.c   start_address = be32_to_cpup((__be32 *)rec->data);
start_address    1956 drivers/atm/ambassador.c     res = loader_start(lb, dev, start_address);
start_address      43 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c 	u32 start_address;
start_address      72 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c 	start_address = ret;
start_address      81 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c 	nvkm_falcon_set_start_addr(falcon, start_address);
start_address     136 drivers/input/rmi4/rmi_f34.c 	u8 start_address[] = { 0, 0 };
start_address     141 drivers/input/rmi4/rmi_f34.c 			      start_address, sizeof(start_address));
start_address     232 drivers/input/touchscreen/atmel_mxt_ts.c 	u16 start_address;
start_address     752 drivers/input/touchscreen/atmel_mxt_ts.c 	reg = object->start_address;
start_address    1353 drivers/input/touchscreen/atmel_mxt_ts.c 		reg = object->start_address + mxt_obj_size(object) * instance;
start_address    1630 drivers/input/touchscreen/atmel_mxt_ts.c 		le16_to_cpus(&object->start_address);
start_address    1644 drivers/input/touchscreen/atmel_mxt_ts.c 			object->type, object->start_address,
start_address    1662 drivers/input/touchscreen/atmel_mxt_ts.c 			data->T5_address = object->start_address;
start_address    1666 drivers/input/touchscreen/atmel_mxt_ts.c 			data->T6_address = object->start_address;
start_address    1669 drivers/input/touchscreen/atmel_mxt_ts.c 			data->T7_address = object->start_address;
start_address    1672 drivers/input/touchscreen/atmel_mxt_ts.c 			data->T71_address = object->start_address;
start_address    1683 drivers/input/touchscreen/atmel_mxt_ts.c 			data->T44_address = object->start_address;
start_address    1697 drivers/input/touchscreen/atmel_mxt_ts.c 		end_address = object->start_address
start_address    1822 drivers/input/touchscreen/atmel_mxt_ts.c 			       object->start_address + MXT_T9_XSIZE,
start_address    1828 drivers/input/touchscreen/atmel_mxt_ts.c 			       object->start_address + MXT_T9_YSIZE,
start_address    1834 drivers/input/touchscreen/atmel_mxt_ts.c 			       object->start_address + MXT_T9_RANGE,
start_address    1843 drivers/input/touchscreen/atmel_mxt_ts.c 				object->start_address + MXT_T9_ORIENT,
start_address    1870 drivers/input/touchscreen/atmel_mxt_ts.c 			       object->start_address + MXT_T100_XRANGE,
start_address    1878 drivers/input/touchscreen/atmel_mxt_ts.c 			       object->start_address + MXT_T100_YRANGE,
start_address    1886 drivers/input/touchscreen/atmel_mxt_ts.c 			       object->start_address + MXT_T100_XSIZE,
start_address    1892 drivers/input/touchscreen/atmel_mxt_ts.c 			       object->start_address + MXT_T100_YSIZE,
start_address    1899 drivers/input/touchscreen/atmel_mxt_ts.c 				object->start_address + MXT_T100_CFG1,
start_address    1910 drivers/input/touchscreen/atmel_mxt_ts.c 				object->start_address + MXT_T100_TCHAUX,
start_address    2562 drivers/input/touchscreen/atmel_mxt_ts.c 	dbg->diag_cmd_address = object->start_address + MXT_COMMAND_DIAGNOSTIC;
start_address    2573 drivers/input/touchscreen/atmel_mxt_ts.c 	dbg->t37_address = object->start_address;
start_address    2731 drivers/input/touchscreen/atmel_mxt_ts.c 			u16 addr = object->start_address + j * size;
start_address     916 drivers/media/common/siano/smscoreapi.c 	firmware->start_address = le32_to_cpup((__le32 *)&firmware->start_address);
start_address     919 drivers/media/common/siano/smscoreapi.c 	mem_address = firmware->start_address;
start_address     981 drivers/media/common/siano/smscoreapi.c 	msg->msg_data[0] = firmware->start_address;
start_address    1001 drivers/media/common/siano/smscoreapi.c 		trigger_msg->msg_data[0] = firmware->start_address;
start_address     673 drivers/media/common/siano/smscoreapi.h 	u32			start_address;
start_address     151 drivers/media/dvb-frontends/rtl2832.c 	reg_start_addr = registers[reg].start_address;
start_address     181 drivers/media/dvb-frontends/rtl2832.c 	reg_start_addr = registers[reg].start_address;
start_address      38 drivers/media/dvb-frontends/rtl2832_priv.h 	u16 start_address;
start_address     327 drivers/pci/hotplug/ibmphp_hpc.c 	u16 start_address;
start_address     331 drivers/pci/hotplug/ibmphp_hpc.c 	start_address = ctlr_ptr->u.isa_ctlr.io_start;
start_address     333 drivers/pci/hotplug/ibmphp_hpc.c 	data = inb(start_address + offset);
start_address     342 drivers/pci/hotplug/ibmphp_hpc.c 	u16 start_address;
start_address     345 drivers/pci/hotplug/ibmphp_hpc.c 	start_address = ctlr_ptr->u.isa_ctlr.io_start;
start_address     346 drivers/pci/hotplug/ibmphp_hpc.c 	port_address = start_address + (u16) offset;
start_address    1185 drivers/pci/hotplug/ibmphp_pci.c 	u32 start_address;
start_address    1217 drivers/pci/hotplug/ibmphp_pci.c 		pci_bus_read_config_dword(ibmphp_pci_bus, devfn, address[count], &start_address);
start_address    1223 drivers/pci/hotplug/ibmphp_pci.c 		pci_bus_write_config_dword(ibmphp_pci_bus, devfn, address[count], start_address);
start_address    1225 drivers/pci/hotplug/ibmphp_pci.c 		debug("start_address is %x\n", start_address);
start_address    1232 drivers/pci/hotplug/ibmphp_pci.c 		tmp_address = start_address;
start_address    1233 drivers/pci/hotplug/ibmphp_pci.c 		if (start_address & PCI_BASE_ADDRESS_SPACE_IO) {
start_address    1235 drivers/pci/hotplug/ibmphp_pci.c 			start_address &= PCI_BASE_ADDRESS_IO_MASK;
start_address    1238 drivers/pci/hotplug/ibmphp_pci.c 			end_address = start_address + size - 1;
start_address    1239 drivers/pci/hotplug/ibmphp_pci.c 			if (ibmphp_find_resource(bus, start_address, &io, IO))
start_address    1244 drivers/pci/hotplug/ibmphp_pci.c 			start_address = io->end + 1;
start_address    1248 drivers/pci/hotplug/ibmphp_pci.c 				if (ibmphp_find_resource(bus, start_address,
start_address    1254 drivers/pci/hotplug/ibmphp_pci.c 				start_address = io->end + 1;
start_address    1261 drivers/pci/hotplug/ibmphp_pci.c 			if (start_address & PCI_BASE_ADDRESS_MEM_PREFETCH) {
start_address    1263 drivers/pci/hotplug/ibmphp_pci.c 				debug("start address of pfmem is %x\n", start_address);
start_address    1264 drivers/pci/hotplug/ibmphp_pci.c 				start_address &= PCI_BASE_ADDRESS_MEM_MASK;
start_address    1266 drivers/pci/hotplug/ibmphp_pci.c 				if (ibmphp_find_resource(bus, start_address, &pfmem, PFMEM) < 0) {
start_address    1277 drivers/pci/hotplug/ibmphp_pci.c 				debug("start address of mem is %x\n", start_address);
start_address    1278 drivers/pci/hotplug/ibmphp_pci.c 				start_address &= PCI_BASE_ADDRESS_MEM_MASK;
start_address    1280 drivers/pci/hotplug/ibmphp_pci.c 				if (ibmphp_find_resource(bus, start_address, &mem, MEM) < 0) {
start_address    1308 drivers/pci/hotplug/ibmphp_pci.c 	u32 start_address, tmp_address;
start_address    1357 drivers/pci/hotplug/ibmphp_pci.c 		pci_bus_read_config_dword(ibmphp_pci_bus, devfn, address[count], &start_address);
start_address    1359 drivers/pci/hotplug/ibmphp_pci.c 		if (!start_address) {
start_address    1364 drivers/pci/hotplug/ibmphp_pci.c 		tmp_address = start_address;
start_address    1366 drivers/pci/hotplug/ibmphp_pci.c 		if (start_address & PCI_BASE_ADDRESS_SPACE_IO) {
start_address    1368 drivers/pci/hotplug/ibmphp_pci.c 			start_address &= PCI_BASE_ADDRESS_IO_MASK;
start_address    1369 drivers/pci/hotplug/ibmphp_pci.c 			if (ibmphp_find_resource(bus, start_address, &io, IO) < 0) {
start_address    1381 drivers/pci/hotplug/ibmphp_pci.c 			if (start_address & PCI_BASE_ADDRESS_MEM_PREFETCH) {
start_address    1383 drivers/pci/hotplug/ibmphp_pci.c 				start_address &= PCI_BASE_ADDRESS_MEM_MASK;
start_address    1384 drivers/pci/hotplug/ibmphp_pci.c 				if (ibmphp_find_resource(bus, start_address, &pfmem, PFMEM) < 0) {
start_address    1395 drivers/pci/hotplug/ibmphp_pci.c 				start_address &= PCI_BASE_ADDRESS_MEM_MASK;
start_address    1396 drivers/pci/hotplug/ibmphp_pci.c 				if (ibmphp_find_resource(bus, start_address, &mem, MEM) < 0) {
start_address    1479 drivers/pci/hotplug/ibmphp_res.c int ibmphp_find_resource(struct bus_node *bus, u32 start_address, struct resource_node **res, int flag)
start_address    1508 drivers/pci/hotplug/ibmphp_res.c 		if (res_cur->start == start_address) {
start_address    1522 drivers/pci/hotplug/ibmphp_res.c 				if (res_cur->start == start_address) {
start_address    1910 drivers/pci/hotplug/ibmphp_res.c 	u32 start_address, end_address, upper_start, upper_end;
start_address    1966 drivers/pci/hotplug/ibmphp_res.c 						start_address = (start_io_address & PCI_IO_RANGE_MASK) << 8;
start_address    1967 drivers/pci/hotplug/ibmphp_res.c 						start_address |= (upper_io_start << 16);
start_address    1971 drivers/pci/hotplug/ibmphp_res.c 						if ((start_address) && (start_address <= end_address)) {
start_address    1976 drivers/pci/hotplug/ibmphp_res.c 							range->start = start_address;
start_address    1995 drivers/pci/hotplug/ibmphp_res.c 							if (ibmphp_find_resource(bus_cur, start_address, &io, IO)) {
start_address    2004 drivers/pci/hotplug/ibmphp_res.c 								io->start = start_address;
start_address    2014 drivers/pci/hotplug/ibmphp_res.c 						start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16;
start_address    2017 drivers/pci/hotplug/ibmphp_res.c 						if ((start_address) && (start_address <= end_address)) {
start_address    2023 drivers/pci/hotplug/ibmphp_res.c 							range->start = start_address;
start_address    2043 drivers/pci/hotplug/ibmphp_res.c 							if (ibmphp_find_resource(bus_cur, start_address, &mem, MEM)) {
start_address    2052 drivers/pci/hotplug/ibmphp_res.c 								mem->start = start_address;
start_address    2062 drivers/pci/hotplug/ibmphp_res.c 						start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16;
start_address    2065 drivers/pci/hotplug/ibmphp_res.c 						start_address |= ((long) upper_start) << 32;
start_address    2069 drivers/pci/hotplug/ibmphp_res.c 						if ((start_address) && (start_address <= end_address)) {
start_address    2075 drivers/pci/hotplug/ibmphp_res.c 							range->start = start_address;
start_address    2094 drivers/pci/hotplug/ibmphp_res.c 							if (ibmphp_find_resource(bus_cur, start_address, &pfmem, PFMEM)) {
start_address    2103 drivers/pci/hotplug/ibmphp_res.c 								pfmem->start = start_address;
start_address     325 drivers/usb/serial/io_ti.c static int read_download_mem(struct usb_device *dev, int start_address,
start_address     332 drivers/usb/serial/io_ti.c 	dev_dbg(&dev->dev, "%s - @ %x for %d\n", __func__, start_address, length);
start_address     345 drivers/usb/serial/io_ti.c 			dev_dbg(&dev->dev, "%s - @ %x for %d\n", __func__, start_address, read_length);
start_address     351 drivers/usb/serial/io_ti.c 		be_start_address = swab16((u16)start_address);
start_address     366 drivers/usb/serial/io_ti.c 		start_address += read_length;
start_address     374 drivers/usb/serial/io_ti.c static int read_ram(struct usb_device *dev, int start_address,
start_address     377 drivers/usb/serial/io_ti.c 	return read_download_mem(dev, start_address, length,
start_address     383 drivers/usb/serial/io_ti.c 				int start_address, int length, __u8 *buffer)
start_address     391 drivers/usb/serial/io_ti.c 				(__u16)(start_address+i), &buffer[i], 0x01);
start_address     399 drivers/usb/serial/io_ti.c 		__func__, start_address, length);
start_address     409 drivers/usb/serial/io_ti.c 				int start_address, int length, __u8 *buffer)
start_address     429 drivers/usb/serial/io_ti.c 				buffer[i], (u16)(i + start_address), NULL,
start_address     435 drivers/usb/serial/io_ti.c 	dev_dbg(&serial->serial->dev->dev, "%s - start_sddr = %x, length = %d\n", __func__, start_address, length);
start_address     443 drivers/usb/serial/io_ti.c 		int start_address, int length, __u8 address_type, __u8 *buffer)
start_address     454 drivers/usb/serial/io_ti.c 				(start_address & (EPROM_PAGE_SIZE - 1));
start_address     460 drivers/usb/serial/io_ti.c 		__func__, start_address, write_length);
start_address     469 drivers/usb/serial/io_ti.c 	be_start_address = swab16((u16)start_address);
start_address     479 drivers/usb/serial/io_ti.c 	start_address	+= write_length;
start_address     493 drivers/usb/serial/io_ti.c 			__func__, start_address, write_length);
start_address     502 drivers/usb/serial/io_ti.c 		be_start_address = swab16((u16)start_address);
start_address     512 drivers/usb/serial/io_ti.c 		start_address	+= write_length;
start_address     600 drivers/usb/serial/io_ti.c 				int start_address, int length, __u8 *buffer)
start_address     606 drivers/usb/serial/io_ti.c 					       start_address,
start_address     611 drivers/usb/serial/io_ti.c 		status = read_boot_mem(serial, start_address, length,
start_address     617 drivers/usb/serial/io_ti.c static int write_rom(struct edgeport_serial *serial, int start_address,
start_address     621 drivers/usb/serial/io_ti.c 		return write_boot_mem(serial, start_address, length,
start_address     625 drivers/usb/serial/io_ti.c 		return write_i2c_mem(serial, start_address, length,
start_address     634 drivers/usb/serial/io_ti.c 	int start_address;
start_address     638 drivers/usb/serial/io_ti.c 	start_address = 2;
start_address     641 drivers/usb/serial/io_ti.c 				   start_address,
start_address     648 drivers/usb/serial/io_ti.c 			return start_address;
start_address     650 drivers/usb/serial/io_ti.c 		start_address = start_address + sizeof(struct ti_i2c_desc) +
start_address     653 drivers/usb/serial/io_ti.c 	} while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type);
start_address     680 drivers/usb/serial/io_ti.c 	int start_address = 2;
start_address     708 drivers/usb/serial/io_ti.c 				start_address,
start_address     714 drivers/usb/serial/io_ti.c 		if ((start_address + sizeof(struct ti_i2c_desc) +
start_address     728 drivers/usb/serial/io_ti.c 			status = read_rom(serial, start_address +
start_address     739 drivers/usb/serial/io_ti.c 		start_address = start_address + sizeof(struct ti_i2c_desc) +
start_address     743 drivers/usb/serial/io_ti.c 				(start_address < TI_MAX_I2C_SIZE));
start_address     746 drivers/usb/serial/io_ti.c 				(start_address > TI_MAX_I2C_SIZE))
start_address     758 drivers/usb/serial/io_ti.c 	int start_address;
start_address     767 drivers/usb/serial/io_ti.c 	start_address = get_descriptor_addr(serial, I2C_DESC_TYPE_ION,
start_address     770 drivers/usb/serial/io_ti.c 	if (!start_address) {
start_address     777 drivers/usb/serial/io_ti.c 	status = read_rom(serial, start_address+sizeof(struct ti_i2c_desc),
start_address    1074 drivers/usb/serial/io_ti.c 	int start_address;
start_address    1118 drivers/usb/serial/io_ti.c 	start_address = get_descriptor_addr(serial,
start_address    1120 drivers/usb/serial/io_ti.c 	if (start_address != 0) {
start_address    1139 drivers/usb/serial/io_ti.c 		status = read_rom(serial, start_address +
start_address    1202 drivers/usb/serial/io_ti.c 			status = write_rom(serial, start_address,
start_address    1218 drivers/usb/serial/io_ti.c 						start_address,
start_address    1263 drivers/usb/serial/io_ti.c 		start_address = get_descriptor_addr(serial,
start_address    1265 drivers/usb/serial/io_ti.c 		if (start_address != 0) {
start_address    1314 drivers/usb/serial/io_ti.c 						start_address,
start_address    1329 drivers/usb/serial/io_ti.c 			status = read_rom(serial, start_address,
start_address     411 include/acpi/actbl2.h 	u64 start_address;
start_address    1095 include/acpi/actbl2.h 	u64 start_address;
start_address    1834 sound/pci/asihpi/hpi6205.c 	u32 start_address, u32 length)
start_address    1847 sound/pci/asihpi/hpi6205.c 		test_addr = start_address + i * 4;
start_address    1869 sound/pci/asihpi/hpi6205.c 		test_addr = start_address + i * 4;
start_address    1887 sound/pci/asihpi/hpi6205.c 		test_addr = start_address + i * 4;
start_address    2266 tools/testing/nvdimm/test/nfit.c 	bdw->start_address = 0;
start_address    2278 tools/testing/nvdimm/test/nfit.c 	bdw->start_address = 0;
start_address    2290 tools/testing/nvdimm/test/nfit.c 	bdw->start_address = 0;
start_address    2302 tools/testing/nvdimm/test/nfit.c 	bdw->start_address = 0;
start_address    2391 tools/testing/nvdimm/test/nfit.c 		bdw->start_address = 0;