Home
last modified time | relevance | path

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

/drivers/staging/cxt1e1/
Dmusycc.h283 #define INTRPT_ILOST_M 0x00008000 macro
285 #define INTRPT_ILOST(x) ((x & INTRPT_ILOST_M) >> INTRPT_ILOST_S)
Dmusycc.c1612 if ((currInt & INTRPT_ILOST_M) && (cxt1e1_log_level >= LOG_ERROR)) in musycc_intr_bh_tasklet()