Lines Matching refs:boot0
2895 u32 boot0, strap; local
2939 boot0 = ioread32_native(map + 0x000000);
2959 boot0, override_boot0);
2960 boot0 = override_boot0;
2964 if ((boot0 & 0x1f000000) > 0) {
2965 device->chipset = (boot0 & 0x1ff00000) >> 20;
2966 device->chiprev = (boot0 & 0x000000ff);
2998 if ((boot0 & 0xff00fff0) == 0x20004000) {
2999 if (boot0 & 0x00f00000)
3092 nvdev_error(device, "unknown chipset (%08x)\n", boot0);
3097 device->chip->name, boot0);