/Linux-v4.19/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | grf5101.c | 39 u32 phy_config; in write_grf5101() local 41 phy_config = grf5101_encode[(data >> 8) & 0xF]; in write_grf5101() 42 phy_config |= grf5101_encode[(data >> 4) & 0xF] << 4; in write_grf5101() 43 phy_config |= grf5101_encode[data & 0xF] << 8; in write_grf5101() 44 phy_config |= grf5101_encode[(addr >> 1) & 0xF] << 12; in write_grf5101() 45 phy_config |= (addr & 1) << 16; in write_grf5101() 46 phy_config |= grf5101_encode[(data & 0xf000) >> 12] << 24; in write_grf5101() 49 phy_config |= 0x90000000; in write_grf5101() 52 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_grf5101()
|
D | max2820.c | 48 u32 phy_config; in write_max2820() local 50 phy_config = 0x90 + (data & 0xf); in write_max2820() 51 phy_config <<= 16; in write_max2820() 52 phy_config += addr; in write_max2820() 53 phy_config <<= 8; in write_max2820() 54 phy_config += (data >> 4) & 0xff; in write_max2820() 57 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_max2820()
|
D | sa2400.c | 49 u32 phy_config; in write_sa2400() local 52 phy_config = 0xb0000000; in write_sa2400() 54 phy_config |= ((u32)(addr & 0xf)) << 24; in write_sa2400() 55 phy_config |= data & 0xffffff; in write_sa2400() 58 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_sa2400()
|
/Linux-v4.19/tools/firewire/ |
D | nosy-dump.c | 780 if (!pp->phy_config.set_root && !pp->phy_config.set_gap_count) { in print_packet() 781 printf("ext phy config: phy_id=%02x", pp->phy_config.root_id); in print_packet() 784 if (pp->phy_config.set_root) in print_packet() 785 printf(" set_root_id=%02x", pp->phy_config.root_id); in print_packet() 786 if (pp->phy_config.set_gap_count) in print_packet() 787 printf(" set_gap_count=%d", pp->phy_config.gap_count); in print_packet()
|
D | nosy-dump.h | 30 } phy_config; member
|
/Linux-v4.19/drivers/gpu/drm/imx/ |
D | dw_hdmi-imx.c | 180 .phy_config = imx_phy_config, 187 .phy_config = imx_phy_config,
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun8i_hdmi_phy.c | 244 return phy->variant->phy_config(hdmi, phy, mode->crtc_clock * 1000); in sun8i_hdmi_phy_config() 403 .phy_config = &sun8i_hdmi_phy_config_h3, 409 .phy_config = &sun8i_hdmi_phy_config_a83t, 416 .phy_config = &sun8i_hdmi_phy_config_h3,
|
D | sun8i_dw_hdmi.h | 155 int (*phy_config)(struct dw_hdmi *hdmi, member
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | dw_hdmi-rockchip.c | 300 .phy_config = rockchip_phy_config, 314 .phy_config = rockchip_phy_config,
|
/Linux-v4.19/include/drm/bridge/ |
D | dw_hdmi.h | 140 const struct dw_hdmi_phy_config *phy_config; member
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/ |
D | img.h | 249 u32 phy_config; member
|
/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi.c | 1166 const struct dw_hdmi_phy_config *phy_config = pdata->phy_config; in hdmi_phy_configure_dwc_hdmi_3d_tx() local 1177 for (; phy_config->mpixelclock != ~0UL; phy_config++) in hdmi_phy_configure_dwc_hdmi_3d_tx() 1178 if (mpixelclock <= phy_config->mpixelclock) in hdmi_phy_configure_dwc_hdmi_3d_tx() 1183 phy_config->mpixelclock == ~0UL) in hdmi_phy_configure_dwc_hdmi_3d_tx() 1197 dw_hdmi_phy_i2c_write(hdmi, phy_config->term, HDMI_3D_TX_PHY_TXTERM); in hdmi_phy_configure_dwc_hdmi_3d_tx() 1198 dw_hdmi_phy_i2c_write(hdmi, phy_config->sym_ctr, in hdmi_phy_configure_dwc_hdmi_3d_tx() 1200 dw_hdmi_phy_i2c_write(hdmi, phy_config->vlev_ctr, in hdmi_phy_configure_dwc_hdmi_3d_tx()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mvm.h | 1519 u32 phy_config = ~(FW_PHY_CFG_TX_CHAIN | in iwl_mvm_get_phy_config() local 1524 phy_config |= valid_tx_ant << FW_PHY_CFG_TX_CHAIN_POS | in iwl_mvm_get_phy_config() 1527 return mvm->fw->phy_config & phy_config; in iwl_mvm_get_phy_config()
|
D | ops.c | 151 u32 phy_config = iwl_mvm_get_phy_config(mvm); in iwl_mvm_nic_config() local 153 radio_cfg_type = (phy_config & FW_PHY_CFG_RADIO_TYPE) >> in iwl_mvm_nic_config() 155 radio_cfg_step = (phy_config & FW_PHY_CFG_RADIO_STEP) >> in iwl_mvm_nic_config() 157 radio_cfg_dash = (phy_config & FW_PHY_CFG_RADIO_DASH) >> in iwl_mvm_nic_config()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-drv.c | 835 drv->fw.phy_config = le32_to_cpup((__le32 *)tlv_data); in iwl_parse_tlv_firmware() 836 drv->fw.valid_tx_ant = (drv->fw.phy_config & in iwl_parse_tlv_firmware() 839 drv->fw.valid_rx_ant = (drv->fw.phy_config & in iwl_parse_tlv_firmware()
|