Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/ti/
H A Dphy-omap-control.c35 if (!control_phy) { in omap_control_pcie_pcs()
70 if (!control_phy) { in omap_control_phy_power()
78 val = readl(control_phy->power); in omap_control_phy_power()
80 switch (control_phy->type) { in omap_control_phy_power()
278 control_phy = devm_kzalloc(&pdev->dev, sizeof(*control_phy), in omap_control_phy_probe()
280 if (!control_phy) in omap_control_phy_probe()
287 control_phy->otghs_control = in omap_control_phy_probe()
292 control_phy->power = in omap_control_phy_probe()
302 control_phy->sys_clk = devm_clk_get(control_phy->dev, in omap_control_phy_probe()
311 control_phy->pcie_pcs = in omap_control_phy_probe()
[all …]
/openbmc/linux/drivers/scsi/aic94xx/
H A 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()
789 control_phy->port_type = SAS_PROTOCOL_ALL; in asd_build_control_phy()
791 control_phy->port_type = in asd_build_control_phy()
[all …]
H A Daic94xx_sas.h382 struct control_phy { struct
578 struct control_phy control_phy; member