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 */
2123 .start = ath10k_sdio_hif_start,
2301 if (mem_region->start > cur_section->start) {
2302 ath10k_warn(ar, "incorrect memdump region 0x%x with section start address 0x%x.\n",
2303 mem_region->start, cur_section->start);
2307 skip_size = cur_section->start - mem_region->start;
2310 * start address
2320 section_size = cur_section->end - cur_section->start;
2323 ath10k_warn(ar, "incorrect ramdump format with start address 0x%x and stop address 0x%x\n",
2324 cur_section->start,
2336 if (cur_section->end > next_section->start) {
2338 next_section->start,
2343 skip_size = next_section->start - cur_section->end;
2354 ret = ath10k_sdio_read_mem(ar, cur_section->start,
2358 cur_section->start, ret);
2397 current_region->start,
2402 current_region->start,
2463 hdr->start = cpu_to_le32(current_region->start);