MSG_DESCRIPTOR_SIZE   36 sound/pci/mixart/mixart_core.c #define MSG_HEADER_SIZE             (MSG_DESCRIPTOR_SIZE + 4)
MSG_DESCRIPTOR_SIZE   95 sound/pci/mixart/mixart_core.c 	if( (size < MSG_DESCRIPTOR_SIZE) || (resp->size < (size - MSG_DESCRIPTOR_SIZE))) {
MSG_DESCRIPTOR_SIZE  100 sound/pci/mixart/mixart_core.c 	size -= MSG_DESCRIPTOR_SIZE;
MSG_DESCRIPTOR_SIZE  185 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  189 sound/pci/mixart/mixart_core.c 	writel_be( MSG_DESCRIPTOR_SIZE,                  MIXART_MEM(mgr, msg_frame_address + 16) ); /* SizeHeader */
MSG_DESCRIPTOR_SIZE  190 sound/pci/mixart/mixart_core.c 	writel_be( MSG_DESCRIPTOR_SIZE,                  MIXART_MEM(mgr, msg_frame_address + 20) ); /* OffsetDLL_T16 */
MSG_DESCRIPTOR_SIZE  192 sound/pci/mixart/mixart_core.c 	writel_be( MSG_DESCRIPTOR_SIZE,                  MIXART_MEM(mgr, msg_frame_address + 28) ); /* OffsetDLL_DRV */
MSG_DESCRIPTOR_SIZE  194 sound/pci/mixart/mixart_core.c 	writel_be( MSG_DESCRIPTOR_SIZE + max_answersize, MIXART_MEM(mgr, msg_frame_address + 36) ); /* dwExpectedAnswerSize */