Home
last modified time | relevance | path

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

/include/soc/fsl/
Ddpaa2-fd.h65 #define SG_FORMAT_SHIFT 12 macro
387 >> SG_FORMAT_SHIFT) & SG_FORMAT_MASK); in dpaa2_sg_get_format()
398 sg->format_offset &= cpu_to_le16(~(SG_FORMAT_MASK << SG_FORMAT_SHIFT)); in dpaa2_sg_set_format()
399 sg->format_offset |= cpu_to_le16(format << SG_FORMAT_SHIFT); in dpaa2_sg_set_format()