Home
last modified time | relevance | path

Searched refs:phy_regs (Results 1 – 25 of 41) sorted by relevance

12

/linux-6.3-rc2/drivers/phy/sunplus/
A Dphy-sunplus-usb2.c73 void __iomem *phy_regs; member
104 val = readl(usbphy->phy_regs + CONFIG7); in update_disc_vol()
106 writel(val, usbphy->phy_regs + CONFIG7); in update_disc_vol()
135 val = readl(usbphy->phy_regs + CONFIG9); in sp_uphy_init()
137 writel(val, usbphy->phy_regs + CONFIG9); in sp_uphy_init()
139 val = readl(usbphy->phy_regs + CONFIG1); in sp_uphy_init()
141 writel(val, usbphy->phy_regs + CONFIG1); in sp_uphy_init()
143 val = readl(usbphy->phy_regs + CONFIG23); in sp_uphy_init()
153 usbphy->phy_regs + CONFIG16); in sp_uphy_init()
253 if (IS_ERR(usbphy->phy_regs)) in sp_usb_phy_probe()
[all …]
/linux-6.3-rc2/drivers/mmc/host/
A Dsdhci-xenon-phy.c235 reg = sdhci_readl(host, phy_regs->timing_adj); in xenon_emmc_phy_init()
237 sdhci_writel(host, reg, phy_regs->timing_adj); in xenon_emmc_phy_init()
265 reg = sdhci_readl(host, phy_regs->timing_adj); in xenon_emmc_phy_init()
331 reg = sdhci_readl(host, phy_regs->dll_ctrl); in xenon_emmc_phy_enable_dll()
336 reg = sdhci_readl(host, phy_regs->dll_ctrl); in xenon_emmc_phy_enable_dll()
350 reg |= phy_regs->dll_update; in xenon_emmc_phy_enable_dll()
353 sdhci_writel(host, reg, phy_regs->dll_ctrl); in xenon_emmc_phy_enable_dll()
556 reg = sdhci_readl(host, phy_regs->pad_ctrl); in xenon_emmc_phy_set()
561 sdhci_writel(host, reg, phy_regs->pad_ctrl); in xenon_emmc_phy_set()
600 reg = sdhci_readl(host, phy_regs->pad_ctrl2); in xenon_emmc_phy_set()
[all …]
A Ddw_mmc-pltfm.c55 host->phy_regs = regs->start; in dw_mci_pltfm_register()
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/emac/
A Demac-sgmii-qdf2432.c163 void __iomem *phy_regs = phy->base; in emac_sgmii_init_qdf2432() local
177 writel(0, phy_regs + EMAC_SGMII_PHY_RESET_CTRL); in emac_sgmii_init_qdf2432()
182 lnstatus = readl(phy_regs + SGMII_PHY_LN_LANE_STATUS); in emac_sgmii_init_qdf2432()
194 writel(0, phy_regs + SGMII_PHY_LN_BIST_GEN0); in emac_sgmii_init_qdf2432()
195 writel(0, phy_regs + SGMII_PHY_LN_BIST_GEN2); in emac_sgmii_init_qdf2432()
196 writel(0, phy_regs + SGMII_PHY_LN_CDR_CTRL1); in emac_sgmii_init_qdf2432()
199 writel(0, phy_regs + EMAC_SGMII_PHY_INTERRUPT_MASK); in emac_sgmii_init_qdf2432()
A Demac-sgmii-qdf2400.c176 void __iomem *phy_regs = phy->base; in emac_sgmii_init_qdf2400() local
190 writel(0, phy_regs + EMAC_SGMII_PHY_RESET_CTRL); in emac_sgmii_init_qdf2400()
195 lnstatus = readl(phy_regs + SGMII_PHY_LN_LANE_STATUS); in emac_sgmii_init_qdf2400()
207 writel(0, phy_regs + SGMII_PHY_LN_BIST_GEN0); in emac_sgmii_init_qdf2400()
208 writel(0, phy_regs + SGMII_PHY_LN_BIST_GEN2); in emac_sgmii_init_qdf2400()
209 writel(0, phy_regs + SGMII_PHY_LN_CDR_CTRL1); in emac_sgmii_init_qdf2400()
212 writel(0, phy_regs + EMAC_SGMII_PHY_INTERRUPT_MASK); in emac_sgmii_init_qdf2400()
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A Dradio_2059.c48 .phy_regs.bw1 = r0, \
49 .phy_regs.bw2 = r1, \
50 .phy_regs.bw3 = r2, \
51 .phy_regs.bw4 = r3, \
52 .phy_regs.bw5 = r4, \
53 .phy_regs.bw6 = r5
A Dradio_2057.c170 .phy_regs.phy_bw1a = r0, \
171 .phy_regs.phy_bw2 = r1, \
172 .phy_regs.phy_bw3 = r2, \
173 .phy_regs.phy_bw4 = r3, \
174 .phy_regs.phy_bw5 = r4, \
175 .phy_regs.phy_bw6 = r5
A Dradio_2059.h53 struct b43_phy_ht_channeltab_e_phy phy_regs; member
A Dradio_2055.c284 .phy_regs.phy_bw1a = r0, \
285 .phy_regs.phy_bw2 = r1, \
286 .phy_regs.phy_bw3 = r2, \
287 .phy_regs.phy_bw4 = r3, \
288 .phy_regs.phy_bw5 = r4, \
289 .phy_regs.phy_bw6 = r5
A Dphy_lcn.c426 u16 phy_regs[] = { 0x910, 0x91e, 0x91f, 0x924, 0x925, 0x926, 0x920, in b43_phy_lcn_load_tx_iir_cck_filter() local
465 b43_phy_write(dev, phy_regs[j], in b43_phy_lcn_load_tx_iir_cck_filter()
478 u16 phy_regs[] = { 0x90f, 0x900, 0x901, 0x906, 0x907, 0x908, 0x902, in b43_phy_lcn_load_tx_iir_ofdm_filter() local
493 b43_phy_write(dev, phy_regs[j], in b43_phy_lcn_load_tx_iir_ofdm_filter()
A Dradio_2057.h472 struct b43_phy_n_sfo_cfg phy_regs; member
498 struct b43_phy_n_sfo_cfg phy_regs; member
A Dradio_2055.h245 struct b43_phy_n_sfo_cfg phy_regs; member
/linux-6.3-rc2/drivers/media/platform/ti/omap3isp/
A Dispcsiphy.c215 reg = isp_reg_readl(phy->isp, phy->phy_regs, ISPCSIPHY_REG0); in omap3isp_csiphy_config()
226 isp_reg_writel(phy->isp, reg, phy->phy_regs, ISPCSIPHY_REG0); in omap3isp_csiphy_config()
228 reg = isp_reg_readl(phy->isp, phy->phy_regs, ISPCSIPHY_REG1); in omap3isp_csiphy_config()
237 isp_reg_writel(phy->isp, reg, phy->phy_regs, ISPCSIPHY_REG1); in omap3isp_csiphy_config()
336 phy2->phy_regs = OMAP3_ISP_IOMEM_CSIPHY2; in omap3isp_csiphy_init()
346 phy1->phy_regs = OMAP3_ISP_IOMEM_CSIPHY1; in omap3isp_csiphy_init()
A Dispcsiphy.h32 unsigned int phy_regs; member
/linux-6.3-rc2/drivers/net/mdio/
A Dmdio-mscc-miim.c56 struct regmap *phy_regs; member
179 if (!miim->phy_regs) in mscc_miim_reset()
185 ret = regmap_update_bits(miim->phy_regs, offset, bits, 0); in mscc_miim_reset()
191 ret = regmap_update_bits(miim->phy_regs, offset, bits, bits); in mscc_miim_reset()
298 miim->phy_regs = phy_regmap; in mscc_miim_probe()
/linux-6.3-rc2/drivers/staging/media/omap4iss/
A Diss_csiphy.c97 iss_reg_write(phy->iss, phy->phy_regs, REGISTER0, reg); in csiphy_dphy_config()
105 iss_reg_write(phy->iss, phy->phy_regs, REGISTER1, reg); in csiphy_dphy_config()
265 phy1->phy_regs = OMAP4_ISS_MEM_CAMERARX_CORE1; in omap4iss_csiphy_init()
273 phy2->phy_regs = OMAP4_ISS_MEM_CAMERARX_CORE2; in omap4iss_csiphy_init()
A Diss_csiphy.h33 unsigned int phy_regs; member
/linux-6.3-rc2/drivers/net/wireless/ath/carl9170/
A Dphy.c1529 static const u32 phy_regs[] = { in carl9170_get_noisefloor() local
1532 u32 phy_res[ARRAY_SIZE(phy_regs)]; in carl9170_get_noisefloor()
1535 BUILD_BUG_ON(ARRAY_SIZE(phy_regs) != ARRAY_SIZE(ar->noise)); in carl9170_get_noisefloor()
1537 err = carl9170_read_mreg(ar, ARRAY_SIZE(phy_regs), phy_regs, phy_res); in carl9170_get_noisefloor()
/linux-6.3-rc2/drivers/usb/phy/
A Dphy-mv-usb.c249 retval = mvotg->pdata->phy_init(mvotg->phy_regs); in mv_otg_enable_internal()
276 mvotg->pdata->phy_deinit(mvotg->phy_regs); in mv_otg_disable_internal()
723 mvotg->phy_regs = devm_ioremap(&pdev->dev, r->start, resource_size(r)); in mv_otg_probe()
724 if (mvotg->phy_regs == NULL) { in mv_otg_probe()
A Dphy-mv-usb.h139 void __iomem *phy_regs; member
/linux-6.3-rc2/drivers/gpu/drm/vc4/
A Dvc4_hdmi.h143 void __iomem *phy_regs; member
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dmv_u3d_core.c1108 retval = pdata->phy_init(u3d->phy_regs); in mv_u3d_enable()
1127 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_disable()
1242 pdata->phy_init(u3d->phy_regs); in mv_u3d_start()
1269 pdata->phy_init(u3d->phy_regs); in mv_u3d_stop()
1278 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_stop()
1842 retval = pdata->phy_init(u3d->phy_regs); in mv_u3d_probe()
1866 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_probe()
A Dmv_udc.h179 void __iomem *phy_regs; member
A Dmv_u3d.h251 void __iomem *phy_regs; member
/linux-6.3-rc2/arch/mips/include/asm/ip32/
A Dmace.h111 volatile unsigned long phy_regs; member

Completed in 71 milliseconds

12