HomeSort by: relevance | last modified time | path
    Searched defs:CL (Results 1 - 13 of 13) sorted by relevancy

  /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_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_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;
  /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/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/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/libexec/getty/
gettytab.h 66 #define CL gettystrs[1].value
  /src/usr.bin/tip/
tip.c 116 long CL;
  /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/usr.sbin/makefs/cd9660/
iso9660_rrip.h 184 ISO_RRIP_CLINK CL;

Completed in 20 milliseconds