Lines Matching refs:doff
278 const u32 doff = nv50_ior_base(dac); in nv50_dac_clock() local
280 nvkm_mask(device, 0x614280 + doff, 0x07070707, 0x00000000); in nv50_dac_clock()
287 const u32 doff = nv50_ior_base(dac); in nv50_dac_sense() local
291 nvkm_wr32(device, 0x61a00c + doff, 0x00100000 | loadval); in nv50_dac_sense()
294 loadval = nvkm_mask(device, 0x61a00c + doff, 0xffffffff, 0x00000000); in nv50_dac_sense()
304 nv50_dac_power_wait(struct nvkm_device *device, const u32 doff) in nv50_dac_power_wait() argument
307 if (!(nvkm_rd32(device, 0x61a004 + doff) & 0x80000000)) in nv50_dac_power_wait()
316 const u32 doff = nv50_ior_base(dac); in nv50_dac_power() local
324 nv50_dac_power_wait(device, doff); in nv50_dac_power()
325 nvkm_mask(device, 0x61a004 + doff, field, state); in nv50_dac_power()
326 nv50_dac_power_wait(device, doff); in nv50_dac_power()