Lines Matching refs:doff
32 const u32 doff = nv50_ior_base(dac); in nv50_dac_clock() local
33 nvkm_mask(device, 0x614280 + doff, 0x07070707, 0x00000000); in nv50_dac_clock()
40 const u32 doff = nv50_ior_base(dac); in nv50_dac_sense() local
44 nvkm_wr32(device, 0x61a00c + doff, 0x00100000 | loadval); in nv50_dac_sense()
47 loadval = nvkm_mask(device, 0x61a00c + doff, 0xffffffff, 0x00000000); in nv50_dac_sense()
57 nv50_dac_power_wait(struct nvkm_device *device, const u32 doff) in nv50_dac_power_wait() argument
60 if (!(nvkm_rd32(device, 0x61a004 + doff) & 0x80000000)) in nv50_dac_power_wait()
70 const u32 doff = nv50_ior_base(dac); in nv50_dac_power() local
78 nv50_dac_power_wait(device, doff); in nv50_dac_power()
79 nvkm_mask(device, 0x61a004 + doff, field, state); in nv50_dac_power()
80 nv50_dac_power_wait(device, doff); in nv50_dac_power()