Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/host/
Dsdhci-acpi.c57 unsigned int caps2; member
66 unsigned int caps2; member
207 .caps2 = MMC_CAP2_HC_ERASE_SZ,
349 host->mmc->caps2 |= c->slot->chip->caps2; in sdhci_acpi_probe()
355 host->mmc->caps2 |= c->slot->caps2; in sdhci_acpi_probe()
359 host->mmc->caps2 |= MMC_CAP2_NO_PRESCAN_POWERUP; in sdhci_acpi_probe()
Dof_mmc_spi.c122 oms->pdata.caps2 |= MMC_CAP2_CD_ACTIVE_HIGH; in mmc_spi_get_pdata()
128 oms->pdata.caps2 |= MMC_CAP2_RO_ACTIVE_HIGH; in mmc_spi_get_pdata()
Dsdhci-pci.c209 slot->host->mmc->caps2 |= MMC_CAP2_BOOTPART_NOACC | in mfd_emmc_probe_slot()
275 slot->host->mmc->caps2 |= MMC_CAP2_HC_ERASE_SZ; in byt_emmc_probe_slot()
648 slot->host->mmc->caps2 |= MMC_CAP2_HS200; in rtsx_probe_slot()
1490 host->mmc->caps2 |= MMC_CAP2_NO_PRESCAN_POWERUP; in sdhci_pci_probe_slot()
Dsdhci.c3149 mmc->caps2 |= MMC_CAP2_SDIO_IRQ_NOTHREAD; in sdhci_add_host()
3220 mmc->caps2 |= MMC_CAP2_HS200; in sdhci_add_host()
3226 mmc->caps2 |= MMC_CAP2_HS400; in sdhci_add_host()
3228 if ((mmc->caps2 & MMC_CAP2_HSX00_1_2V) && in sdhci_add_host()
3232 mmc->caps2 &= ~MMC_CAP2_HSX00_1_2V; in sdhci_add_host()
3243 if (mmc->caps2 & MMC_CAP2_HS200) in sdhci_add_host()
Djz4740_mmc.c953 mmc->caps2 |= MMC_CAP2_CD_ACTIVE_HIGH; in jz4740_mmc_request_gpios()
955 mmc->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH; in jz4740_mmc_request_gpios()
Dsdhci-pxav3.c433 host->mmc->caps2 |= pdata->host_caps2; in sdhci_pxav3_probe()
Dmmc_spi.c1427 mmc->caps2 |= host->pdata->caps2; in mmc_spi_probe()
Dsdhci-s3c.c611 host->mmc->caps2 |= pdata->host_caps2; in sdhci_s3c_probe()
Dmxs-mmc.c93 if (mmc->caps2 & MMC_CAP2_CD_ACTIVE_HIGH) in mxs_mmc_get_cd()
Dmmci.c1628 mmc->caps2 |= MMC_CAP2_CD_ACTIVE_HIGH; in mmci_probe()
1629 mmc->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH; in mmci_probe()
Ddw_mmc.c2424 if (host->pdata->caps2) in dw_mci_init_slot()
2425 mmc->caps2 = host->pdata->caps2; in dw_mci_init_slot()
Dusdhi6rol0.c1114 return !status ^ !(mmc->caps2 & MMC_CAP2_CD_ACTIVE_HIGH); in usdhi6_get_cd()
1130 return !status ^ !(mmc->caps2 & MMC_CAP2_RO_ACTIVE_HIGH); in usdhi6_get_ro()
Dsdhci-esdhc-imx.c1034 host->mmc->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH; in sdhci_esdhc_imx_probe()
Dtmio_mmc_pio.c1119 mmc->caps2 |= pdata->capabilities2; in tmio_mmc_host_probe()
Drtsx_usb_sdmmc.c1339 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE; in rtsx_usb_init_host()
Drtsx_pci_sdmmc.c1364 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE; in realtek_init_host()
/linux-4.1.27/drivers/mmc/core/
Dhost.c391 host->caps2 |= MMC_CAP2_CD_ACTIVE_HIGH; in mmc_of_parse()
405 host->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH; in mmc_of_parse()
426 host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE; in mmc_of_parse()
436 host->caps2 |= MMC_CAP2_HS200_1_8V_SDR; in mmc_of_parse()
438 host->caps2 |= MMC_CAP2_HS200_1_2V_SDR; in mmc_of_parse()
440 host->caps2 |= MMC_CAP2_HS400_1_8V | MMC_CAP2_HS200_1_8V_SDR; in mmc_of_parse()
442 host->caps2 |= MMC_CAP2_HS400_1_2V | MMC_CAP2_HS200_1_2V_SDR; in mmc_of_parse()
Dslot-gpio.c70 !!(host->caps2 & MMC_CAP2_RO_ACTIVE_HIGH); in mmc_gpio_get_ro()
85 !!(host->caps2 & MMC_CAP2_CD_ACTIVE_HIGH); in mmc_gpio_get_cd()
Dmmc.c185 u32 caps = host->caps, caps2 = host->caps2; in mmc_select_card_type() local
213 if (caps2 & MMC_CAP2_HS200_1_8V_SDR && in mmc_select_card_type()
219 if (caps2 & MMC_CAP2_HS200_1_2V_SDR && in mmc_select_card_type()
225 if (caps2 & MMC_CAP2_HS400_1_8V && in mmc_select_card_type()
231 if (caps2 & MMC_CAP2_HS400_1_2V && in mmc_select_card_type()
1344 (card->ext_csd.rev >= 3 && (host->caps2 & MMC_CAP2_HC_ERASE_SZ))) { in mmc_init_card()
1480 host->caps2 & MMC_CAP2_PACKED_CMD) { in mmc_init_card()
1661 ((host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) || !is_suspend)) in _mmc_suspend()
1730 !(host->caps2 & MMC_CAP2_FULL_PWR_CYCLE)) in mmc_shutdown()
Dsdio_irq.c200 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in sdio_card_irq_get()
228 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in sdio_card_irq_put()
Dsdio.c985 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in mmc_sdio_resume()
Dcore.c1458 if (host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) { in mmc_select_voltage()
2524 if (host->caps2 & MMC_CAP2_NO_PRESCAN_POWERUP) in mmc_start_host()
/linux-4.1.27/include/linux/mmc/
Dhost.h266 u32 caps2; /* More host capabilities */ member
453 return !(host->caps2 & MMC_CAP2_BOOTPART_NOACC); in mmc_boot_partition_access()
466 return host->caps2 & MMC_CAP2_PACKED_WR; in mmc_host_packed_wr()
Ddw_mmc.h254 u32 caps2; /* More capabilities */ member
/linux-4.1.27/include/linux/spi/
Dmmc_spi.h41 unsigned long caps2; member
/linux-4.1.27/arch/arm/mach-ep93xx/
Dvision_ep9307.c235 .caps2 = MMC_CAP2_RO_ACTIVE_HIGH,
/linux-4.1.27/arch/sh/boards/mach-ecovec24/
Dsetup.c681 .caps2 = MMC_CAP2_RO_ACTIVE_HIGH,
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c2348 __le32 caps2; member