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

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_rfgain.c 67 GAIN_VALUES *gv = &ahp->ah_gainValues; local in function:ar5212InitializeGainValues
71 gv->currStepNum = gainLadder5112.defaultStepNum;
72 gv->currStep =
74 gv->active = AH_TRUE;
75 gv->loTrig = 20;
76 gv->hiTrig = 85;
78 gv->currStepNum = gainLadder.defaultStepNum;
79 gv->currStep = &gainLadder.optStep[gainLadder.defaultStepNum];
80 gv->active = AH_TRUE;
81 gv->loTrig = 20
246 GAIN_VALUES *gv = &ahp->ah_gainValues; local in function:ar5212GetGainFCorrection
280 GAIN_VALUES *gv = &ahp->ah_gainValues; local in function:ar5212GetRfgain
    [all...]
ar5112.c 192 GAIN_VALUES *gv = &ahp->ah_gainValues; local in function:ar5112SetRfRegs
257 gv->currStep->paramVal[GP_PWD_138], 1, 168, 3);
259 gv->currStep->paramVal[GP_PWD_137], 1, 169, 3);
261 gv->currStep->paramVal[GP_PWD_136], 1, 170, 3);
263 gv->currStep->paramVal[GP_PWD_132], 1, 174, 3);
265 gv->currStep->paramVal[GP_PWD_131], 1, 175, 3);
267 gv->currStep->paramVal[GP_PWD_130], 1, 176, 3);
301 gv->currStep->paramVal[GP_MIXGAIN_OVR], 2, 37, 0);
  /src/usr.sbin/grfconfig/
grfconfig.c 77 struct grfvideo_mode gv[1]; local in function:main
170 gv->pixel_clock = atoi(cps[1]);
171 gv->disp_width = atoi(cps[2]);
172 gv->disp_height = atoi(cps[3]);
173 gv->depth = atoi(cps[4]);
174 gv->hblank_start = atoi(cps[5]);
175 gv->hsync_start = atoi(cps[6]);
176 gv->hsync_stop = atoi(cps[7]);
177 gv->htotal = atoi(cps[8]);
178 gv->vblank_start = atoi(cps[9])
    [all...]
  /src/bin/csh/
set.c 328 struct varent *gv = getvx(vp, subscr); local in function:dolet
330 asx(vp, subscr, operate(op, gv->vec[subscr - 1], p));
func.c 1368 static Char **gv = NULL; variable in typeref:typename:Char **
1378 savegv = gv;
1393 gv = v = globall(v);
1400 gv = NULL;
1434 if (gv)
1435 blkfree(gv), gv = NULL;
1437 gv = savegv;
  /src/sys/arch/amiga/dev/
