Searched refs:dacclk (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
H A D | nouveau_dispnv04_tvnv17.c | 57 fp_control, test_ctrl, dacclk, ctv_14, ctv_1c, ctv_6c; in nv42_tv_sample_load() local 66 dacclk = NVReadRAMDAC(dev, 0, NV_PRAMDAC_DACCLK + regoffset); in nv42_tv_sample_load() 67 head = (dacclk & 0x100) >> 8; in nv42_tv_sample_load() 98 (dacclk & ~0xff) | 0x22); in nv42_tv_sample_load() 101 (dacclk & ~0xff) | 0x21); in nv42_tv_sample_load() 122 NVWriteRAMDAC(dev, 0, NV_PRAMDAC_DACCLK + regoffset, dacclk); in nv42_tv_sample_load() 412 uint32_t dacclk; in nv17_tv_prepare() local 441 dacclk = (NVReadRAMDAC(dev, 0, dacclk_off) & ~0x30) | 0x1; in nv17_tv_prepare() 444 dacclk |= 0x1a << 16; in nv17_tv_prepare() 447 dacclk |= 0x20; in nv17_tv_prepare() [all …]
|
H A D | nouveau_dispnv04_dac.c | 438 uint32_t dacclk = NVReadRAMDAC(dev, 0, dacclk_off); in nv04_dac_update_dacclk() local 442 NVWriteRAMDAC(dev, 0, dacclk_off, dacclk | NV_PRAMDAC_DACCLK_SEL_DACCLK); in nv04_dac_update_dacclk() 448 dacclk & ~NV_PRAMDAC_DACCLK_SEL_DACCLK); in nv04_dac_update_dacclk()
|