HomeSort by: relevance | last modified time | path
    Searched defs:latch (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/sys/arch/macppc/dev/
lightbar.c 266 uint32_t latch; local in function:lightbar_thread
305 latch = 0;
308 latch |= 1 << (j + 16);
310 sc->sc_dmabuf[i] = LEDMASK(latch);
lightbar.c 266 uint32_t latch; local in function:lightbar_thread
305 latch = 0;
308 latch |= 1 << (j + 16);
310 sc->sc_dmabuf[i] = LEDMASK(latch);
  /src/sys/dev/ic/
ct65550.c 602 uint32_t bg, latch = 0, bg8, fg8, pixel, dst, stride, size; local in function:chipsfb_putchar_aa
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 in function:chipsfb_feed
781 latch |= (bork << shift);
783 chipsfb_write32(sc, CT_OFF_DATA - CT_OFF_BITBLT, latch);
    [all...]
ct65550.c 602 uint32_t bg, latch = 0, bg8, fg8, pixel, dst, stride, size; local in function:chipsfb_putchar_aa
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 in function:chipsfb_feed
781 latch |= (bork << shift);
783 chipsfb_write32(sc, CT_OFF_DATA - CT_OFF_BITBLT, latch);
    [all...]
  /src/sys/dev/pci/
r128fb.c 938 uint32_t bg, latch = 0, bg8, fg8, pixel; local in function:r128fb_putchar_aa
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);
pm3fb.c 962 uint32_t bg, fg, pixel, latch, aval; local in function:pm3fb_putchar_aa
1031 latch = 0;
1046 latch |= pixel << shift;
1050 PM3_SOURCE_DATA, latch);
1056 latch = 0;
1063 PM3_SOURCE_DATA, latch);
r128fb.c 938 uint32_t bg, latch = 0, bg8, fg8, pixel; local in function:r128fb_putchar_aa
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);
pm3fb.c 962 uint32_t bg, fg, pixel, latch, aval; local in function:pm3fb_putchar_aa
1031 latch = 0;
1046 latch |= pixel << shift;
1050 PM3_SOURCE_DATA, latch);
1056 latch = 0;
1063 PM3_SOURCE_DATA, latch);
machfb.c 1634 uint32_t bg, fg, latch = 0, bg8, fg8, pixel; local in function:mach64_putchar_aa8
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 in function:mach64_feed_bytes
    [all...]
voodoofb.c 801 uint32_t bg, latch = 0, bg8, fg8, pixel, save_offset = 0; local in function:voodoofb_putchar_aa
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 in function:voodoofb_feed_line
    [all...]
machfb.c 1634 uint32_t bg, fg, latch = 0, bg8, fg8, pixel; local in function:mach64_putchar_aa8
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 in function:mach64_feed_bytes
    [all...]
  /src/sys/dev/pci/voyager/
voyagerfb.c 1086 uint32_t pixel = 0, latch = 0, bg8, fg8; local in function:voyagerfb_putchar_aa8
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 in function:voyagerfb_scursor
    [all...]
voyagerfb.c 1086 uint32_t pixel = 0, latch = 0, bg8, fg8; local in function:voyagerfb_putchar_aa8
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 in function:voyagerfb_scursor
    [all...]
  /src/sys/arch/sparc/dev/
cgfourteen.c 1223 uint32_t buffer[32], latch, tmp; local in function:cg14_do_cursor
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...]
cgfourteen.c 1223 uint32_t buffer[32], latch, tmp; local in function:cg14_do_cursor
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/arch/hppa/dev/
gftfb.c 1441 uint32_t buffer[128], latch, tmp; local in function:gftfb_do_cursor
1452 latch = 0;
1454 latch |= tmp >> 7;
1456 latch |= tmp >> 5;
1458 latch |= tmp >> 3;
1460 latch |= tmp >> 1;
1462 latch |= tmp << 1;
1464 latch |= tmp << 3;
1466 latch |= tmp << 5;
1468 latch |= tmp << 7
    [all...]
