Home
last modified time | relevance | path

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

/linux/include/soc/fsl/
H A Ddpaa2-fd.h66 #define SG_FORMAT_SHIFT 12 macro
388 >> SG_FORMAT_SHIFT) & SG_FORMAT_MASK); in dpaa2_sg_get_format()
399 sg->format_offset &= cpu_to_le16(~(SG_FORMAT_MASK << SG_FORMAT_SHIFT)); in dpaa2_sg_set_format()
400 sg->format_offset |= cpu_to_le16(format << SG_FORMAT_SHIFT); in dpaa2_sg_set_format()