Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mmc/host/
Dcqhci.c73 *link_temp = CQHCI_VALID(0) | CQHCI_ACT(0) | CQHCI_END(1); in setup_trans_desc()
77 *link_temp = CQHCI_VALID(1) | CQHCI_ACT(0x6) | CQHCI_END(0); in setup_trans_desc()
418 CQHCI_ACT(0x5) | in cqhci_prep_task_desc()
460 CQHCI_ACT(0x4) | in cqhci_set_tran_desc()
537 CQHCI_ACT(0x5) | in cqhci_prep_dcmd_desc()
Dcqhci.h118 #define CQHCI_ACT(x) (((x) & 0x7) << 3) macro