Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/mixart/
Dmixart_core.c45 if (tailptr < MSG_OUTBOUND_POST_STACK) in retrieve_msg_frame()
47 if (tailptr >= MSG_OUTBOUND_POST_STACK + MSG_BOUND_STACK_SIZE) in retrieve_msg_frame()
54 if( tailptr >= (MSG_OUTBOUND_POST_STACK+MSG_BOUND_STACK_SIZE) ) in retrieve_msg_frame()
55 tailptr = MSG_OUTBOUND_POST_STACK; in retrieve_msg_frame()
Dmixart_hwdep.h107 #define MSG_OUTBOUND_POST_STACK 0x108000 /* stack of messages to the DRV */ macro