Home | History | Annotate | Download | only in UfsPassThruDxe

Lines Matching refs:ROUNDUP8

116 #define ROUNDUP8(x) (((x) % 8 == 0) ? (x) : ((x) / 8 + 1) * 8)