Home
last modified time | relevance | path

Searched refs:phy_config (Results 1 - 25 of 38) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Dmax2820.c45 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() local
H A Dgrf5101.c36 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() local
H A Dsa2400.c46 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() local
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Dmax2820.c45 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() local
H A Dgrf5101.c36 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() local
H A Dsa2400.c46 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() local
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c355 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,
H A Dsun8i_dw_hdmi.h161 int (*phy_config)(struct dw_hdmi *hdmi, member
/kernel/linux/linux-5.10/tools/firewire/
H A Dnosy-dump.c767 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()
H A Dnosy-dump.h30 } phy_config; member
/kernel/linux/linux-6.6/tools/firewire/
H A Dnosy-dump.c767 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()
H A Dnosy-dump.h30 } phy_config; member
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c456 .phy_config = rockchip_phy_config,
473 .phy_config = rockchip_phy_config,
493 .phy_config = rockchip_phy_config,
511 .phy_config = rockchip_phy_config,
524 .phy_config = rockchip_phy_config,
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c410 .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/
H A Ddw_hdmi-imx.c173 .phy_config = imx_phy_config,
180 .phy_config = imx_phy_config,
/kernel/linux/linux-6.6/drivers/gpu/drm/imx/ipuv3/
H A Ddw_hdmi-imx.c169 .phy_config = imx_phy_config,
176 .phy_config = imx_phy_config,
/kernel/linux/linux-5.10/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c274 struct phy_config { struct
283 const struct phy_config *phy_cfg);
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()
900 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3228_power_on()
1015 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3328_power_on()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c400 port->phy_config.dev = &port->dev->dev; in prestera_port_sfp_bind()
401 port->phy_config.type = PHYLINK_NETDEV; in prestera_port_sfp_bind()
406 port->phy_config.supported_interfaces); in prestera_port_sfp_bind()
408 port->phy_config.supported_interfaces); in prestera_port_sfp_bind()
410 port->phy_config.supported_interfaces); in prestera_port_sfp_bind()
412 port->phy_config.supported_interfaces); in prestera_port_sfp_bind()
414 port->phy_config.mac_capabilities = in prestera_port_sfp_bind()
417 phy_link = phylink_create(&port->phy_config, fwnode, in prestera_port_sfp_bind()
/kernel/linux/linux-6.6/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c274 struct phy_config { struct
283 const struct phy_config *phy_cfg);
290 const struct phy_config *phy_cfg_table;
482 static const struct phy_config rk3228_phy_cfg[] = {
501 static const struct phy_config rk3328_phy_cfg[] = {
609 const struct phy_config *phy_cfg = inno->plat_data->phy_cfg_table; in inno_hdmi_phy_power_on()
1057 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3228_power_on()
1172 const struct phy_config *phy_cfg) in inno_hdmi_phy_rk3328_power_on()
/kernel/linux/linux-6.6/drivers/gpu/drm/ingenic/
H A Dingenic-dw-hdmi.c63 .phy_config = ingenic_phy_config,
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H A Dimg.h268 u32 phy_config; member
/kernel/linux/linux-5.10/include/drm/bridge/
H A Ddw_hdmi.h153 const struct dw_hdmi_phy_config *phy_config; member
/kernel/linux/linux-6.6/include/drm/bridge/
H A Ddw_hdmi.h160 const struct dw_hdmi_phy_config *phy_config; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Dimg.h215 u32 phy_config; member
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1456 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()

Completed in 42 milliseconds

12