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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_dac.c 77 bool sense_a, sense_b, sense_b_prime; local in function:sample_load_twice
107 sense_a = nvif_rd08(device, NV_PRMCIO_INP0) & 0x10;
109 /* take another reading until it agrees with sense_a... */
113 if (sense_a != sense_b) {
118 * samples agree; sense_a is replaced */
119 sense_a = sense_b;
121 sense_b = !sense_a;
124 } while ((sense_a != sense_b) && ++j < MAX_HBLANK_OSC);
130 sense[i] = sense_a;
nouveau_dispnv04_dac.c 77 bool sense_a, sense_b, sense_b_prime; local in function:sample_load_twice
107 sense_a = nvif_rd08(device, NV_PRMCIO_INP0) & 0x10;
109 /* take another reading until it agrees with sense_a... */
113 if (sense_a != sense_b) {
118 * samples agree; sense_a is replaced */
119 sense_a = sense_b;
121 sense_b = !sense_a;
124 } while ((sense_a != sense_b) && ++j < MAX_HBLANK_OSC);
130 sense[i] = sense_a;
nouveau_dispnv04_dac.c 77 bool sense_a, sense_b, sense_b_prime; local in function:sample_load_twice
107 sense_a = nvif_rd08(device, NV_PRMCIO_INP0) & 0x10;
109 /* take another reading until it agrees with sense_a... */
113 if (sense_a != sense_b) {
118 * samples agree; sense_a is replaced */
119 sense_a = sense_b;
121 sense_b = !sense_a;
124 } while ((sense_a != sense_b) && ++j < MAX_HBLANK_OSC);
130 sense[i] = sense_a;

Completed in 32 milliseconds