Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c1424 const struct ath10k_hw_mem_layout *mem_layout; in ath10k_msa_dump_memory() local
1433 mem_layout = ath10k_coredump_get_mem_layout(ar); in ath10k_msa_dump_memory()
1434 if (!mem_layout) in ath10k_msa_dump_memory()
1437 current_region = &mem_layout->region_table.regions[0]; in ath10k_msa_dump_memory()
H A Dsdio.c2420 const struct ath10k_hw_mem_layout *mem_layout; in ath10k_sdio_dump_memory() local
2431 mem_layout = ath10k_coredump_get_mem_layout(ar); in ath10k_sdio_dump_memory()
2432 if (!mem_layout) in ath10k_sdio_dump_memory()
2435 current_region = &mem_layout->region_table.regions[0]; in ath10k_sdio_dump_memory()
2442 for (i = 0; i < mem_layout->region_table.size; i++) { in ath10k_sdio_dump_memory()
H A Dpci.c1659 const struct ath10k_hw_mem_layout *mem_layout; in ath10k_pci_dump_memory() local
1672 mem_layout = ath10k_coredump_get_mem_layout(ar); in ath10k_pci_dump_memory()
1673 if (!mem_layout) in ath10k_pci_dump_memory()
1676 current_region = &mem_layout->region_table.regions[0]; in ath10k_pci_dump_memory()
1683 for (i = 0; i < mem_layout->region_table.size; i++) { in ath10k_pci_dump_memory()
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2565 const struct isp1760_memory_layout *mem_layout = priv->memory_layout; in isp1760_hcd_register() local
2577 priv->atl_slots = kcalloc(mem_layout->slot_num, in isp1760_hcd_register()
2584 priv->int_slots = kcalloc(mem_layout->slot_num, in isp1760_hcd_register()