Lines Matching +full:0 +full:x003fffff
45 if (ret < 0) in gt215_devinit_pll_set()
51 nvkm_wr32(device, info.reg + 0, 0x50000610); in gt215_devinit_pll_set()
52 nvkm_mask(device, info.reg + 4, 0x003fffff, in gt215_devinit_pll_set()
69 u32 r001540 = nvkm_rd32(device, 0x001540); in gt215_devinit_disable()
70 u32 r00154c = nvkm_rd32(device, 0x00154c); in gt215_devinit_disable()
72 if (!(r001540 & 0x40000000)) { in gt215_devinit_disable()
73 nvkm_subdev_disable(device, NVKM_ENGINE_MSPDEC, 0); in gt215_devinit_disable()
74 nvkm_subdev_disable(device, NVKM_ENGINE_MSPPP, 0); in gt215_devinit_disable()
77 if (!(r00154c & 0x00000004)) in gt215_devinit_disable()
78 nvkm_subdev_disable(device, NVKM_ENGINE_DISP, 0); in gt215_devinit_disable()
79 if (!(r00154c & 0x00000020)) in gt215_devinit_disable()
80 nvkm_subdev_disable(device, NVKM_ENGINE_MSVLD, 0); in gt215_devinit_disable()
81 if (!(r00154c & 0x00000200)) in gt215_devinit_disable()
82 nvkm_subdev_disable(device, NVKM_ENGINE_CE, 0); in gt215_devinit_disable()
87 0x100720, 0x1008bc, 4,
88 0x100a20, 0x100adc, 4,
89 0x100d80, 0x100ddc, 4,
90 0x110000, 0x110f9c, 4,
91 0x111000, 0x11103c, 8,
92 0x111080, 0x1110fc, 4,
93 0x111120, 0x1111fc, 4,
94 0x111300, 0x1114bc, 4,
95 0,
120 while (mmio[0]) { in gt215_devinit_mmio()
121 if (addr >= mmio[0] && addr <= mmio[1]) { in gt215_devinit_mmio()
124 init->r001540 = nvkm_rd32(device, 0x001540); in gt215_devinit_mmio()
125 if (part >= hweight8((init->r001540 >> 16) & 0xff)) in gt215_devinit_mmio()
126 return ~0; in gt215_devinit_mmio()