Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:align64

165 	uint len, remain, align64;
176 align64 = (uint)((uintptr)pktdata & 0x3f); /* aligned to 64B */
177 align64 = (64 - align64) & 0x3f;
178 len -= align64; /* bytes from aligned 64B to end */