Home
last modified time | relevance | path

Searched refs:CQHCI_ACT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A 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()
421 CQHCI_ACT(0x5) | in cqhci_prep_task_desc()
463 CQHCI_ACT(0x4) | in cqhci_set_tran_desc()
540 CQHCI_ACT(0x5) | in cqhci_prep_dcmd_desc()
H A Dcqhci.h118 #define CQHCI_ACT(x) (((x) & 0x7) << 3) macro
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dcqhci-core.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()
432 CQHCI_ACT(0x5) | in cqhci_prep_task_desc()
485 CQHCI_ACT(0x4) | in cqhci_set_tran_desc()
562 CQHCI_ACT(0x5) | in cqhci_prep_dcmd_desc()
H A Dcqhci.h134 #define CQHCI_ACT(x) (((x) & 0x7) << 3) macro

Completed in 5 milliseconds