Home
last modified time | relevance | path

Searched refs:cq_host (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
Dcqhci-core.c36 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->trans_desc_len); in get_trans_desc_dma()
55 static inline u8 *get_trans_desc(struct cqhci_host *cq_host, u8 tag) in get_trans_desc() argument
[all …]
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch40942 + int (*program_key)(struct cqhci_host *cq_host,