Home
last modified time | relevance | path

Searched refs:SMD_TYPE_MASK (Results 1 – 2 of 2) sorted by relevance

/arch/arm/mach-msm/
Dsmd.c572 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()
Dsmd_private.h315 #define SMD_TYPE_MASK 0x0FF macro