Searched refs:phy_info (Results 1 – 2 of 2) sorted by relevance
245 const struct bxt_ddi_phy_info *phy_info, *phys; in bxt_port_to_phy_channel() local251 phy_info = &phys[i]; in bxt_port_to_phy_channel()253 if (port == phy_info->channel[DPIO_CH0].port) { in bxt_port_to_phy_channel()259 if (phy_info->dual_channel && in bxt_port_to_phy_channel()260 port == phy_info->channel[DPIO_CH1].port) { in bxt_port_to_phy_channel()318 const struct bxt_ddi_phy_info *phy_info; in bxt_ddi_phy_is_enabled() local320 phy_info = bxt_get_phy_info(dev_priv, phy); in bxt_ddi_phy_is_enabled()322 if (!(I915_READ(BXT_P_CR_GT_DISP_PWRON) & phy_info->pwron_mask)) in bxt_ddi_phy_is_enabled()361 const struct bxt_ddi_phy_info *phy_info; in _bxt_ddi_phy_init() local364 phy_info = bxt_get_phy_info(dev_priv, phy); in _bxt_ddi_phy_init()[all …]
3807 iwm_calc_rssi(struct iwm_softc *sc, struct iwm_rx_phy_info *phy_info) in iwm_calc_rssi() argument 3813 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_AGC_IDX]); in iwm_calc_rssi() 3817 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_RSSI_AB_IDX]); in iwm_calc_rssi() 3841 iwm_get_signal_strength(struct iwm_softc *sc, struct iwm_rx_phy_info *phy_info) in iwm_get_signal_strength() argument 3846 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_ENERGY_ANT_ABC_IDX]); in iwm_get_signal_strength() 3869 struct iwm_rx_phy_info *phy_info = (void *)pkt->data; in iwm_rx_rx_phy_cmd() local 3873 sizeof(*phy_info), BUS_DMASYNC_POSTREAD); in iwm_rx_rx_phy_cmd() 3875 memcpy(&sc->sc_last_phy_info, phy_info, sizeof(sc->sc_last_phy_info)); in iwm_rx_rx_phy_cmd() 3908 struct iwm_rx_phy_info *phy_info; in iwm_rx_rx_mpdu() local 3919 phy_info in iwm_rx_rx_mpdu() [all...]