boot0            2895 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 	u32 boot0, strap;
boot0            2939 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 		boot0 = ioread32_native(map + 0x000000);
boot0            2959 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 				   boot0, override_boot0);
boot0            2960 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 			boot0 = override_boot0;
boot0            2964 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 		if ((boot0 & 0x1f000000) > 0) {
boot0            2965 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 			device->chipset = (boot0 & 0x1ff00000) >> 20;
boot0            2966 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 			device->chiprev = (boot0 & 0x000000ff);
boot0            2998 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 		if ((boot0 & 0xff00fff0) == 0x20004000) {
boot0            2999 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 			if (boot0 & 0x00f00000)
boot0            3092 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 			nvdev_error(device, "unknown chipset (%08x)\n", boot0);
boot0            3097 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c 			   device->chip->name, boot0);
boot0              35 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c 	u32 boot0 = nvkm_rd32(device, NV04_PFB_BOOT_0);
boot0              39 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c 	if (boot0 & 0x00000100) {
boot0              40 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c 		size  = ((boot0 >> 12) & 0xf) * 2 + 2;
boot0              43 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c 		switch (boot0 & NV04_PFB_BOOT_0_RAM_AMOUNT) {
boot0              59 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c 	if ((boot0 & 0x00000038) <= 0x10)