Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dahb.c734 struct ath10k_bus_params bus_params = {}; in ath10k_ahb_probe() local
788 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_ahb_probe()
789 bus_params.chip_id = ath10k_ahb_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_ahb_probe()
790 if (bus_params.chip_id == 0xffffffff) { in ath10k_ahb_probe()
796 ret = ath10k_core_register(ar, &bus_params); in ath10k_ahb_probe()
H A Dsnoc.c1374 struct ath10k_bus_params bus_params = {}; in ath10k_snoc_fw_indication() local
1387 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_snoc_fw_indication()
1388 bus_params.chip_id = ar_snoc->target_info.soc_version; in ath10k_snoc_fw_indication()
1389 ret = ath10k_core_register(ar, &bus_params); in ath10k_snoc_fw_indication()