/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | grf5101.c | 36 u32 phy_config; in write_grf5101() local 38 phy_config = grf5101_encode[(data >> 8) & 0xF]; in write_grf5101() 39 phy_config |= grf5101_encode[(data >> 4) & 0xF] << 4; in write_grf5101() 40 phy_config |= grf5101_encode[data & 0xF] << 8; in write_grf5101() 41 phy_config |= grf5101_encode[(addr >> 1) & 0xF] << 12; in write_grf5101() 42 phy_config |= (addr & 1) << 16; in write_grf5101() 43 phy_config |= grf5101_encode[(data & 0xf000) >> 12] << 24; in write_grf5101() 46 phy_config |= 0x90000000; in write_grf5101() 49 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_grf5101()
|
D | max2820.c | 45 u32 phy_config; in write_max2820() local 47 phy_config = 0x90 + (data & 0xf); in write_max2820() 48 phy_config <<= 16; in write_max2820() 49 phy_config += addr; in write_max2820() 50 phy_config <<= 8; in write_max2820() 51 phy_config += (data >> 4) & 0xff; in write_max2820() 54 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_max2820()
|
D | sa2400.c | 46 u32 phy_config; in write_sa2400() local 49 phy_config = 0xb0000000; in write_sa2400() 51 phy_config |= ((u32)(addr & 0xf)) << 24; in write_sa2400() 52 phy_config |= data & 0xffffff; in write_sa2400() 55 (__le32 __iomem *) &priv->map->RFPinsOutput, phy_config); in write_sa2400()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
D | sun8i_hdmi_phy.c | 355 return phy->variant->phy_config(hdmi, phy, mode->crtc_clock * 1000); in sun8i_hdmi_phy_config() 577 plat_data->phy_config = variant->phy_cfg; in sun8i_hdmi_phy_set_ops() 593 .phy_config = &sun8i_hdmi_phy_config_a83t, 601 .phy_config = &sun8i_hdmi_phy_config_h3, 610 .phy_config = &sun8i_hdmi_phy_config_h3, 618 .phy_config = &sun8i_hdmi_phy_config_h3,
|
D | sun8i_dw_hdmi.h | 161 int (*phy_config)(struct dw_hdmi *hdmi, member
|
/kernel/linux/linux-5.10/tools/firewire/ |
D | nosy-dump.c | 767 if (!pp->phy_config.set_root && !pp->phy_config.set_gap_count) { in print_packet() 768 printf("ext phy config: phy_id=%02x", pp->phy_config.root_id); in print_packet() 771 if (pp->phy_config.set_root) in print_packet() 772 printf(" set_root_id=%02x", pp->phy_config.root_id); in print_packet() 773 if (pp->phy_config.set_gap_count) in print_packet() 774 printf(" set_gap_count=%d", pp->phy_config.gap_count); in print_packet()
|
D | nosy-dump.h | 30 } phy_config; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
D | dw_hdmi-rockchip.c | 410 .phy_config = rockchip_phy_config, 427 .phy_config = rockchip_phy_config, 447 .phy_config = rockchip_phy_config, 465 .phy_config = rockchip_phy_config,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/ |
D | dw_hdmi-imx.c | 173 .phy_config = imx_phy_config, 180 .phy_config = imx_phy_config,
|
/kernel/linux/linux-5.10/drivers/phy/rockchip/ |
D | phy-rockchip-inno-hdmi.c | 274 struct phy_config { struct 283 const struct phy_config *phy_cfg); argument 290 const struct phy_config *phy_cfg_table; 334 static const struct phy_config rk3228_phy_cfg[] = { 353 static const struct phy_config rk3328_phy_cfg[] = { 461 const struct phy_config *phy_cfg = inno->plat_data->phy_cfg_table; in inno_hdmi_phy_power_on() 898 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3228_power_on() 1013 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3328_power_on()
|
/kernel/linux/linux-5.10/include/drm/bridge/ |
D | dw_hdmi.h | 153 const struct dw_hdmi_phy_config *phy_config; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
D | img.h | 268 u32 phy_config; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi.c | 1456 const struct dw_hdmi_phy_config *phy_config = pdata->phy_config; in hdmi_phy_configure_dwc_hdmi_3d_tx() local 1469 for (; phy_config->mpixelclock != ~0UL; phy_config++) in hdmi_phy_configure_dwc_hdmi_3d_tx() 1470 if (mpixelclock <= phy_config->mpixelclock) in hdmi_phy_configure_dwc_hdmi_3d_tx() 1475 phy_config->mpixelclock == ~0UL) in hdmi_phy_configure_dwc_hdmi_3d_tx() 1489 dw_hdmi_phy_i2c_write(hdmi, phy_config->term, HDMI_3D_TX_PHY_TXTERM); in hdmi_phy_configure_dwc_hdmi_3d_tx() 1490 dw_hdmi_phy_i2c_write(hdmi, phy_config->sym_ctr, in hdmi_phy_configure_dwc_hdmi_3d_tx() 1492 dw_hdmi_phy_i2c_write(hdmi, phy_config->vlev_ctr, in hdmi_phy_configure_dwc_hdmi_3d_tx()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ops.c | 139 u32 phy_config = iwl_mvm_get_phy_config(mvm); in iwl_mvm_nic_config() local 141 radio_cfg_type = (phy_config & FW_PHY_CFG_RADIO_TYPE) >> in iwl_mvm_nic_config() 143 radio_cfg_step = (phy_config & FW_PHY_CFG_RADIO_STEP) >> in iwl_mvm_nic_config() 145 radio_cfg_dash = (phy_config & FW_PHY_CFG_RADIO_DASH) >> in iwl_mvm_nic_config()
|
D | mvm.h | 1587 u32 phy_config = ~(FW_PHY_CFG_TX_CHAIN | in iwl_mvm_get_phy_config() local 1592 phy_config |= valid_tx_ant << FW_PHY_CFG_TX_CHAIN_POS | in iwl_mvm_get_phy_config() 1595 return mvm->fw->phy_config & phy_config; in iwl_mvm_get_phy_config()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-drv.c | 847 drv->fw.phy_config = le32_to_cpup((__le32 *)tlv_data); in iwl_parse_tlv_firmware() 848 drv->fw.valid_tx_ant = (drv->fw.phy_config & in iwl_parse_tlv_firmware() 851 drv->fw.valid_rx_ant = (drv->fw.phy_config & in iwl_parse_tlv_firmware()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice_type.h | 336 u8 phy_config; member
|
D | ice_common.c | 4319 ldo->phy_config = (buf & ICE_LINK_OVERRIDE_PHY_CFG_M) >> in ice_get_link_default_override()
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 12458 const struct dw_hdmi_phy_config *phy_config = pdata->phy_config; 12477 for (; phy_config->mpixelclock != ~0UL; phy_config++) 12478 - if (mpixelclock <= phy_config->mpixelclock) 12479 + if (tmdsclock <= phy_config->mpixelclock) 12484 phy_config->mpixelclock == ~0UL) 12506 dw_hdmi_phy_i2c_write(hdmi, phy_config->vlev_ctr, 20209 + u32 *phy_config; 20323 + phy_config = kmalloc(val, GFP_KERNEL); 20324 + if (!phy_config) { 20332 + phy_config, val / sizeof(u32)); [all …]
|
D | include.patch | 187 const struct dw_hdmi_phy_config *phy_config;
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0031_linux_drivers_perf_phy_pinctrl_ptp_pwm.patch | 707 dev_dbg(&phy->dev, "phy_config: %u %u %u %u %u %u %u\n",
|
D | 0020_linux_drivers_gpu.patch | 21459 - .phy_config = imx_phy_config, 21460 + .phy_config = imx6_phy_config, 21468 - .phy_config = imx_phy_config, 21469 + .phy_config = imx6_phy_config,
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 19464 const struct dw_hdmi_phy_config *phy_config;
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 347432 + unsigned int phy_config = PHY_SG_6G; 347448 + writel(phy_config, (mmio + 0x100 + port_idx * 0x80 + HISI_SATA_PORT_PHYCTL3)); 348462 + unsigned int phy_config = PHY_SG_6G; 348479 + writel(phy_config, (mmio + 0x100 + port_idx * 0x80 + HISI_SATA_PORT_PHYCTL3)); 349225 + unsigned int phy_config = PHY_SG_6G; 349242 + writel(phy_config, (mmio + 0x100 + port_idx * 0x80 + HISI_SATA_PORT_PHYCTL3));
|