Home
last modified time | relevance | path

Searched refs:sense_pair (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv04_dac.c172 bool sense_pair[2]; in nv04_dac_detect() local
183 if (sample_load_twice(dev, sense_pair)) in nv04_dac_detect()
185 } while ((sense_pair[0] != sense_pair[1]) && in nv04_dac_detect()
192 sense = sense_pair[0]; in nv04_dac_detect()