Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dsdhci-pxav2.c205 if (pdata->host_caps) in sdhci_pxav2_probe()
206 host->mmc->caps |= pdata->host_caps; in sdhci_pxav2_probe()
Dsdhci-pxav3.c437 if (pdata->host_caps) in sdhci_pxav3_probe()
438 host->mmc->caps |= pdata->host_caps; in sdhci_pxav3_probe()
Dsdhci-s3c.c638 if (pdata->host_caps) in sdhci_s3c_probe()
639 host->mmc->caps |= pdata->host_caps; in sdhci_s3c_probe()
/drivers/ata/
Dahci_brcm.c119 u32 port_ctrl, host_caps; in brcm_sata_alpm_init() local
123 host_caps = readl(hpriv->mmio + HOST_CAP); in brcm_sata_alpm_init()
124 if (!(host_caps & HOST_CAP_ALPM)) in brcm_sata_alpm_init()