MSG_DESCRIPTOR_SIZE   24 sound/pci/mixart/mixart_core.c #define MSG_HEADER_SIZE             (MSG_DESCRIPTOR_SIZE + 4)
MSG_DESCRIPTOR_SIZE   82 sound/pci/mixart/mixart_core.c 	if( (size < MSG_DESCRIPTOR_SIZE) || (resp->size < (size - MSG_DESCRIPTOR_SIZE))) {
MSG_DESCRIPTOR_SIZE   88 sound/pci/mixart/mixart_core.c 	size -= MSG_DESCRIPTOR_SIZE;
MSG_DESCRIPTOR_SIZE  171 sound/pci/mixart/mixart_core.c 	writel_be( msg->size + MSG_DESCRIPTOR_SIZE,      MIXART_MEM(mgr, msg_frame_address) );      /* size of descriptor + request */
MSG_DESCRIPTOR_SIZE  175 sound/pci/mixart/mixart_core.c 	writel_be( MSG_DESCRIPTOR_SIZE,                  MIXART_MEM(mgr, msg_frame_address + 16) ); /* SizeHeader */
MSG_DESCRIPTOR_SIZE  176 sound/pci/mixart/mixart_core.c 	writel_be( MSG_DESCRIPTOR_SIZE,                  MIXART_MEM(mgr, msg_frame_address + 20) ); /* OffsetDLL_T16 */
MSG_DESCRIPTOR_SIZE  178 sound/pci/mixart/mixart_core.c 	writel_be( MSG_DESCRIPTOR_SIZE,                  MIXART_MEM(mgr, msg_frame_address + 28) ); /* OffsetDLL_DRV */
MSG_DESCRIPTOR_SIZE  180 sound/pci/mixart/mixart_core.c 	writel_be( MSG_DESCRIPTOR_SIZE + max_answersize, MIXART_MEM(mgr, msg_frame_address + 36) ); /* dwExpectedAnswerSize */