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

  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
gfx_tv.h 26 /* CLOCK FREQUENCY */
28 unsigned long frequency; member in struct:tagTVDISPLAYMODE
tv_1200.c 153 int *frequency);
240 /* Subcarrier Frequency is 3.579545 MHz */
327 /* Subcarrier Frequency is 4.43361875 MHz */
750 pMode->vblankend, pMode->vtotal, pMode->frequency);
1001 unsigned long frequency; local
1007 frequency = gfx_get_clock_frequency();
1012 TVTimings[mode].frequency == frequency) {
1031 * This routine returns the PLL frequency of a given TV mode.
1038 TVStandardType format, int *frequency)
    [all...]
gfx_mode.h 182 /* CLOCK FREQUENCY */
184 unsigned long frequency; member in struct:tagDISPLAYMODE
216 /* CLOCK FREQUENCY */
218 unsigned long frequency; member in struct:tagFIXEDTIMINGS
vid_1400.c 23 long frequency; /* 16.16 fixed point frequency */ member in struct:tagSC1400PLL
90 * This routine sets the clock frequency, specified as a 16.16 fixed point
91 * value (0x00318000 = 49.5 MHz). It will set the closest frequency found
97 sc1400_set_clock_frequency(unsigned long frequency)
100 gfx_set_clock_frequency(unsigned long frequency)
107 /* FIND THE REGISTER VALUES FOR THE DESIRED FREQUENCY */
108 /* Search the table for the closest frequency (16.16 format). */
111 min = (long)gfx_sc1400_clock_table[0].frequency - frequency;
    [all...]
vid_5530.c 137 long frequency; /* 16.16 fixed point frequency */ member in struct:tagCS5530PLLENTRY
243 void cs5530_set_clock_frequency(unsigned long frequency);
443 * This routine sets the clock frequency, specified as a 16.16 fixed point
444 * value (0x00318000 = 49.5 MHz). It will set the closest frequency found
450 cs5530_set_clock_frequency(unsigned long frequency)
453 gfx_set_clock_frequency(unsigned long frequency)
460 /* FIND THE REGISTER VALUES FOR THE DESIRED FREQUENCY */
461 /* Search the table for the closest frequency (16.16 format). */
464 min = (long)CS5530_PLLtable[0].frequency - frequency
    [all...]
gfx_vid.c 340 gfx_set_clock_frequency(unsigned long frequency)
344 cs5530_set_clock_frequency(frequency);
348 sc1200_set_clock_frequency(frequency);
352 redcloud_set_clock_frequency(frequency);
1234 unsigned long frequency = 0; local
1238 frequency = cs5530_get_clock_frequency();
1242 frequency = sc1200_get_clock_frequency();
1246 frequency = redcloud_get_clock_frequency();
1248 return (frequency);
vid_1200.c 138 long frequency; /* 16.16 fixed point frequency */ member in struct:tagSC1200PLL
260 void sc1200_set_clock_frequency(unsigned long frequency);
407 * This routine sets the clock frequency, specified as a 16.16 fixed point
408 * value (0x00318000 = 49.5 MHz). It will set the closest frequency found
414 sc1200_set_clock_frequency(unsigned long frequency)
417 gfx_set_clock_frequency(unsigned long frequency)
424 /* FIND THE REGISTER VALUES FOR THE DESIRED FREQUENCY */
425 /* Search the table for the closest frequency (16.16 format). */
428 min = (long)gfx_sc1200_clock_table[0].frequency - frequency
    [all...]
vid_rdcl.c 135 long frequency; /* 16.16 fixed point frequency */ member in struct:RCDFPLL
136 unsigned long post_div3; /* MCP Frequency dividers and multipliers */
286 void redcloud_set_clock_frequency(unsigned long frequency);
434 * This routine sets the clock frequency, specified as a 16.16 fixed point
435 * value (0x00318000 = 49.5 MHz). It will set the closest frequency found
441 redcloud_set_clock_frequency(unsigned long frequency)
444 gfx_set_clock_frequency(unsigned long frequency)
454 /* READ PLL REFERENCE FREQUENCY */
455 /* The reference frequency of GX2 1.x is different from 2.x and above. *
    [all...]
  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
tv_1200.c 86 /* Subcarrier Frequency is 3.579545 MHz */
178 /* Subcarrier Frequency is 4.43361875 MHz */
608 pMode->vblankend, pMode->vtotal, pMode->frequency);
862 unsigned long frequency; local
868 frequency = gfx_get_clock_frequency();
873 TVTimings[mode].frequency == frequency) {
892 * This routine returns the PLL frequency of a given TV mode.
899 TVStandardType format, int *frequency)
903 TVStandardType format, int *frequency)
    [all...]
