Home
last modified time | relevance | path

Searched refs:TAG_VALID (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/soc/blackfin/
Dbf5xx-ac97.c50 dst->ac97_tag = TAG_VALID; in bf5xx_pcm_to_ac97()
138 out_frame[0].ac97_tag = TAG_VALID | TAG_CMD; in bf5xx_ac97_read()
159 frame.ac97_tag = TAG_VALID | TAG_CMD; in bf5xx_ac97_write()
Dbf5xx-ac97.h41 #define TAG_VALID 0x8000 macro
/linux-4.1.27/drivers/block/
Dsx8.c78 #define TAG_VALID(tag) ((((tag) & 0xf) == 0xf) && (TAG_DECODE(tag) < 32)) macro
1078 if (unlikely(!TAG_VALID(handle))) { in carm_handle_resp()