Lines Matching refs:boot0
2968 u32 boot0, boot1, strap; in nvkm_device_ctor() local
3013 boot0 = nvkm_rd32(device, 0x000000); in nvkm_device_ctor()
3031 boot0, override_boot0); in nvkm_device_ctor()
3032 boot0 = override_boot0; in nvkm_device_ctor()
3036 if ((boot0 & 0x1f000000) > 0) { in nvkm_device_ctor()
3037 device->chipset = (boot0 & 0x1ff00000) >> 20; in nvkm_device_ctor()
3038 device->chiprev = (boot0 & 0x000000ff); in nvkm_device_ctor()
3070 if ((boot0 & 0xff00fff0) == 0x20004000) { in nvkm_device_ctor()
3071 if (boot0 & 0x00f00000) in nvkm_device_ctor()
3164 nvdev_error(device, "unknown chipset (%08x)\n", boot0); in nvkm_device_ctor()
3170 device->chip->name, boot0); in nvkm_device_ctor()