Searched refs:cq_host (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/ |
H A D | cqhci-core.c | 36 static inline u8 *get_desc(struct cqhci_host *cq_host, u8 tag) in get_desc() argument 38 return cq_host->desc_base + (tag * cq_host->slot_sz); in get_desc() 41 static inline u8 *get_link_desc(struct cqhci_host *cq_host, u8 tag) in get_link_desc() argument 43 u8 *desc = get_desc(cq_host, tag); in get_link_desc() 45 return desc + cq_host->task_desc_len; in get_link_desc() 48 static inline dma_addr_t get_trans_desc_dma(struct cqhci_host *cq_host, u8 tag) in get_trans_desc_dma() argument 50 return cq_host->trans_desc_dma_base + in get_trans_desc_dma() 51 (cq_host->mmc->max_segs * tag * in get_trans_desc_dma() 52 cq_host in get_trans_desc_dma() 55 get_trans_desc(struct cqhci_host *cq_host, u8 tag) get_trans_desc() argument 61 setup_trans_desc(struct cqhci_host *cq_host, u8 tag) setup_trans_desc() argument 91 cqhci_set_irqs(struct cqhci_host *cq_host, u32 set) cqhci_set_irqs() argument 102 cqhci_dumpregs(struct cqhci_host *cq_host) cqhci_dumpregs() argument 163 cqhci_host_alloc_tdl(struct cqhci_host *cq_host) cqhci_host_alloc_tdl() argument 241 __cqhci_enable(struct cqhci_host *cq_host) __cqhci_enable() argument 293 __cqhci_disable(struct cqhci_host *cq_host) __cqhci_disable() argument 308 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_deactivate() local 326 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_enable() local 357 cqhci_read_ctl(struct cqhci_host *cq_host) cqhci_read_ctl() argument 364 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_off() local 391 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_disable() local 414 cqhci_prep_task_desc(struct mmc_request *mrq, struct cqhci_host *cq_host, int tag) cqhci_prep_task_desc() argument 491 cqhci_prep_tran_desc(struct mmc_request *mrq, struct cqhci_host *cq_host, int tag) cqhci_prep_tran_desc() argument 532 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_prep_dcmd_desc() local 588 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_request() local 657 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_recovery_needed() local 685 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_error_irq() local 772 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_finish_mrq() local 809 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_irq() local 854 cqhci_is_idle(struct cqhci_host *cq_host, int *ret) cqhci_is_idle() argument 870 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_wait_for_idle() local 881 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_timeout() local 905 cqhci_tasks_cleared(struct cqhci_host *cq_host) cqhci_tasks_cleared() argument 912 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_clear_all_tasks() local 936 cqhci_halted(struct cqhci_host *cq_host) cqhci_halted() argument 943 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_halt() local 979 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_recovery_start() local 1008 cqhci_recover_mrq(struct cqhci_host *cq_host, unsigned int tag) cqhci_recover_mrq() argument 1032 cqhci_recover_mrqs(struct cqhci_host *cq_host) cqhci_recover_mrqs() argument 1052 struct cqhci_host *cq_host = mmc->cqe_private; cqhci_recovery_finish() local 1120 struct cqhci_host *cq_host; cqhci_pltfm_init() local 1147 cqhci_ver_major(struct cqhci_host *cq_host) cqhci_ver_major() argument 1152 cqhci_ver_minor(struct cqhci_host *cq_host) cqhci_ver_minor() argument 1159 cqhci_init(struct cqhci_host *cq_host, struct mmc_host *mmc, bool dma64) cqhci_init() argument [all...] |
Completed in 1 milliseconds