MSG_TYPE_MASK 297 sound/pci/mixart/mixart_core.c if (snd_BUG_ON((notif_event & MSG_TYPE_MASK) != MSG_TYPE_NOTIFY)) MSG_TYPE_MASK 370 sound/pci/mixart/mixart_core.c addr = msg & ~MSG_TYPE_MASK; MSG_TYPE_MASK 371 sound/pci/mixart/mixart_core.c type = msg & MSG_TYPE_MASK; MSG_TYPE_MASK 447 sound/pci/mixart/mixart_core.c switch (msg & MSG_TYPE_MASK) { MSG_TYPE_MASK 452 sound/pci/mixart/mixart_core.c err = get_msg(mgr, &resp, msg & ~MSG_TYPE_MASK); MSG_TYPE_MASK 544 sound/pci/mixart/mixart_core.c if( (msg & ~MSG_TYPE_MASK) == mgr->pending_event ) {