Home
last modified time | relevance | path

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

/drivers/ata/
Dahci_ceva.c107 struct ceva_ahci_priv *cevapriv = hpriv->plat_data; in ahci_ceva_setup() local
155 if (cevapriv->flags & CEVA_FLAG_BROKEN_GEN2) in ahci_ceva_setup()
170 struct ceva_ahci_priv *cevapriv; in ceva_ahci_probe() local
173 cevapriv = devm_kzalloc(dev, sizeof(*cevapriv), GFP_KERNEL); in ceva_ahci_probe()
174 if (!cevapriv) in ceva_ahci_probe()
177 cevapriv->ahci_pdev = pdev; in ceva_ahci_probe()
188 cevapriv->flags = CEVA_FLAG_BROKEN_GEN2; in ceva_ahci_probe()
190 hpriv->plat_data = cevapriv; in ceva_ahci_probe()