/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
nouveau_nvkm_subdev_fb_sddr2.c | 69 int CL, WR, DLL = 0, ODT = 0; 73 CL = ram->next->bios.timing_10_CL; 79 CL = (ram->next->bios.timing[1] & 0x0000001f); 92 CL = ramxlat(ramddr2_cl, CL); 94 if (CL < 0 || WR < 0) 99 ram->mr[0] |= (CL & 0x07) << 4;
|
nouveau_nvkm_subdev_fb_sddr3.c | 78 int CWL, CL, WR, DLL = 0, ODT = 0; 89 CL = ram->next->bios.timing_10_CL; 95 CL = (ram->next->bios.timing[1] & 0x0000001f) >> 0; 107 CL = ramxlat(ramddr3_cl, CL); 109 if (CL < 0 || CWL < 0 || WR < 0) 114 ram->mr[0] |= (CL & 0x0e) << 3; 115 ram->mr[0] |= (CL & 0x01) << 2;
|
nouveau_nvkm_subdev_fb_gddr3.c | 78 int CL, WR, CWL, DLL = 0, ODT = 0, RON, hi; 83 CL = ram->next->bios.timing_10_CL; 91 CL = (ram->next->bios.timing[1] & 0x0000001f) >> 0; 107 CL = ramxlat(hi ? ramgddr3_cl_hi : ramgddr3_cl_lo, CL); 109 if (CL < 0 || CWL < 1 || CWL > 7 || WR < 0) 114 ram->mr[0] |= (CL & 0x07) << 4; 115 ram->mr[0] |= (CL & 0x08) >> 1;
|
nouveau_nvkm_subdev_fb_gddr5.c | 43 int WL, CL, WR, at[2], dt, ds; 64 CL = (ram->next->bios.timing[1] & 0x0000001f); 75 if (WL < 1 || WL > 7 || CL < 5 || CL > 36 || WR < 4 || WR > 35) 77 CL -= 5; 82 ram->mr[0] |= (CL & 0x0f) << 3; 124 ram->mr[8] |= (CL & 0x10) >> 4;
|
nouveau_nvkm_subdev_fb_ramnv50.c | 93 T(CWL) = T(CL) - 1; 103 timing[6] = (0x2d + T(CL) - T(CWL) + 106 (0x2f + T(CL) - T(CWL)); 109 timing[6] = (0x2b + T(CL) - T(CWL)) << 16 | 111 (0x2e + T(CL) - T(CWL)); 118 (3 + T(CL) - T(CWL)); 123 timing[3] = (unkt3b - 2 + T(CL)) << 24 | 125 (T(CL) - 1) << 8 | 126 (T(CL) - 1); 134 timing[7] = (cur7 & 0xff00ffff) | (T(CL) - 1) << 16 [all...] |
nouveau_nvkm_subdev_fb_ramgt215.c | 369 T(CWL) = T(CL) - 1; 383 (5 + T(CL) - T(CWL)); 389 (0x30 + T(CL)) << 24 | 390 (0xb + T(CL)) << 8 | 391 (T(CL) - 1); 398 max_t(u8, (T(CWL) + 6), (T(CL) + 2)) << 8 | 400 timing[6] = (0x5a + T(CL)) << 16 | 401 max_t(u8, 1, (6 - T(CL) + T(CWL))) << 8 | 402 (0x50 + T(CL) - T(CWL)); 404 ((tUNK_base + T(CL)) << 16) [all...] |
/src/lib/libcurses/PSD.doc/ |
twinkle2.c | 61 static char *CL; 97 CL = tgetstr("cl", &ptr); 98 if (CL == NULL) { 99 printf("terminal does not have the cl capability\n"); 107 tputs(CL, NLINES, putchar);
|
/src/tests/lib/libc/sys/ |
t_clock_gettime.c | 94 #define CL(x) \ 102 CL(clock_gettime(CLOCK_REALTIME, &tsa)); 105 CL(time(&endlimit)); 111 CL(clock_gettime(CLOCK_REALTIME, &tsb)); 152 #undef CL
|
/src/usr.bin/tip/ |
remote.c | 193 if (cgetnum(bp, "cl", &CL) == -1) 194 CL = 0;
|
vars.c | 101 "cdelay", &CL },
|
tip.h | 89 extern long CL; /* char delay for file transfers to remote */
|
tip.c | 116 long CL;
|
/src/sys/arch/i386/include/ |
bioscall.h | 74 #define CL r_cx.biosreg_quarter[BIOSREG_LO]
|
/src/games/backgammon/common_source/ |
fancy.c | 61 static char *CL; /* clear screen sequence */ 83 static char **tstr[] = {&BC, &CD, &CE, &CL, &CM, &HO, &MC, &ML, &ND, &UP}; 596 if (CL == NULL) { 605 tputs(CL, CO, addbuf); /* put CL in buffer */ 751 if (LI < 24 || CO < 72 || !(CL && UP && ND)) { 752 /* force CL to null because this is what's tested in clear() */ 753 CL = NULL;
|
/src/libexec/getty/ |
main.c | 294 if (CL && *CL) 295 putpad(CL);
|
gettytab.h | 66 #define CL gettystrs[1].value
|
/src/usr.sbin/makefs/cd9660/ |
iso9660_rrip.h | 184 ISO_RRIP_CLINK CL;
|
iso9660_rrip.c | 187 t->attr.rr_entry.CL.dir_loc); 424 /* First handle the CL for the placeholder file. */ 427 SUSP_ENTRY_RRIP_CL, "CL", SUSP_LOC_ENTRY); 479 p->attr.rr_entry.CL.h.length[0] = 12; 480 p->attr.rr_entry.CL.h.version[0] = 1;
|
/src/sys/arch/amd64/amd64/ |
db_disasm.c | 93 #define CL 12 /* cl, for shifts */ 340 /*a5*/ { "shld", true, LONG, op3(CL,R,E), 0 }, 349 /*ad*/ { "shrd", true, LONG, op3(CL,R,E), 0 }, 839 /*d2*/ { "", true, BYTE, op2(CL, E), db_Grp2 }, 840 /*d3*/ { "", true, LONG, op2(CL, E), db_Grp2 }, 927 {{"%al", "%cl", "%dl", "%bl", "%ah", "%ch", "%dh", "%bh", 936 {{"%al", "%cl", "%dl", "%bl", "%spl", "%bpl", "%sil", "%dil", 1414 case CL: 1415 db_printf("%%cl"); [all...] |
/src/sys/arch/i386/i386/ |
db_disasm.c | 75 #define CL 12 /* cl, for shifts */ 308 /*a5*/ { "shld", true, LONG, op3(CL,R,E), 0 }, 317 /*ad*/ { "shrd", true, LONG, op3(CL,R,E), 0 }, 802 /*d2*/ { NULL, true, BYTE, op2(CL, E), db_Grp2 }, 803 /*d3*/ { NULL, true, LONG, op2(CL, E), db_Grp2 }, 887 { "%al", "%cl", "%dl", "%bl", "%ah", "%ch", "%dh", "%bh" }, 1322 case CL: 1323 db_printf("%%cl");
|
/src/games/warp/ |
term.h | 266 EXT char *CL INIT(NULL); /* home and clear screen */ 292 #define clear() (do_tc(CL,LINES),real_y=real_x=0)
|
term.c | 162 CL = Tgetstr("cl"); /* get clear string */
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
am57xx-sbc-am57x.dts | 9 #include "am57xx-cl-som-am57x.dts" 13 model = "CompuLab CL-SOM-AM57x on SB-SOM-AM57x"; 14 compatible = "compulab,sbc-am57x", "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7";
|
am57xx-cl-som-am57x.dts | 3 * Support for CompuLab CL-SOM-AM57x System-on-Module 16 model = "CompuLab CL-SOM-AM57x"; 17 compatible = "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7"; 30 label = "cl-som-am57x:green"; 53 simple-audio-card,name = "CL-SOM-AM57x-Sound-Card";
|
/src/games/rogue/ |
message.c | 223 printf("%s", CL);
|