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

/netbsd-current/sys/dev/pci/
H A Dif_iwmvar.h449 int sc_fw_phy_config; member in struct:iwm_softc
H A Dif_iwm.c828 sc->sc_fw_phy_config = le32toh(*(uint32_t *)tlv_data);
1823 radio_cfg_type = (sc->sc_fw_phy_config & IWM_FW_PHY_CFG_RADIO_TYPE) >>
1825 radio_cfg_step = (sc->sc_fw_phy_config & IWM_FW_PHY_CFG_RADIO_STEP) >>
1827 radio_cfg_dash = (sc->sc_fw_phy_config & IWM_FW_PHY_CFG_RADIO_DASH) >>
2595 tx_ant = ((sc->sc_fw_phy_config & IWM_FW_PHY_CFG_TX_CHAIN)
2609 rx_ant = ((sc->sc_fw_phy_config & IWM_FW_PHY_CFG_RX_CHAIN)
3644 phy_cfg_cmd.phy_cfg = htole32(sc->sc_fw_phy_config);

Completed in 141 milliseconds