Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dif_iwmvar.h449 int sc_fw_phy_config; member
H A Dif_iwm.c828 sc->sc_fw_phy_config = le32toh(*(uint32_t *)tlv_data); in iwm_read_firmware()
1820 radio_cfg_type = (sc->sc_fw_phy_config & IWM_FW_PHY_CFG_RADIO_TYPE) >> in iwm_nic_config()
1822 radio_cfg_step = (sc->sc_fw_phy_config & IWM_FW_PHY_CFG_RADIO_STEP) >> in iwm_nic_config()
1824 radio_cfg_dash = (sc->sc_fw_phy_config & IWM_FW_PHY_CFG_RADIO_DASH) >> in iwm_nic_config()
2592 tx_ant = ((sc->sc_fw_phy_config & IWM_FW_PHY_CFG_TX_CHAIN) in iwm_fw_valid_tx_ant()
2606 rx_ant = ((sc->sc_fw_phy_config & IWM_FW_PHY_CFG_RX_CHAIN) in iwm_fw_valid_rx_ant()
3641 phy_cfg_cmd.phy_cfg = htole32(sc->sc_fw_phy_config); in iwm_send_phy_cfg_cmd()