headptr 39 sound/pci/mixart/mixart_core.c u32 headptr, tailptr; headptr 42 sound/pci/mixart/mixart_core.c headptr = readl_be(MIXART_MEM(mgr, MSG_OUTBOUND_POST_HEAD)); headptr 44 sound/pci/mixart/mixart_core.c if (tailptr == headptr) headptr 66 sound/pci/mixart/mixart_core.c u32 headptr; headptr 104 sound/pci/mixart/mixart_core.c headptr = readl_be(MIXART_MEM(mgr, MSG_OUTBOUND_FREE_HEAD)); headptr 106 sound/pci/mixart/mixart_core.c if( (headptr < MSG_OUTBOUND_FREE_STACK) || ( headptr >= (MSG_OUTBOUND_FREE_STACK+MSG_BOUND_STACK_SIZE))) { headptr 112 sound/pci/mixart/mixart_core.c writel_be(msg_frame_address, MIXART_MEM(mgr, headptr)); headptr 115 sound/pci/mixart/mixart_core.c headptr += 4; headptr 116 sound/pci/mixart/mixart_core.c if( headptr >= (MSG_OUTBOUND_FREE_STACK+MSG_BOUND_STACK_SIZE) ) headptr 117 sound/pci/mixart/mixart_core.c headptr = MSG_OUTBOUND_FREE_STACK; headptr 119 sound/pci/mixart/mixart_core.c writel_be(headptr, MIXART_MEM(mgr, MSG_OUTBOUND_FREE_HEAD)); headptr 138 sound/pci/mixart/mixart_core.c u32 headptr, tailptr; headptr 147 sound/pci/mixart/mixart_core.c headptr = readl_be(MIXART_MEM(mgr, MSG_INBOUND_FREE_HEAD)); headptr 149 sound/pci/mixart/mixart_core.c if (tailptr == headptr) { headptr 205 sound/pci/mixart/mixart_core.c headptr = readl_be(MIXART_MEM(mgr, MSG_INBOUND_POST_HEAD)); headptr 207 sound/pci/mixart/mixart_core.c if( (headptr < MSG_INBOUND_POST_STACK) || (headptr >= (MSG_INBOUND_POST_STACK+MSG_BOUND_STACK_SIZE))) { headptr 211 sound/pci/mixart/mixart_core.c writel_be(msg_frame_address, MIXART_MEM(mgr, headptr)); headptr 214 sound/pci/mixart/mixart_core.c headptr += 4; headptr 215 sound/pci/mixart/mixart_core.c if( headptr >= (MSG_INBOUND_POST_STACK+MSG_BOUND_STACK_SIZE) ) headptr 216 sound/pci/mixart/mixart_core.c headptr = MSG_INBOUND_POST_STACK; headptr 218 sound/pci/mixart/mixart_core.c writel_be(headptr, MIXART_MEM(mgr, MSG_INBOUND_POST_HEAD));