Searched refs:saved_routput (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | dac.c | 243 uint32_t saved_powerctrl_2 = 0, saved_powerctrl_4 = 0, saved_routput, in nv17_dac_sample_load() local 281 saved_routput = NVReadRAMDAC(dev, 0, NV_PRAMDAC_DACCLK + regoffset); in nv17_dac_sample_load() 282 head = (saved_routput & 0x100) >> 8; in nv17_dac_sample_load() 289 routput = (saved_routput & 0xfffffece) | head << 8; in nv17_dac_sample_load() 321 NVWriteRAMDAC(dev, 0, NV_PRAMDAC_DACCLK + regoffset, saved_routput); in nv17_dac_sample_load()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | dac.c | 243 uint32_t saved_powerctrl_2 = 0, saved_powerctrl_4 = 0, saved_routput, in nv17_dac_sample_load() local 281 saved_routput = NVReadRAMDAC(dev, 0, NV_PRAMDAC_DACCLK + regoffset); in nv17_dac_sample_load() 282 head = (saved_routput & 0x100) >> 8; in nv17_dac_sample_load() 289 routput = (saved_routput & 0xfffffece) | head << 8; in nv17_dac_sample_load() 321 NVWriteRAMDAC(dev, 0, NV_PRAMDAC_DACCLK + regoffset, saved_routput); in nv17_dac_sample_load()
|
Completed in 4 milliseconds