gfx_mode.h 152 /* CLOCK FREQUENCY */
154 unsigned long frequency; member in struct:tagDISPLAYMODE
184 /* CLOCK FREQUENCY */
186 unsigned long frequency; member in struct:tagFIXEDTIMINGS
vid_5530.c 35 long frequency; /* 16.16 fixed point frequency */ member in struct:tagCS5530PLLENTRY
229 * This routine sets the clock frequency, specified as a 16.16 fixed point
230 * value (0x00318000 = 49.5 MHz). It will set the closest frequency found
236 cs5530_set_clock_frequency(unsigned long frequency)
239 gfx_set_clock_frequency(unsigned long frequency)
246 /* FIND THE REGISTER VALUES FOR THE DESIRED FREQUENCY */
247 /* Search the table for the closest frequency (16.16 format). */
250 min = (long) CS5530_PLLtable[0].frequency - frequency;
    [all...]
gfx_vid.c 246 gfx_set_clock_frequency(unsigned long frequency)
250 cs5530_set_clock_frequency(frequency);
254 sc1200_set_clock_frequency(frequency);
258 redcloud_set_clock_frequency(frequency);
1192 unsigned long frequency = 0; local
1196 frequency = cs5530_get_clock_frequency();
1200 frequency = sc1200_get_clock_frequency();
1204 frequency = redcloud_get_clock_frequency();
1206 return (frequency);
vid_1200.c 87 long frequency; /* 16.16 fixed point frequency */ member in struct:tagSC1200PLL
248 * This routine sets the clock frequency, specified as a 16.16 fixed point
249 * value (0x00318000 = 49.5 MHz). It will set the closest frequency found
255 sc1200_set_clock_frequency(unsigned long frequency)
258 gfx_set_clock_frequency(unsigned long frequency)
265 /* FIND THE REGISTER VALUES FOR THE DESIRED FREQUENCY */
266 /* Search the table for the closest frequency (16.16 format). */
269 min = (long) gfx_sc1200_clock_table[0].frequency - frequency;
    [all...]
vid_rdcl.c 80 long frequency; /* 16.16 fixed point frequency */ member in struct:RCDFPLL
81 unsigned long post_div3; /* MCP Frequency dividers and multipliers */
243 * This routine sets the clock frequency, specified as a 16.16 fixed point
244 * value (0x00318000 = 49.5 MHz). It will set the closest frequency found
250 redcloud_set_clock_frequency(unsigned long frequency)
253 gfx_set_clock_frequency(unsigned long frequency)
263 /* FIND THE REGISTER VALUES FOR THE DESIRED FREQUENCY */
264 /* Search the table for the closest frequency (16.16 format). */
267 min = (long) RCDF_PLLtable[0].frequency - frequency
    [all...]
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_501.c 458 /* The Crystal input frequency is 24Mhz, and can be multiplied
537 double frequency; local
549 * Requested Pixel Clock = Input Frequency * M / N
551 * Input Frequency is the crystal input frequency value (24 MHz in
569 frequency = 12 * 1000.0;
572 M = clock / frequency * K * N;
573 diff = ((int32_t)(frequency / K * M) / N) - clock;
588 frequency / (*xclck ? 1 : 2) * *m / *n, best,
smi_501.h 161 * 0:3 M1XCLK Frequency Divider
170 * 4:4 M2XCLK Frequency Input Select.
175 * 8:11 MCLK Frequency Divider.
184 * 12:12 MCLK Frequency Input Select.
311 * 24:24 Crystal Frequency Select.
320 int32_t frequency : bits(24, 24); member in struct:_MSOCRegRec::__anon9320::__anon9321
439 * 4:5 PLL Input frequency
470 * Requested Pixel Clock = Input Frequency * M / N
471 * Input Frequency is the input crystal frequency value (24 MHz i
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_video.h 59 uint32_t frequency; member in struct:__anon6877
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident.h 140 float frequency; member in struct:__anon9450
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_defines.h 1182 uint64_t frequency; member in struct:pipe_query_data_timestamp_disjoint
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_defines.h 1048 uint64_t frequency; member in struct:pipe_query_data_timestamp_disjoint
  /xsrc/external/mit/xf86-video-geode/dist/src/cim/
cim_parm.h 380 /* CLOCK FREQUENCY */
382 unsigned long frequency; member in struct:tagVGDisplayMode
411 unsigned long frequency; member in struct:tagQueryDisplayMode
cim_regs.h 634 /* DOT CLOCK FREQUENCY STRUCTURE */
641 unsigned long frequency; member in struct:tagPLLFrequency

Completed in 49 milliseconds