Searched refs:cqhci_host (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/mmc/host/ |
H A D | cqhci-core.c | 36 static bool cqhci_halted(struct cqhci_host *cq_host) in cqhci_halted() 41 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag) in get_desc() 46 static inline u8 *get_link_desc(struct cqhci_host *cq_host, u8 tag) in get_link_desc() 53 static inline size_t get_trans_desc_offset(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_offset() 58 static inline dma_addr_t get_trans_desc_dma(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_dma() 65 static inline u8 *get_trans_desc(struct cqhci_host *cq_host, u8 tag) in get_trans_desc() 72 static void setup_trans_desc(struct cqhci_host *cq_host, u8 tag) in setup_trans_desc() 102 static void cqhci_set_irqs(struct cqhci_host *cq_host, u32 set) in cqhci_set_irqs() 113 static void cqhci_dumpregs(struct cqhci_host *cq_host) in cqhci_dumpregs() 174 static int cqhci_host_alloc_tdl(struct cqhci_host *cq_host) in cqhci_host_alloc_tdl() [all …]
|
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 | 674 struct cqhci_host *cq_host; in sdhci_am654_cqe_add_host() 676 cq_host = devm_kzalloc(mmc_dev(host->mmc), sizeof(struct cqhci_host), in sdhci_am654_cqe_add_host()
|
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-of-dwcmshc.c | 580 static void dwcmshc_set_tran_desc(struct cqhci_host *cq_host, u8 **desc, in dwcmshc_set_tran_desc() 1256 struct cqhci_host *cq_host; in dwcmshc_cqhci_init()
|
H A D | sdhci-msm.c | 1862 struct cqhci_host *cq_host) in sdhci_msm_ice_init() 1994 struct cqhci_host *cq_host) in sdhci_msm_ice_init() 2105 struct cqhci_host *cq_host; in sdhci_msm_cqe_add_host()
|
H A D | sdhci-pci-core.c | 950 struct cqhci_host *cq_host; in glk_emmc_add_host()
|