grf_cv3d.c 825 struct grfvideo_mode *gv; local in function:cv3d_getvmode
840 gv = monitor_def + (vm->mode_num - 1);
841 if (gv->mode_num == 0)
844 memcpy(vm, gv, sizeof(struct grfvideo_mode));
1001 cv3d_setmonitor(struct grf_softc *gp, struct grfvideo_mode *gv)
1005 if (!cv3d_mondefok(gv))
1010 if (gv->mode_num == 255) {
1011 memcpy(&cv3dconsole_mode.gv, gv, sizeof(struct grfvideo_mode));
1012 cv3dconsole_mode.gv.hblank_start /= 8
1209 struct grfvideo_mode *gv; local in function:cv3d_load_mon
    [all...]
grf_cl.c 672 struct grfvideo_mode *gv; local in function:cl_getvmode
687 gv = monitor_def + (vm->mode_num - 1);
688 if (gv->mode_num == 0)
691 memcpy(vm, gv, sizeof(struct grfvideo_mode));
1098 cl_setmonitor(struct grf_softc *gp, struct grfvideo_mode *gv)
1102 if (!cl_mondefok(gv))
1107 if (gv->mode_num == 255) {
1108 memcpy(&clconsole_mode.gv, gv, sizeof(struct grfvideo_mode));
1109 clconsole_mode.gv.hblank_start /= 8
1413 struct grfvideo_mode *gv; local in function:cl_load_mon
    [all...]
grf_et.c 631 struct grfvideo_mode *gv; local in function:et_getvmode
646 gv = monitor_def + (vm->mode_num - 1);
647 if (gv->mode_num == 0)
650 memcpy(vm, gv, sizeof(struct grfvideo_mode));
870 et_setmonitor(struct grf_softc *gp, struct grfvideo_mode *gv)
874 if (!et_mondefok(gv))
879 if (gv->mode_num == 255) {
880 memcpy(&etconsole_mode.gv, gv, sizeof(struct grfvideo_mode));
881 etconsole_mode.gv.hblank_start /= 8
1132 struct grfvideo_mode *gv; local in function:et_load_mon
    [all...]
grf_clreg.h 47 * without worry. If gv.depth == 4, then the extended
51 struct grfvideo_mode gv; member in struct:grfcltext_mode
309 int cl_load_mon(struct grf_softc *gp, struct grfcltext_mode *gv);
grf_cv.c 904 struct grfvideo_mode *gv; local in function:cv_getvmode
919 gv = monitor_def + (vm->mode_num - 1);
920 if (gv->mode_num == 0)
923 memcpy(vm, gv, sizeof(struct grfvideo_mode));
1080 cv_setmonitor(struct grf_softc *gp, struct grfvideo_mode *gv)
1084 if (!cv_mondefok(gv))
1089 if (gv->mode_num == 255) {
1090 memcpy(&cvconsole_mode.gv, gv, sizeof(struct grfvideo_mode));
1091 cvconsole_mode.gv.hblank_start /= 8
1295 struct grfvideo_mode *gv; local in function:cv_load_mon
    [all...]
grf_cvreg.h 45 * without worry. If gv.depth == 4, then the extended
50 struct grfvideo_mode gv; member in struct:grfcvtext_mode
grf_etreg.h 48 * without worry. If gv.depth == 4, then the extended
52 struct grfvideo_mode gv; member in struct:grfettext_mode
385 int et_load_mon(struct grf_softc *gp, struct grfettext_mode *gv);
grf_cv3dreg.h 43 * without worry. If gv.depth == 4, then the extended
48 struct grfvideo_mode gv; member in struct:grfcv3dtext_mode
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c 68 u16 rv, gv, bv, av; member in struct:color_conversion
131 * 11 bit fields (ry, by, ru, gu, gv)
196 .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
206 .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200,
216 .rv = 0x035a, .gv = 0x0322, .bv = 0x06e1, .av = 0x0200,
226 .rv = 0x0399, .gv = 0x0356, .bv = 0x070a, .av = 0x0200,
236 .rv = 0x0353, .gv = 0x031c, .bv = 0x06dc, .av = 0x0200,
246 .rv = 0x0390, .gv = 0x034f, .bv = 0x0705, .av = 0x0200,
256 .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
266 .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_reset.c 1932 GAIN_VALUES *gv = &ahp->ah_gainValues; local in function:ar5211InitializeGainValues
1935 gv->currStepNum = gainLadder.defaultStepNum;
1936 gv->currStep = &gainLadder.optStep[gainLadder.defaultStepNum];
1937 gv->active = AH_TRUE;
1938 gv->loTrig = 20;
1939 gv->hiTrig = 35;
1943 ar5211InvalidGainReadback(struct ath_hal *ah, GAIN_VALUES *gv)
1956 gv->loTrig = L1;
1957 gv->hiTrig = L4+5;
1965 gv->loTrig = L1 + DYN_ADJ_LO_MARGIN
1997 GAIN_VALUES *gv = &ahp->ah_gainValues; local in function:ar5211GetRfgain
    [all...]

Completed in 26 milliseconds