Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dcqhci.c80 *link_temp = CQHCI_VALID(0) | CQHCI_ACT(0) | CQHCI_END(1); in setup_trans_desc()
84 *link_temp = CQHCI_VALID(1) | CQHCI_ACT(0x6) | CQHCI_END(0); in setup_trans_desc()
409 CQHCI_ACT(0x5) | in cqhci_prep_task_desc()
451 CQHCI_ACT(0x4) | in cqhci_set_tran_desc()
528 CQHCI_ACT(0x5) | in cqhci_prep_dcmd_desc()
Dcqhci.h125 #define CQHCI_ACT(x) (((x) & 0x7) << 3) macro