nouveau_nvkm_subdev_bios_init.c | 1423 u32 sreg = nvbios_rd32(bios, init->offset + 1); local in function:init_copy_nv_reg 1433 dreg, dmask, sreg, (shift & 0x80) ? "<<" : ">>", 1437 data = init_shift(init_rd32(init, sreg), shift); 2026 u32 sreg = nvbios_rd32(bios, init->offset + 1); local in function:init_copy_zm_reg 2029 trace("COPY_ZM_REG\tR[0x%06x] = R[0x%06x]\n", dreg, sreg); 2032 init_wr32(init, dreg, init_rd32(init, sreg));
|