/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-acpi.c | 57 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()
|
D | of_mmc_spi.c | 122 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()
|
D | sdhci-pci.c | 209 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()
|
D | sdhci.c | 3149 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()
|
D | jz4740_mmc.c | 953 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()
|
D | sdhci-pxav3.c | 433 host->mmc->caps2 |= pdata->host_caps2; in sdhci_pxav3_probe()
|
D | mmc_spi.c | 1427 mmc->caps2 |= host->pdata->caps2; in mmc_spi_probe()
|
D | sdhci-s3c.c | 611 host->mmc->caps2 |= pdata->host_caps2; in sdhci_s3c_probe()
|
D | mxs-mmc.c | 93 if (mmc->caps2 & MMC_CAP2_CD_ACTIVE_HIGH) in mxs_mmc_get_cd()
|
D | mmci.c | 1628 mmc->caps2 |= MMC_CAP2_CD_ACTIVE_HIGH; in mmci_probe() 1629 mmc->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH; in mmci_probe()
|
D | dw_mmc.c | 2424 if (host->pdata->caps2) in dw_mci_init_slot() 2425 mmc->caps2 = host->pdata->caps2; in dw_mci_init_slot()
|
D | usdhi6rol0.c | 1114 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()
|
D | sdhci-esdhc-imx.c | 1034 host->mmc->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH; in sdhci_esdhc_imx_probe()
|
D | tmio_mmc_pio.c | 1119 mmc->caps2 |= pdata->capabilities2; in tmio_mmc_host_probe()
|
D | rtsx_usb_sdmmc.c | 1339 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE; in rtsx_usb_init_host()
|
D | rtsx_pci_sdmmc.c | 1364 mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE; in realtek_init_host()
|
/linux-4.1.27/drivers/mmc/core/ |
D | host.c | 391 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()
|
D | slot-gpio.c | 70 !!(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()
|
D | mmc.c | 185 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()
|
D | sdio_irq.c | 200 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()
|
D | sdio.c | 985 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in mmc_sdio_resume()
|
D | core.c | 1458 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/ |
D | host.h | 266 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()
|
D | dw_mmc.h | 254 u32 caps2; /* More capabilities */ member
|
/linux-4.1.27/include/linux/spi/ |
D | mmc_spi.h | 41 unsigned long caps2; member
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
D | vision_ep9307.c | 235 .caps2 = MMC_CAP2_RO_ACTIVE_HIGH,
|
/linux-4.1.27/arch/sh/boards/mach-ecovec24/ |
D | setup.c | 681 .caps2 = MMC_CAP2_RO_ACTIVE_HIGH,
|
/linux-4.1.27/drivers/net/wireless/ |
D | mwl8k.c | 2348 __le32 caps2; member
|