Home
last modified time | relevance | path

Searched refs:bus_params (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
A Dahb.c735 struct ath10k_bus_params bus_params = {}; in ath10k_ahb_probe() local
791 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_ahb_probe()
792 bus_params.chip_id = ath10k_ahb_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_ahb_probe()
793 if (bus_params.chip_id == 0xffffffff) { in ath10k_ahb_probe()
799 ret = ath10k_core_register(ar, &bus_params); in ath10k_ahb_probe()
A Dusb.c978 struct ath10k_bus_params bus_params = {}; in ath10k_usb_probe() local
1013 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_usb_probe()
1015 bus_params.chip_id = 0; in ath10k_usb_probe()
1016 ret = ath10k_core_register(ar, &bus_params); in ath10k_usb_probe()
A Dpci.c3539 struct ath10k_bus_params bus_params = {}; in ath10k_pci_probe() local
3670 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_pci_probe()
3671 bus_params.link_can_suspend = true; in ath10k_pci_probe()
3677 bus_params.chip_id = in ath10k_pci_probe()
3679 if (bus_params.chip_id != 0xffffffff) { in ath10k_pci_probe()
3681 bus_params.chip_id)) { in ath10k_pci_probe()
3694 bus_params.chip_id = ath10k_pci_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_pci_probe()
3695 if (bus_params.chip_id == 0xffffffff) { in ath10k_pci_probe()
3700 if (!ath10k_pci_chip_is_supported(pdev->device, bus_params.chip_id)) { in ath10k_pci_probe()
3705 ret = ath10k_core_register(ar, &bus_params); in ath10k_pci_probe()
[all …]
A Dsnoc.c1344 struct ath10k_bus_params bus_params = {}; in ath10k_snoc_fw_indication() local
1357 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_snoc_fw_indication()
1358 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
1359 ret = ath10k_core_register(ar, &bus_params); in ath10k_snoc_fw_indication()
A Dsdio.c2516 struct ath10k_bus_params bus_params = {}; in ath10k_sdio_probe() local
2613 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_sdio_probe()
2615 bus_params.chip_id = 0; in ath10k_sdio_probe()
2616 bus_params.hl_msdu_ids = true; in ath10k_sdio_probe()
2620 ret = ath10k_core_register(ar, &bus_params); in ath10k_sdio_probe()
A Dcore.h1335 const struct ath10k_bus_params *bus_params);
A Dcore.c3349 const struct ath10k_bus_params *bus_params) in ath10k_core_register() argument
3351 ar->bus_param = *bus_params; in ath10k_core_register()
/linux/drivers/net/wireless/ath/ath11k/
A Dqmi.c1602 if (ab->bus_params.m3_fw_support) { in ath11k_qmi_host_cap_send()
1752 if (!ab->bus_params.fixed_mem_region && ab->qmi.target_mem_delayed) { in ath11k_qmi_respond_fw_mem_request()
1818 if (ab->bus_params.fixed_mem_region) in ath11k_qmi_free_target_mem_chunk()
2015 if (ab->bus_params.fixed_bdf_addr) { in ath11k_qmi_load_file_target_mem()
2044 if (ab->bus_params.fixed_bdf_addr || in ath11k_qmi_load_file_target_mem()
2053 if (ab->bus_params.fixed_bdf_addr) { in ath11k_qmi_load_file_target_mem()
2092 if (ab->bus_params.fixed_bdf_addr || in ath11k_qmi_load_file_target_mem()
2105 if (ab->bus_params.fixed_bdf_addr) in ath11k_qmi_load_file_target_mem()
2235 if (!ab->bus_params.m3_fw_support || !m3_mem->vaddr) in ath11k_qmi_m3_free()
2254 if (ab->bus_params.m3_fw_support) { in ath11k_qmi_wlanfw_m3_info_send()
[all …]
A Dpci.c192 if (ab->bus_params.static_window_map) in ath11k_pci_write32()
229 if (ab->bus_params.static_window_map) in ath11k_pci_read32()
1056 if (ab->bus_params.static_window_map) in ath11k_pci_power_up()
1272 ab->bus_params.static_window_map = true; in ath11k_pci_probe()
A Dcore.c1166 const struct ath11k_bus_params *bus_params) in ath11k_core_alloc() argument
1193 ab->bus_params = *bus_params; in ath11k_core_alloc()
A Dcore.h723 struct ath11k_bus_params bus_params; member
933 const struct ath11k_bus_params *bus_params);

Completed in 64 milliseconds