Lines Matching defs:align
543 /* align to 4 bytes (otherwise will be problematic when 24bit is used) */
817 pipe->align = 2; /* 16bit word */
819 pipe->align = 4; /* 32bit word */
926 /* align to 4 bytes (otherwise will be problematic when 24bit is used) */
990 size = (size / 3) * 3; /* align to 3 bytes */
1000 if ((pipe->hw_ptr % pipe->align) == 0)
1009 int align = pipe->align * 3;
1010 space = (count / align) * align;