Searched refs:cqhci_host (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/drivers/mmc/host/ |
| H A D | cqhci-core.c | 36 static bool cqhci_halted(struct cqhci_host *cq_host) in cqhci_halted() 321 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_deactivate() 339 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_enable() 377 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_off() 404 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_disable() 428 struct cqhci_host *cq_host, int tag) in cqhci_prep_task_desc() 506 struct cqhci_host *cq_host, int tag) in cqhci_prep_tran_desc() 550 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_prep_dcmd_desc() 606 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_request() 675 struct cqhci_host *cq_host = mmc->cqe_private; in cqhci_recovery_needed() [all …]
|
| H A D | cqhci.h | 221 struct cqhci_host { struct 284 void (*write_l)(struct cqhci_host *host, u32 val, int reg); argument 285 u32 (*read_l)(struct cqhci_host *host, int reg); 292 void (*set_tran_desc)(struct cqhci_host *cq_host, u8 **desc, 299 static inline void cqhci_writel(struct cqhci_host *host, u32 val, int reg) in cqhci_writel() 307 static inline u32 cqhci_readl(struct cqhci_host *host, int reg) in cqhci_readl() 319 int cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, bool dma64); 320 struct cqhci_host *cqhci_pltfm_init(struct platform_device *pdev);
|
| H A D | cqhci-crypto.c | 25 static inline struct cqhci_host * 31 static void cqhci_crypto_program_key(struct cqhci_host *cq_host, in cqhci_crypto_program_key() 59 struct cqhci_host *cq_host = cqhci_host_from_crypto_profile(profile); in cqhci_crypto_keyslot_program() 100 static int cqhci_crypto_clear_keyslot(struct cqhci_host *cq_host, int slot) in cqhci_crypto_clear_keyslot() 116 struct cqhci_host *cq_host = cqhci_host_from_crypto_profile(profile); in cqhci_crypto_keyslot_evict() 161 int cqhci_crypto_init(struct cqhci_host *cq_host) in cqhci_crypto_init()
|
| H A D | cqhci-crypto.h | 17 int cqhci_crypto_init(struct cqhci_host *host); 38 static inline int cqhci_crypto_init(struct cqhci_host *host) in cqhci_crypto_init()
|
| H A D | sdhci-tegra.c | 1184 static void tegra_cqhci_writel(struct cqhci_host *cq_host, u32 val, int reg) in tegra_cqhci_writel() 1237 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_tegra_cqe_enable() 1318 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_tegra_cqe_pre_enable() 1328 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_tegra_cqe_post_disable() 1592 struct cqhci_host *cq_host; in sdhci_tegra_add_host()
|
| H A D | sdhci_am654.c | 705 struct cqhci_host *cq_host; in sdhci_am654_cqe_add_host() 707 cq_host = devm_kzalloc(mmc_dev(host->mmc), sizeof(struct cqhci_host), in sdhci_am654_cqe_add_host()
|
| H A D | sdhci-esdhc-imx.c | 1456 struct cqhci_host *cq_host = host->mmc->cqe_private; in sdhci_esdhc_imx_hwinit() 1575 struct cqhci_host *cq_host = mmc->cqe_private; in esdhc_cqe_enable() 1694 struct cqhci_host *cq_host; in sdhci_esdhc_imx_probe()
|
| H A D | sdhci-brcmstb.c | 322 struct cqhci_host *cq_host; in sdhci_brcmstb_add_host()
|
| H A D | sdhci-pci-gli.c | 1662 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_gl9763e_cqe_pre_enable() 1694 struct cqhci_host *cq_host = mmc->cqe_private; in sdhci_gl9763e_cqe_post_disable() 1715 struct cqhci_host *cq_host; in gl9763e_add_host()
|
| H A D | sdhci-of-dwcmshc.c | 539 static void dwcmshc_set_tran_desc(struct cqhci_host *cq_host, u8 **desc, in dwcmshc_set_tran_desc() 1250 struct cqhci_host *cq_host; in dwcmshc_cqhci_init()
|
| H A D | mtk-sd.c | 504 struct cqhci_host *cq_host; 2659 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_cit_cal() 2698 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_enable() 2741 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_pre_enable() 2751 struct cqhci_host *cq_host = mmc->cqe_private; in msdc_cqe_post_disable()
|
| H A D | sdhci-msm.c | 1862 struct cqhci_host *cq_host) in sdhci_msm_ice_init() 1995 struct cqhci_host *cq_host) in sdhci_msm_ice_init() 2106 struct cqhci_host *cq_host; in sdhci_msm_cqe_add_host()
|
| H A D | sdhci-of-arasan.c | 1812 struct cqhci_host *cq_host; in sdhci_arasan_add_host()
|
| H A D | sdhci-pci-core.c | 954 struct cqhci_host *cq_host; in glk_emmc_add_host()
|