Home
last modified time | relevance | path

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

/sound/pci/lx6464es/
Dlx_defs.h246 #define ERROR_VALUE 0x8000 macro
262 #define ED_GN (ERROR_VALUE | E_SOURCE_DRV | E_CLASS_GENERAL)
323 #define ED_RT (ERROR_VALUE | E_SOURCE_DRV | E_CLASS_REAL_TIME_ERROR)
334 #define EB_ISO (ERROR_VALUE | E_SOURCE_BOARD | \
342 #define EB_RI (ERROR_VALUE | E_SOURCE_BOARD | E_CLASS_RSRC_IMPOSSIBLE)
366 #define EB_WCC (ERROR_VALUE | E_SOURCE_BOARD | E_CLASS_WRONG_CONTEXT)
Dlx_core.c302 if ((reg & ERROR_VALUE) == 0) { in lx_message_send_atomic()