Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_sdio.h51 #define HISDIO_FUNC1_INT_RERROR (1 << 1) /* data read error interrupt */ macro
55 #define HISDIO_FUNC1_INT_MASK (HISDIO_FUNC1_INT_DREADY | HISDIO_FUNC1_INT_RERROR | HISDIO_FUNC1_INT…
Doal_sdio_host.c815 if (int_mask & HISDIO_FUNC1_INT_RERROR) { in oal_sdio_do_isr()