Home
last modified time | relevance | path

Searched refs:mem_layout (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsdio.c2421 const struct ath10k_hw_mem_layout *mem_layout; in ath10k_sdio_dump_memory() local
2432 mem_layout = ath10k_coredump_get_mem_layout(ar); in ath10k_sdio_dump_memory()
2433 if (!mem_layout) in ath10k_sdio_dump_memory()
2436 current_region = &mem_layout->region_table.regions[0]; in ath10k_sdio_dump_memory()
2443 for (i = 0; i < mem_layout->region_table.size; i++) { in ath10k_sdio_dump_memory()
H A Dsnoc.c1446 const struct ath10k_hw_mem_layout *mem_layout; in ath10k_msa_dump_memory() local
1455 mem_layout = ath10k_coredump_get_mem_layout(ar); in ath10k_msa_dump_memory()
1456 if (!mem_layout) in ath10k_msa_dump_memory()
1459 current_region = &mem_layout->region_table.regions[0]; in ath10k_msa_dump_memory()
H A Dpci.c1749 const struct ath10k_hw_mem_layout *mem_layout; in ath10k_pci_dump_memory() local
1762 mem_layout = ath10k_coredump_get_mem_layout(ar); in ath10k_pci_dump_memory()
1763 if (!mem_layout) in ath10k_pci_dump_memory()
1766 current_region = &mem_layout->region_table.regions[0]; in ath10k_pci_dump_memory()
1773 for (i = 0; i < mem_layout->region_table.size; i++) { in ath10k_pci_dump_memory()