Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_btcoex.c295 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()
H A Dif_ath.c477 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 …]
H A Dif_ath_pci.c254 sc->sc_pci_devinfo = pd->driver_data; in ath_pci_attach()
H A Dif_athvar.h921 uint32_t sc_pci_devinfo; member