Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dpio_phy.c245 const struct bxt_ddi_phy_info *phy_info, *phys; in bxt_port_to_phy_channel() local
251 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() local
320 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() local
364 phy_info = bxt_get_phy_info(dev_priv, phy); in _bxt_ddi_phy_init()
[all …]
/netbsd-src/sys/dev/pci/
H A Dif_iwm.c3807 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...]