Symbol: control_phy
drivers/phy/ti/phy-omap-control.c
129
__func__, control_phy->type);
drivers/phy/ti/phy-omap-control.c
133
writel(val, control_phy->power);
drivers/phy/ti/phy-omap-control.c
27
struct omap_control_phy *control_phy;
drivers/phy/ti/phy-omap-control.c
271
struct omap_control_phy *control_phy;
drivers/phy/ti/phy-omap-control.c
273
control_phy = devm_kzalloc(&pdev->dev, sizeof(*control_phy),
drivers/phy/ti/phy-omap-control.c
275
if (!control_phy)
drivers/phy/ti/phy-omap-control.c
278
control_phy->dev = &pdev->dev;
drivers/phy/ti/phy-omap-control.c
279
control_phy->type = *(enum omap_control_phy_type *)device_get_match_data(&pdev->dev);
drivers/phy/ti/phy-omap-control.c
281
if (control_phy->type == OMAP_CTRL_TYPE_OTGHS) {
drivers/phy/ti/phy-omap-control.c
282
control_phy->otghs_control =
drivers/phy/ti/phy-omap-control.c
284
if (IS_ERR(control_phy->otghs_control))
drivers/phy/ti/phy-omap-control.c
285
return PTR_ERR(control_phy->otghs_control);
drivers/phy/ti/phy-omap-control.c
287
control_phy->power =
drivers/phy/ti/phy-omap-control.c
289
if (IS_ERR(control_phy->power)) {
drivers/phy/ti/phy-omap-control.c
291
return PTR_ERR(control_phy->power);
drivers/phy/ti/phy-omap-control.c
295
if (control_phy->type == OMAP_CTRL_TYPE_PIPE3 ||
drivers/phy/ti/phy-omap-control.c
296
control_phy->type == OMAP_CTRL_TYPE_PCIE) {
drivers/phy/ti/phy-omap-control.c
297
control_phy->sys_clk = devm_clk_get(control_phy->dev,
drivers/phy/ti/phy-omap-control.c
299
if (IS_ERR(control_phy->sys_clk)) {
drivers/phy/ti/phy-omap-control.c
305
if (control_phy->type == OMAP_CTRL_TYPE_PCIE) {
drivers/phy/ti/phy-omap-control.c
306
control_phy->pcie_pcs =
drivers/phy/ti/phy-omap-control.c
308
if (IS_ERR(control_phy->pcie_pcs))
drivers/phy/ti/phy-omap-control.c
309
return PTR_ERR(control_phy->pcie_pcs);
drivers/phy/ti/phy-omap-control.c
312
dev_set_drvdata(control_phy->dev, control_phy);
drivers/phy/ti/phy-omap-control.c
34
control_phy = dev_get_drvdata(dev);
drivers/phy/ti/phy-omap-control.c
35
if (!control_phy) {
drivers/phy/ti/phy-omap-control.c
40
if (control_phy->type != OMAP_CTRL_TYPE_PCIE) {
drivers/phy/ti/phy-omap-control.c
45
val = readl(control_phy->pcie_pcs);
drivers/phy/ti/phy-omap-control.c
49
writel(val, control_phy->pcie_pcs);
drivers/phy/ti/phy-omap-control.c
62
struct omap_control_phy *control_phy;
drivers/phy/ti/phy-omap-control.c
69
control_phy = dev_get_drvdata(dev);
drivers/phy/ti/phy-omap-control.c
70
if (!control_phy) {
drivers/phy/ti/phy-omap-control.c
75
if (control_phy->type == OMAP_CTRL_TYPE_OTGHS)
drivers/phy/ti/phy-omap-control.c
78
val = readl(control_phy->power);
drivers/phy/ti/phy-omap-control.c
80
switch (control_phy->type) {
drivers/phy/ti/phy-omap-control.c
90
rate = clk_get_rate(control_phy->sys_clk);
drivers/scsi/aic94xx/aic94xx_sas.h
578
struct control_phy control_phy;
drivers/scsi/aic94xx/aic94xx_scb.c
631
struct control_phy *control_phy = &scb->control_phy;
drivers/scsi/aic94xx/aic94xx_scb.c
632
u8 phy_id = control_phy->phy_id;
drivers/scsi/aic94xx/aic94xx_scb.c
646
switch (control_phy->sub_func) {
drivers/scsi/aic94xx/aic94xx_scb.c
690
phy_id, control_phy->sub_func);
drivers/scsi/aic94xx/aic94xx_scb.c
695
phy_id, control_phy->sub_func);
drivers/scsi/aic94xx/aic94xx_scb.c
770
struct control_phy *control_phy = &scb->control_phy;
drivers/scsi/aic94xx/aic94xx_scb.c
773
control_phy->phy_id = (u8) phy_id;
drivers/scsi/aic94xx/aic94xx_scb.c
774
control_phy->sub_func = subfunc;
drivers/scsi/aic94xx/aic94xx_scb.c
780
control_phy->hot_plug_delay = HOTPLUG_DELAY_TIMEOUT;
drivers/scsi/aic94xx/aic94xx_scb.c
783
set_speed_mask(&control_phy->speed_mask, phy->phy_desc);
drivers/scsi/aic94xx/aic94xx_scb.c
787
control_phy->port_type = SAS_PROTOCOL_ALL << 4;
drivers/scsi/aic94xx/aic94xx_scb.c
789
control_phy->port_type = SAS_PROTOCOL_ALL;
drivers/scsi/aic94xx/aic94xx_scb.c
791
control_phy->port_type =
drivers/scsi/aic94xx/aic94xx_scb.c
795
control_phy->link_reset_retries = 10;
drivers/scsi/aic94xx/aic94xx_scb.c
800
control_phy->func_mask = FUNCTION_MASK_DEFAULT;
drivers/scsi/aic94xx/aic94xx_scb.c
802
control_phy->func_mask &= ~SPINUP_HOLD_DIS;
drivers/scsi/aic94xx/aic94xx_scb.c
804
control_phy->func_mask |= SPINUP_HOLD_DIS;
drivers/scsi/aic94xx/aic94xx_scb.c
807
control_phy->conn_handle = cpu_to_le16(0xFFFF);