Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-msm/
Dsmd_private.h320 #define SMD_KIND_MASK 0xF00 macro
Dsmd.c462 type &= SMD_KIND_MASK; in smd_is_packet()
643 ctype = (ctype & (~SMD_KIND_MASK)) | SMD_KIND_STREAM; in smd_channel_probe_worker()