Searched refs:sc_pci_devinfo (Results 1 – 4 of 4) sorted by relevance
295 if (sc->sc_pci_devinfo & ATH_PCI_AR9565_1ANT) { in ath_btcoex_cfg_wb335b()299 } else if (sc->sc_pci_devinfo & ATH_PCI_AR9565_2ANT) { in ath_btcoex_cfg_wb335b()305 if (sc->sc_pci_devinfo & ATH_PCI_BT_ANT_DIV) { in ath_btcoex_cfg_wb335b()
477 if (sc->sc_pci_devinfo & (ATH_PCI_CUS198 | ATH_PCI_CUS230)) { in ath_setup_hal_config()485 (sc->sc_pci_devinfo & ATH_PCI_CUS198) ? in ath_setup_hal_config()489 if (sc->sc_pci_devinfo & ATH_PCI_CUS217) in ath_setup_hal_config()492 if (sc->sc_pci_devinfo & ATH_PCI_CUS252) in ath_setup_hal_config()495 if (sc->sc_pci_devinfo & ATH_PCI_AR9565_1ANT) in ath_setup_hal_config()498 if (sc->sc_pci_devinfo & ATH_PCI_AR9565_2ANT) in ath_setup_hal_config()501 if (sc->sc_pci_devinfo & ATH_PCI_BT_ANT_DIV) in ath_setup_hal_config()505 if (sc->sc_pci_devinfo & ATH_PCI_KILLER) in ath_setup_hal_config()515 if (sc->sc_pci_devinfo & (ATH9K_PCI_AR9565_1ANT | ATH9K_PCI_AR9565_2ANT)) { in ath_setup_hal_config()516 if (!(sc->sc_pci_devinfo & ATH9K_PCI_BT_ANT_DIV)) in ath_setup_hal_config()[all …]
254 sc->sc_pci_devinfo = pd->driver_data; in ath_pci_attach()
921 uint32_t sc_pci_devinfo; member