| /src/sys/arch/hppa/dev/ |
| gftfb.c | 1033 uint32_t latch = 0, bg8, fg8, pixel, mask; local 1117 latch = (latch << 8) | pixel; 1120 gftfb_write4(sc, NGLE_BINC_DATA_R, latch); 1121 latch = 0; 1125 /* if we have pixels left in latch write them out */ 1127 latch = latch << ((4 - (i & 3)) << 3); 1128 /* make sure we write only the pixels in the latch */ 1130 gftfb_write4(sc, NGLE_BINC_DATA_R, latch); 1308 uint32_t buffer[128], latch, tmp; local [all...] |
| hyperfb.c | 1235 uint32_t latch = 0, bg8, fg8, pixel, mask; local 1318 latch = (latch << 8) | pixel; 1321 hyperfb_write4(sc, NGLE_BINC_DATA_R, latch); 1322 latch = 0; 1326 /* if we have pixels left in latch write them out */ 1328 latch = latch << ((4 - (i & 3)) << 3); 1329 /* make sure we write only the pixels in the latch */ 1331 hyperfb_write4(sc, NGLE_BINC_DATA_R, latch); 1505 uint32_t buffer[128], latch, tmp; local [all...] |
| summitfb.c | 1290 uint32_t buffer[128], latch, tmp; local 1296 latch = 0; 1298 latch |= tmp >> 7; 1300 latch |= tmp >> 5; 1302 latch |= tmp >> 3; 1304 latch |= tmp >> 1; 1306 latch |= tmp << 1; 1308 latch |= tmp << 3; 1310 latch |= tmp << 5; 1312 latch |= tmp << 7 [all...] |
| /src/sys/arch/macppc/dev/ |
| lightbar.c | 266 uint32_t latch; local 305 latch = 0; 308 latch |= 1 << (j + 16); 310 sc->sc_dmabuf[i] = LEDMASK(latch);
|
| /src/sys/dev/pci/voyager/ |
| voyagerfb.c | 1086 uint32_t pixel = 0, latch = 0, bg8, fg8; local 1161 latch = (latch << 8) | pixel; 1165 SM502_DATAPORT, be32toh(latch)); 1166 latch = 0; 1169 /* if we have pixels left in latch write them out */ 1171 latch = latch << ((4 - (i & 3)) << 3); 1173 SM502_DATAPORT, be32toh(latch)); 1446 uint32_t latch = 0, omask local [all...] |
| /src/sys/dev/ic/ |
| ct65550.c | 602 uint32_t bg, latch = 0, bg8, fg8, pixel, dst, stride, size; local 671 latch = 0; 686 latch |= pixel << off; 691 CT_OFF_DATA - CT_OFF_BITBLT, latch); 692 latch = 0; 697 /* if we have pixels left in latch write them out */ 699 chipsfb_write32(sc, CT_OFF_DATA - CT_OFF_BITBLT, latch); 776 uint32_t latch = 0, bork; local 781 latch |= (bork << shift); 783 chipsfb_write32(sc, CT_OFF_DATA - CT_OFF_BITBLT, latch); [all...] |
| /src/sys/arch/sparc/dev/ |
| cgfourteen.c | 1223 uint32_t buffer[32], latch, tmp; local 1228 latch = 0; 1230 latch |= tmp >> 7; 1232 latch |= tmp >> 5; 1234 latch |= tmp >> 3; 1236 latch |= tmp >> 1; 1238 latch |= tmp << 1; 1240 latch |= tmp << 3; 1242 latch |= tmp << 5; 1244 latch |= tmp << 7 [all...] |
| /src/sys/dev/sbus/ |
| p9100.c | 849 uint32_t latch = 0, bork; local 857 latch |= (bork << shift); 863 (PIXEL_1 + (31 << 2)), latch); 869 (PIXEL_1 + ((to_go - 1) << 2)), latch); 872 latch = 0; 878 p9100_ctl_write_4(sc, (PIXEL_1 + ((to_go - 1) << 2)), latch); 1164 uint32_t bg, latch = 0, bg8, fg8, pixel; local 1237 latch = (latch << 8) | pixel; 1241 COMMAND_PIXEL8, latch); [all...] |
| /src/sys/dev/pci/ |
| voodoofb.c | 801 uint32_t bg, latch = 0, bg8, fg8, pixel, save_offset = 0; local 888 latch = (latch << 8) | pixel; 891 voodoo3_write32s(sc, LAUNCH_2D, latch); 896 latch = 0; 911 /* if we have pixels left in latch write them out */ 913 latch = latch << ((4 - (i & 3)) << 3); 914 voodoo3_write32s(sc, LAUNCH_2D, latch); 1111 uint32_t latch = 0, bork local [all...] |
| r128fb.c | 938 uint32_t bg, latch = 0, bg8, fg8, pixel; local 1020 latch = (latch << 8) | pixel; 1024 R128_HOST_DATA0, latch); 1029 latch = 0; 1038 /* if we have pixels left in latch write them out */ 1040 latch = latch << ((4 - (i & 3)) << 3); 1042 R128_HOST_DATA0, latch);
|
| machfb.c | 1634 uint32_t bg, fg, latch = 0, bg8, fg8, pixel; local 1711 latch = (latch << 8) | pixel; 1714 regws(sc, HOST_DATA0, latch); 1719 latch = 0; 1728 /* if we have pixels left in latch write them out */ 1730 latch = latch << ((4 - (i & 3)) << 3); 1731 regws(sc, HOST_DATA0, latch); 1891 uint32_t latch = 0, bork local [all...] |
| pm3fb.c | 965 uint32_t bg, fg, pixel, latch, aval; local 1034 latch = 0; 1049 latch |= pixel << shift; 1053 PM3_SOURCE_DATA, latch); 1059 latch = 0; 1066 PM3_SOURCE_DATA, latch);
|
| radeonfb.c | 3280 uint32_t bg, fg, latch = 0, bg8, fg8, pixel, gmc; local 3366 latch |= pixel << (8 * (i & 3)); 3369 PUT32(sc, RADEON_HOST_DATA0, latch); 3374 latch = 0; 3383 /* if we have pixels left in latch write them out */ 3389 PUT32(sc, RADEON_HOST_DATA0, latch);
|
| /src/sys/dev/sun/ |
| cgsix.c | 1339 uint32_t latch, res = 0, shift; local 1348 latch = data[i]; 1349 res |= latch << shift; 1419 uint32_t bg, latch = 0, bg8, fg8, pixel; local 1499 latch |= pixel << shift; 1501 fbc->fbc_font = latch; 1502 latch = 0; 1508 fbc->fbc_font = latch;
|
| /src/sys/arch/sgimips/dev/ |
| crmfb.c | 798 uint32_t latch = 0, omask; local 806 latch |= omask; 809 latch |= omask; 818 latch |= omask; 821 latch |= omask; 827 latch); 828 latch = 0;
|
| /src/sys/arch/amiga/amiga/ |
| locore.s | 511 tstb %a0@(9) | latch timer value 515 movb %d0,%a0@(13) | low byte: latch write value
|