Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/mixart/
Dmixart_core.c207 …if( (headptr < MSG_INBOUND_POST_STACK) || (headptr >= (MSG_INBOUND_POST_STACK+MSG_BOUND_STACK_SIZE… in send_msg()
215 if( headptr >= (MSG_INBOUND_POST_STACK+MSG_BOUND_STACK_SIZE) ) in send_msg()
216 headptr = MSG_INBOUND_POST_STACK; in send_msg()
Dmixart_hwdep.h108 #define MSG_INBOUND_POST_STACK 0x104000 /* stack of messages to the EMB */ macro