Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv04_dac.c227 saved_rtest_ctrl, saved_gpio0, saved_gpio1, temp, routput; in nv17_dac_sample_load() local
271 routput = (saved_routput & 0xfffffece) | head << 8; in nv17_dac_sample_load()
275 routput |= 0x1a << 16; in nv17_dac_sample_load()
277 routput &= ~(0x1a << 16); in nv17_dac_sample_load()
280 NVWriteRAMDAC(dev, 0, NV_PRAMDAC_DACCLK + regoffset, routput); in nv17_dac_sample_load()