Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci_brcm.c90 struct reset_control *rcdev_ahci; member
356 reset_control_assert(priv->rcdev_ahci); in brcm_ahci_suspend()
369 ret = reset_control_deassert(priv->rcdev_ahci); in brcm_ahci_resume()
465 priv->rcdev_ahci = devm_reset_control_get_optional(&pdev->dev, "ahci"); in brcm_ahci_probe()
466 if (IS_ERR(priv->rcdev_ahci)) in brcm_ahci_probe()
467 return PTR_ERR(priv->rcdev_ahci); in brcm_ahci_probe()
491 ret = reset_control_deassert(priv->rcdev_ahci); in brcm_ahci_probe()
542 reset_control_assert(priv->rcdev_ahci); in brcm_ahci_probe()