HomeSort by: relevance | last modified time | path
    Searched defs: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 in function:bxt_port_to_phy_channel
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 in function:bxt_ddi_phy_is_enabled
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 in function:_bxt_ddi_phy_init
364 phy_info = bxt_get_phy_info(dev_priv, phy)
455 const struct bxt_ddi_phy_info *phy_info; local in function:bxt_ddi_phy_uninit
471 const struct bxt_ddi_phy_info *phy_info = local in function:bxt_ddi_phy_init
525 const struct bxt_ddi_phy_info *phy_info; local in function:bxt_ddi_phy_verify_state
    [all...]
  /src/sys/dev/pci/
if_iwm.c 3807 iwm_calc_rssi(struct iwm_softc *sc, struct iwm_rx_phy_info *phy_info)
3813 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_AGC_IDX]);
3817 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_RSSI_AB_IDX]);
3841 iwm_get_signal_strength(struct iwm_softc *sc, struct iwm_rx_phy_info *phy_info)
3846 val = le32toh(phy_info->non_cfg_phy[IWM_RX_INFO_ENERGY_ANT_ABC_IDX]);
3869 struct iwm_rx_phy_info *phy_info = (void *)pkt->data; local in function:iwm_rx_rx_phy_cmd
3873 sizeof(*phy_info), BUS_DMASYNC_POSTREAD);
3875 memcpy(&sc->sc_last_phy_info, phy_info, sizeof(sc->sc_last_phy_info));
3908 struct iwm_rx_phy_info *phy_info; local in function:iwm_rx_rx_mpdu
3919 phy_info = &sc->sc_last_phy_info
    [all...]

Completed in 37 milliseconds