Lines Matching defs:align
545 /* align to 4 bytes (otherwise will be problematic when 24bit is used) */
826 pipe->align = 2; /* 16bit word */
828 pipe->align = 4; /* 32bit word */
935 /* align to 4 bytes (otherwise will be problematic when 24bit is used) */
999 size = (size / 3) * 3; /* align to 3 bytes */
1009 if ((pipe->hw_ptr % pipe->align) == 0)
1018 int align = pipe->align * 3;
1019 space = (count / align) * align;