Lines Matching refs:start
565 ath10k_warn(ar, "exceeds length, start recovery\n");
744 * temp array as a start value.
964 ath10k_warn(ar, "read int status fail, start recovery\n");
1271 /* We always read from the start of the mbox address */
1738 /* set window register to start read cycle */
1858 /* HIF start/stop */
2118 .start = ath10k_sdio_hif_start,
2296 if (mem_region->start > cur_section->start) {
2297 ath10k_warn(ar, "incorrect memdump region 0x%x with section start address 0x%x.\n",
2298 mem_region->start, cur_section->start);
2302 skip_size = cur_section->start - mem_region->start;
2305 * start address
2315 section_size = cur_section->end - cur_section->start;
2318 ath10k_warn(ar, "incorrect ramdump format with start address 0x%x and stop address 0x%x\n",
2319 cur_section->start,
2331 if (cur_section->end > next_section->start) {
2333 next_section->start,
2338 skip_size = next_section->start - cur_section->end;
2349 ret = ath10k_sdio_read_mem(ar, cur_section->start,
2353 cur_section->start, ret);
2398 current_region->start,
2403 current_region->start,
2464 hdr->start = cpu_to_le32(current_region->start);