Home
last modified time | relevance | path

Searched refs:control_phy (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/phy/ti/
Dphy-omap-control.c27 struct omap_control_phy *control_phy; in omap_control_pcie_pcs() local
34 control_phy = dev_get_drvdata(dev); in omap_control_pcie_pcs()
35 if (!control_phy) { in omap_control_pcie_pcs()
40 if (control_phy->type != OMAP_CTRL_TYPE_PCIE) { in omap_control_pcie_pcs()
45 val = readl(control_phy->pcie_pcs); in omap_control_pcie_pcs()
49 writel(val, control_phy->pcie_pcs); in omap_control_pcie_pcs()
62 struct omap_control_phy *control_phy; in omap_control_phy_power() local
69 control_phy = dev_get_drvdata(dev); in omap_control_phy_power()
70 if (!control_phy) { in omap_control_phy_power()
75 if (control_phy->type == OMAP_CTRL_TYPE_OTGHS) in omap_control_phy_power()
[all …]
/linux-6.6.21/drivers/scsi/aic94xx/
Daic94xx_scb.c631 struct control_phy *control_phy = &scb->control_phy; in control_phy_tasklet_complete() local
632 u8 phy_id = control_phy->phy_id; in control_phy_tasklet_complete()
646 switch (control_phy->sub_func) { in control_phy_tasklet_complete()
690 phy_id, control_phy->sub_func); in control_phy_tasklet_complete()
695 phy_id, control_phy->sub_func); in control_phy_tasklet_complete()
770 struct control_phy *control_phy = &scb->control_phy; in asd_build_control_phy() local
773 control_phy->phy_id = (u8) phy_id; in asd_build_control_phy()
774 control_phy->sub_func = subfunc; in asd_build_control_phy()
780 control_phy->hot_plug_delay = HOTPLUG_DELAY_TIMEOUT; in asd_build_control_phy()
783 set_speed_mask(&control_phy->speed_mask, phy->phy_desc); in asd_build_control_phy()
[all …]
Daic94xx_sas.h382 struct control_phy { struct
578 struct control_phy control_phy; member