Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/toradex/common/
H A Dtdx-cfg-block.c30 #define TAG_VALID 0xcf01 macro
221 if (tag->flags != TAG_FLAG_VALID || tag->id != TAG_VALID) { in read_tdx_cfg_block()
471 tag->id = TAG_VALID; in do_cfgblock_create()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dsx8.c78 #define TAG_VALID(tag) ((((tag) & 0xf) == 0xf) && (TAG_DECODE(tag) < 32)) macro
917 if (unlikely(!TAG_VALID(handle))) { in carm_handle_resp()