MSG_TYPE_MASK 35 drivers/firmware/arm_scmi/driver.c #define MSG_XTRACT_TYPE(hdr) FIELD_GET(MSG_TYPE_MASK, (hdr)) MSG_TYPE_MASK 279 sound/pci/mixart/mixart_core.c if (snd_BUG_ON((notif_event & MSG_TYPE_MASK) != MSG_TYPE_NOTIFY)) MSG_TYPE_MASK 344 sound/pci/mixart/mixart_core.c addr = msg & ~MSG_TYPE_MASK; MSG_TYPE_MASK 345 sound/pci/mixart/mixart_core.c type = msg & MSG_TYPE_MASK; MSG_TYPE_MASK 430 sound/pci/mixart/mixart_core.c switch (msg & MSG_TYPE_MASK) { MSG_TYPE_MASK 435 sound/pci/mixart/mixart_core.c err = get_msg(mgr, &resp, msg & ~MSG_TYPE_MASK); MSG_TYPE_MASK 534 sound/pci/mixart/mixart_core.c if( (msg & ~MSG_TYPE_MASK) == mgr->pending_event ) {