Lines Matching refs:bus_params
3535 struct ath10k_bus_params bus_params = {}; in ath10k_pci_probe() local
3666 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_pci_probe()
3667 bus_params.link_can_suspend = true; in ath10k_pci_probe()
3673 bus_params.chip_id = in ath10k_pci_probe()
3675 if (bus_params.chip_id != 0xffffffff) { in ath10k_pci_probe()
3677 bus_params.chip_id)) { in ath10k_pci_probe()
3690 bus_params.chip_id = ath10k_pci_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_pci_probe()
3691 if (bus_params.chip_id == 0xffffffff) { in ath10k_pci_probe()
3696 if (!ath10k_pci_chip_is_supported(pdev->device, bus_params.chip_id)) { in ath10k_pci_probe()
3701 ret = ath10k_core_register(ar, &bus_params); in ath10k_pci_probe()
3711 pdev->device, bus_params.chip_id); in ath10k_pci_probe()