Lines Matching defs:section

450     unsigned short section;
477 section = 0x10 - (x & 0x0F);
478 WRITE_REG16(GP_WIDTH, section);
484 WRITE_REG16(GP_DST_XCOOR, x + section);
486 WRITE_REG16(GP_WIDTH, width - section);
516 unsigned short section, buffer_width, blit_mode;
554 /* Write the registers that do not change for each section. */
574 section = buffer_width;
576 section = width;
583 WRITE_REG16(GP_WIDTH, section);
588 width -= section;
589 x += section;
625 unsigned short bpp_shift, section, cur_x;
688 section =
694 WRITE_REG16(GP_WIDTH, section);
703 cur_x += section;
704 line_width -= section;
753 unsigned short section, buffer_width;
782 /* Write the registers that do not change for each section. */
802 section = buffer_width;
804 section = width;
811 WRITE_REG16(GP_WIDTH, section);
817 /* Still positive X direction within the section. */
819 srcx -= section;
820 dstx -= section;
831 dstx += section;
832 srcx += section;
834 width -= section;
868 unsigned short section, buffer_width;
938 section = buffer_width;
940 section = width;
947 WRITE_REG16(GP_WIDTH, section);
956 /* Still positive X direction within the section. */
958 srcx -= section;
959 dstx -= section;
970 dstx += section;
971 srcx += section;
973 width -= section;
1013 unsigned short section, buffer_width;
1038 /* Write the registers that do not change for each section. */
1047 section = buffer_width;
1049 section = width;
1051 dword_bytes_needed = (section << bpp_shift) & ~3l;
1052 bytes_extra = (section << bpp_shift) & 3l;
1060 WRITE_REG16(GP_WIDTH, section);
1084 width -= section;
1085 srcx += section;
1086 dstx += section;
1126 unsigned short section, buffer_width;
1164 /* Write the registers that do not change for each section. */
1179 section = buffer_width;
1181 section = width;
1183 dword_bytes_needed = (section << bpp_shift) & ~3l;
1184 bytes_extra = (section << bpp_shift) & 3l;
1192 WRITE_REG16(GP_WIDTH, section);
1215 width -= section;
1216 srcx += section;
1217 dstx += section;
1251 unsigned short section, buffer_width;
1291 /* Write the registers that do not change for each section. */
1298 section = buffer_width;
1300 section = width;
1305 dword_bytes_needed = ((section + 7 + (srcx & 7)) >> 3) & ~3l;
1306 bytes_extra = ((section + 7 + (srcx & 7)) >> 3) & 3l;
1314 WRITE_REG16(GP_WIDTH, section);
1337 width -= section;
1338 srcx += section;
1339 dstx += section;