Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/mixart/
Dmixart_core.c59 if (tailptr < MSG_OUTBOUND_POST_STACK) in retrieve_msg_frame()
61 if (tailptr >= MSG_OUTBOUND_POST_STACK + MSG_BOUND_STACK_SIZE) in retrieve_msg_frame()
68 if( tailptr >= (MSG_OUTBOUND_POST_STACK+MSG_BOUND_STACK_SIZE) ) in retrieve_msg_frame()
69 tailptr = MSG_OUTBOUND_POST_STACK; in retrieve_msg_frame()
Dmixart_hwdep.h120 #define MSG_OUTBOUND_POST_STACK 0x108000 /* stack of messages to the DRV */ macro