cur_section      1472 drivers/net/wireless/ath/ath10k/pci.c 	const struct ath10k_mem_section *cur_section, *next_section;
cur_section      1479 drivers/net/wireless/ath/ath10k/pci.c 	cur_section = &mem_region->section_table.sections[0];
cur_section      1481 drivers/net/wireless/ath/ath10k/pci.c 	if (mem_region->start > cur_section->start) {
cur_section      1483 drivers/net/wireless/ath/ath10k/pci.c 			    mem_region->start, cur_section->start);
cur_section      1487 drivers/net/wireless/ath/ath10k/pci.c 	skip_size = cur_section->start - mem_region->start;
cur_section      1499 drivers/net/wireless/ath/ath10k/pci.c 	for (i = 0; cur_section != NULL; i++) {
cur_section      1500 drivers/net/wireless/ath/ath10k/pci.c 		section_size = cur_section->end - cur_section->start;
cur_section      1504 drivers/net/wireless/ath/ath10k/pci.c 				    cur_section->start,
cur_section      1505 drivers/net/wireless/ath/ath10k/pci.c 				    cur_section->end);
cur_section      1514 drivers/net/wireless/ath/ath10k/pci.c 			next_section = cur_section + 1;
cur_section      1516 drivers/net/wireless/ath/ath10k/pci.c 			if (cur_section->end > next_section->start) {
cur_section      1519 drivers/net/wireless/ath/ath10k/pci.c 					    cur_section->end);
cur_section      1523 drivers/net/wireless/ath/ath10k/pci.c 			skip_size = next_section->start - cur_section->end;
cur_section      1534 drivers/net/wireless/ath/ath10k/pci.c 		ret = ath10k_pci_diag_read_mem(ar, cur_section->start,
cur_section      1538 drivers/net/wireless/ath/ath10k/pci.c 				    cur_section->start, ret);
cur_section      1557 drivers/net/wireless/ath/ath10k/pci.c 		cur_section = next_section;