HomeSort by: relevance | last modified time | path
    Searched refs:phy_info (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dpio_phy.c 245 const struct bxt_ddi_phy_info *phy_info, *phys; local
251 phy_info = &phys[i];
253 if (port == phy_info->channel[DPIO_CH0].port) {
259 if (phy_info->dual_channel &&
260 port == phy_info->channel[DPIO_CH1].port) {
318 const struct bxt_ddi_phy_info *phy_info; local
320 phy_info = bxt_get_phy_info(dev_priv, phy);
322 if (!(I915_READ(BXT_P_CR_GT_DISP_PWRON) & phy_info->pwron_mask))
361 const struct bxt_ddi_phy_info *phy_info; local
364 phy_info = bxt_get_phy_info(dev_priv, phy)
455 const struct bxt_ddi_phy_info *phy_info; local
471 const struct bxt_ddi_phy_info *phy_info = local
525 const struct bxt_ddi_phy_info *phy_info; local
    [all...]
  /src/sys/dev/pci/
if_iwm.c 4077 iwm_calc_rssi(struct iwm_softc *sc, struct iwm_rx_phy_info *phy_info)
4083 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_AGC_IDX]);
4087 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_RSSI_AB_IDX]);
4111 iwm_get_signal_strength(struct iwm_softc *sc, struct iwm_rx_phy_info *phy_info)
4116 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_ENERGY_ANT_ABC_IDX]);
4139 struct iwm_rx_phy_info *phy_info = (void *)pkt->data; local
4143 sizeof(*phy_info), BUS_DMASYNC_POSTREAD);
4145 memcpy(&sc->sc_last_phy_info, phy_info, sizeof(sc->sc_last_phy_info));
4178 struct iwm_rx_phy_info *phy_info; local
4189 phy_info = &sc->sc_last_phy_info
    [all...]

Completed in 23 milliseconds