Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
ct65550.c | 776 uint32_t latch = 0, bork; local in function:chipsfb_feed 780 bork = data[i]; 781 latch |= (bork << shift); |
/src/sys/dev/sbus/ | |
tcx.c | 1052 uint32_t bork; local in function:tcx_putchar 1076 bork = *cdata; 1077 if (bork != 0) { 1078 fg = (uint64_t)bork >> (shift - 24); 1080 fgr = (uint64_t)(bork << (52 - shift)); 1092 bork = *wdata; 1093 if (bork != 0) { 1094 fg = (uint64_t)bork >> (shift - 16); 1096 fgr = (uint64_t)(bork << (48 - shift)); |
p9100.c | 849 uint32_t latch = 0, bork; local in function:p9100_feed_line 856 bork = data[i]; 857 latch |= (bork << shift); |
/src/sys/dev/pci/ | |
machfb.c | 1891 uint32_t latch = 0, bork; local in function:mach64_feed_bytes 1896 bork = data[i]; 1897 latch |= (bork << shift); |
voodoofb.c | 1111 uint32_t latch = 0, bork; local in function:voodoofb_feed_line 1116 bork = data[i]; 1117 latch |= (bork << shift); |