Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/mmc/himci_v200/
Dhimci.h270 #define SBE_INT_STATUS (1U << 13) macro
285 #define DATA_INT_MASK (DTO_INT_STATUS | DCRC_INT_STATUS | SBE_INT_STATUS | EBE_INT_STATUS)
Dhimci.c518 … } else if ((state & (EBE_INT_STATUS | SBE_INT_STATUS | FRUN_INT_STATUS | DCRC_INT_STATUS)) > 0) { in HimciDataDone()
1699 if ((state & SBE_INT_STATUS) > 0) { in HimciDataIrq()
1701 HimciDataDone(host, state & (~SBE_INT_STATUS)); in HimciDataIrq()