hyperfb.c 1288 uint32_t buffer[128], latch, tmp; local in function:hyperfb_do_cursor
1295 latch = 0;
1297 latch |= tmp >> 7;
1299 latch |= tmp >> 5;
1301 latch |= tmp >> 3;
1303 latch |= tmp >> 1;
1305 latch |= tmp << 1;
1307 latch |= tmp << 3;
1309 latch |= tmp << 5;
1311 latch |= tmp << 7
    [all...]
summitfb.c 1464 uint32_t buffer[128], latch, tmp; local in function:summitfb_do_cursor
1470 latch = 0;
1472 latch |= tmp >> 7;
1474 latch |= tmp >> 5;
1476 latch |= tmp >> 3;
1478 latch |= tmp >> 1;
1480 latch |= tmp << 1;
1482 latch |= tmp << 3;
1484 latch |= tmp << 5;
1486 latch |= tmp << 7
    [all...]
gftfb.c 1441 uint32_t buffer[128], latch, tmp; local in function:gftfb_do_cursor
1452 latch = 0;
1454 latch |= tmp >> 7;
1456 latch |= tmp >> 5;
1458 latch |= tmp >> 3;
1460 latch |= tmp >> 1;
1462 latch |= tmp << 1;
1464 latch |= tmp << 3;
1466 latch |= tmp << 5;
1468 latch |= tmp << 7
    [all...]
hyperfb.c 1288 uint32_t buffer[128], latch, tmp; local in function:hyperfb_do_cursor
1295 latch = 0;
1297 latch |= tmp >> 7;
1299 latch |= tmp >> 5;
1301 latch |= tmp >> 3;
1303 latch |= tmp >> 1;
1305 latch |= tmp << 1;
1307 latch |= tmp << 3;
1309 latch |= tmp << 5;
1311 latch |= tmp << 7
    [all...]
summitfb.c 1464 uint32_t buffer[128], latch, tmp; local in function:summitfb_do_cursor
1470 latch = 0;
1472 latch |= tmp >> 7;
1474 latch |= tmp >> 5;
1476 latch |= tmp >> 3;
1478 latch |= tmp >> 1;
1480 latch |= tmp << 1;
1482 latch |= tmp << 3;
1484 latch |= tmp << 5;
1486 latch |= tmp << 7
    [all...]
  /src/sys/dev/sun/
cgsix.c 1339 uint32_t latch, res = 0, shift; local in function:cgsix_feed_line
1348 latch = data[i];
1349 res |= latch << shift;
1419 uint32_t bg, latch = 0, bg8, fg8, pixel; local in function:cgsix_putchar_aa
1499 latch |= pixel << shift;
1501 fbc->fbc_font = latch;
1502 latch = 0;
1508 fbc->fbc_font = latch;
cgsix.c 1339 uint32_t latch, res = 0, shift; local in function:cgsix_feed_line
1348 latch = data[i];
1349 res |= latch << shift;
1419 uint32_t bg, latch = 0, bg8, fg8, pixel; local in function:cgsix_putchar_aa
1499 latch |= pixel << shift;
1501 fbc->fbc_font = latch;
1502 latch = 0;
1508 fbc->fbc_font = latch;
  /src/sys/dev/sbus/
p9100.c 849 uint32_t latch = 0, bork; local in function:p9100_feed_line
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 in function:p9100_putchar_aa
1237 latch = (latch << 8) | pixel;
1241 COMMAND_PIXEL8, latch);
    [all...]
  /src/sys/arch/sgimips/dev/
crmfb.c 798 uint32_t latch = 0, omask; local in function:crmfb_scursor
806 latch |= omask;
809 latch |= omask;
818 latch |= omask;
821 latch |= omask;
827 latch);
828 latch = 0;

Completed in 49 milliseconds

1 2