Searched refs:qpriv (Results 1 – 1 of 1) sorted by relevance
163 struct ahci_qoriq_priv *qpriv = hpriv->plat_data; in ahci_qoriq_phy_init() local166 switch (qpriv->type) { in ahci_qoriq_phy_init()168 if (!qpriv->ecc_addr) in ahci_qoriq_phy_init()170 writel(SATA_ECC_DISABLE, qpriv->ecc_addr); in ahci_qoriq_phy_init()177 if (qpriv->is_dmacoherent) in ahci_qoriq_phy_init()183 if (!qpriv->ecc_addr) in ahci_qoriq_phy_init()185 writel(readl(qpriv->ecc_addr) | ECC_DIS_ARMV8_CH2, in ahci_qoriq_phy_init()186 qpriv->ecc_addr); in ahci_qoriq_phy_init()191 if (qpriv->is_dmacoherent) in ahci_qoriq_phy_init()200 if (qpriv->is_dmacoherent) in ahci_qoriq_phy_init()[all …]