Searched refs:SMD_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance
572 if ((type & SMD_TYPE_MASK) == SMD_TYPE_APPS_MODEM) in smd_alloc_channel()631 type = ctype & SMD_TYPE_MASK; in smd_channel_probe_worker()639 type = shared[n].ctype & SMD_TYPE_MASK; in smd_channel_probe_worker()695 if ((ch->type & SMD_TYPE_MASK) == SMD_TYPE_APPS_MODEM) in smd_open()
315 #define SMD_TYPE_MASK 0x0FF macro