Home
last modified time | relevance | path

Searched refs:sense_a (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c73 bool sense_a, sense_b, sense_b_prime; in sample_load_twice() local
103 sense_a = nvif_rd08(device, NV_PRMCIO_INP0) & 0x10; in sample_load_twice()
105 /* take another reading until it agrees with sense_a... */ in sample_load_twice()
109 if (sense_a != sense_b) { in sample_load_twice()
114 * samples agree; sense_a is replaced */ in sample_load_twice()
115 sense_a = sense_b; in sample_load_twice()
117 sense_b = !sense_a; in sample_load_twice()
120 } while ((sense_a != sense_b) && ++j < MAX_HBLANK_OSC); in sample_load_twice()
126 sense[i] = sense_a; in sample_load_twice()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c73 bool sense_a, sense_b, sense_b_prime; in sample_load_twice() local
103 sense_a = nvif_rd08(device, NV_PRMCIO_INP0) & 0x10; in sample_load_twice()
105 /* take another reading until it agrees with sense_a... */ in sample_load_twice()
109 if (sense_a != sense_b) { in sample_load_twice()
114 * samples agree; sense_a is replaced */ in sample_load_twice()
115 sense_a = sense_b; in sample_load_twice()
117 sense_b = !sense_a; in sample_load_twice()
120 } while ((sense_a != sense_b) && ++j < MAX_HBLANK_OSC); in sample_load_twice()
126 sense[i] = sense_a; in sample_load_twice()

Completed in 3 milliseconds