Lines Matching refs:doff
244 const u32 doff = nv50_ior_base(dac); in nv50_dac_clock() local
246 nvkm_mask(device, 0x614280 + doff, 0x07070707, 0x00000000); in nv50_dac_clock()
253 const u32 doff = nv50_ior_base(dac); in nv50_dac_sense() local
257 nvkm_wr32(device, 0x61a00c + doff, 0x00100000 | loadval); in nv50_dac_sense()
260 loadval = nvkm_mask(device, 0x61a00c + doff, 0xffffffff, 0x00000000); in nv50_dac_sense()
270 nv50_dac_power_wait(struct nvkm_device *device, const u32 doff) in nv50_dac_power_wait() argument
273 if (!(nvkm_rd32(device, 0x61a004 + doff) & 0x80000000)) in nv50_dac_power_wait()
282 const u32 doff = nv50_ior_base(dac); in nv50_dac_power() local
290 nv50_dac_power_wait(device, doff); in nv50_dac_power()
291 nvkm_mask(device, 0x61a004 + doff, field, state); in nv50_dac_power()
292 nv50_dac_power_wait(device, doff); in nv50_dac_power()