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

  /xsrc/external/mit/xf86-video-i128/dist/src/
i128IBMDAC.c 252 long f, vrf, outf, best_diff, best_outf = 0, diff; local
295 outf = f;
297 outf >>= 2 - df;
301 /* outf is a valid freq, pick the closest now */
303 if ((diff = (requested_freq - outf)) < 0)
310 best_outf = outf;
461 long f, vrf, outf, best_diff, best_outf = 0, diff; local
506 outf = f;
508 outf >>= 2 - df;
512 /* outf is a valid freq, pick the closest now *
    [all...]
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atimach64io.h 59 * outf 32-bit write through MMIO cache. Identical to outm() but
73 * inm/outm/outf should ever be used for these registers.
75 * outf()'s should be grouped together as much as possible, while respecting
77 * outf()'s should be split up into two or more groups as needed (but not
78 * necessarily wanted). The outf() groups that result should be immediately
80 * outf()'s in the group with the exception that groups containing a single
81 * outf() should not be thus preceded. This means "n" should not be less than
180 #define outf(_Register, _Value) \ macro
305 * An outf() variant to write two registers such that the second register is

Completed in 8 milliseconds