msg_frame          36 sound/pci/mixart/mixart_core.c static int retrieve_msg_frame(struct mixart_mgr *mgr, u32 *msg_frame)
msg_frame          52 sound/pci/mixart/mixart_core.c 	*msg_frame = readl_be(MIXART_MEM(mgr, tailptr));
msg_frame         227 sound/pci/mixart/mixart_core.c 	u32 msg_frame = 0; /* set to 0, so it's no notification to wait for, but the answer */
msg_frame         236 sound/pci/mixart/mixart_core.c 	err = send_msg(mgr, request, max_resp_size, 1, &msg_frame);  /* send and mark the answer pending */
msg_frame         251 sound/pci/mixart/mixart_core.c 			"error: no response on msg %x\n", msg_frame);
msg_frame         261 sound/pci/mixart/mixart_core.c 	err = get_msg(mgr, &resp, msg_frame);