Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Ddpaa_ext.h180 #define DPAA_SGTE_F_MASK 0x40000000 /**< SGTE Final field mask */ macro
189 #define DPAA_SGTE_GET_FINAL(sgte) ((((t_DpaaSGTE *)sgte)->length & DPAA_SGTE_F_MASK) >> (31…
204 …te)->length = ((((t_DpaaSGTE *)sgte)->length & ~DPAA_SGTE_F_MASK) | (((val) << (31-1))& DPAA_SGTE…