Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/mixart/
H A Dmixart_core.c149 …if( (tailptr < MSG_INBOUND_FREE_STACK) || (tailptr >= (MSG_INBOUND_FREE_STACK+MSG_BOUND_STACK_SIZE… in send_msg()
158 if( tailptr >= (MSG_INBOUND_FREE_STACK+MSG_BOUND_STACK_SIZE) ) in send_msg()
159 tailptr = MSG_INBOUND_FREE_STACK; in send_msg()
H A Dmixart_hwdep.h111 #define MSG_INBOUND_FREE_STACK 0x100000 /* stack of free enveloped for DRV */ macro