Searched refs:caps2 (Results 1 – 16 of 16) sorted by relevance
18 if (host->caps2 & MMC_CAP2_CRYPTO) in mmc_crypto_set_initial_state()24 if (host->caps2 & MMC_CAP2_CRYPTO) in mmc_crypto_setup_queue()
202 if (host->caps2 & MMC_CAP2_CD_ACTIVE_HIGH) in mmc_gpiod_request_cd()269 if (host->caps2 & MMC_CAP2_RO_ACTIVE_HIGH) in mmc_gpiod_request_ro()
231 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in sdio_card_irq_get()259 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in sdio_card_irq_put()
207 u32 caps = host->caps, caps2 = host->caps2; in mmc_select_card_type() local235 if (caps2 & MMC_CAP2_HS200_1_8V_SDR && in mmc_select_card_type()241 if (caps2 & MMC_CAP2_HS200_1_2V_SDR && in mmc_select_card_type()247 if (caps2 & MMC_CAP2_HS400_1_8V && in mmc_select_card_type()253 if (caps2 & MMC_CAP2_HS400_1_2V && in mmc_select_card_type()259 if ((caps2 & MMC_CAP2_HS400_ES) && in mmc_select_card_type()1919 if (card->ext_csd.cmdq_support && host->caps2 & MMC_CAP2_CQE) { in mmc_init_card()1953 if (host->caps2 & MMC_CAP2_AVOID_3_3V && in mmc_init_card()2041 if (host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) in mmc_host_can_poweroff_notify()2044 if (host->caps2 & MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND && in mmc_host_can_poweroff_notify()
261 if (host->caps2 & MMC_CAP2_SD_EXP) { in mmc_send_if_cond_pcie()264 if (host->caps2 & MMC_CAP2_SD_EXP_1_2V) in mmc_send_if_cond_pcie()
1211 if (!(host->caps2 & MMC_CAP2_SD_UHS2)) in mmc_attach_sd_uhs2()
512 struct cdns_nand_caps caps2; member603 u8 data_dma_width = cdns_ctrl->caps2.data_dma_width; in cadence_nand_dma_buf_ok()951 cdns_ctrl->caps2.max_banks = 1 << FIELD_GET(CTRL_FEATURES_N_BANKS, reg); in cadence_nand_get_caps()954 cdns_ctrl->caps2.data_dma_width = 8; in cadence_nand_get_caps()956 cdns_ctrl->caps2.data_dma_width = 4; in cadence_nand_get_caps()959 cdns_ctrl->caps2.data_control_supp = true; in cadence_nand_get_caps()963 cdns_ctrl->caps2.is_phy_type_dll = true; in cadence_nand_get_caps()1238 if (cdns_ctrl->caps2.data_dma_width == 8) { in cadence_nand_hw_init()1307 if (cdns_ctrl->caps2.data_control_supp) { in cadence_nand_prepare_data_size()1378 if (cdns_ctrl->caps2.is_phy_type_dll) in cadence_nand_set_timings()[all …]
17 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_and_cqhci_reset()
171 if (!(mmc->caps2 & MMC_CAP2_CRYPTO) || in cqhci_crypto_init()239 mmc->caps2 &= ~MMC_CAP2_CRYPTO; in cqhci_crypto_init()
651 host->mmc->caps2 & MMC_CAP2_SD_EXP_1_2V) { in sdhci_pci_o2_init_sd_express()771 host->mmc->caps2 |= MMC_CAP2_NO_SD; in sdhci_pci_o2_probe_slot()772 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot()782 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot()797 host->mmc->caps2 |= MMC_CAP2_NO_SDIO | MMC_CAP2_SD_EXP | MMC_CAP2_SD_EXP_1_2V; in sdhci_pci_o2_probe_slot()
216 host->mmc->caps2 |= (MMC_CAP2_NO_SDIO|MMC_CAP2_NO_SD); in sdhci_sparx5_probe()
1261 mmc->caps2 |= host->pdata->caps2; in mmc_spi_probe()
1453 mmc->caps2 &= ~MMC_CAP2_HS200; in sunxi_mmc_probe()1457 mmc->caps2 &= ~MMC_CAP2_HS400; in sunxi_mmc_probe()
1122 return !status ^ !(mmc->caps2 & MMC_CAP2_CD_ACTIVE_HIGH); in usdhi6_get_cd()1138 return !status ^ !(mmc->caps2 & MMC_CAP2_RO_ACTIVE_HIGH); in usdhi6_get_ro()
27 unsigned long caps2; member
429 u32 caps2; /* More host capabilities */ member