Searched refs:boot0 (Results 1 – 2 of 2) sorted by relevance
34 u32 boot0 = nv_rd32(pfb, NV04_PFB_BOOT_0); in nv04_ram_create() local42 if (boot0 & 0x00000100) { in nv04_ram_create()43 ram->size = ((boot0 >> 12) & 0xf) * 2 + 2; in nv04_ram_create()46 switch (boot0 & NV04_PFB_BOOT_0_RAM_AMOUNT) { in nv04_ram_create()62 if ((boot0 & 0x00000038) <= 0x10) in nv04_ram_create()
292 u32 boot0, strap; local356 boot0 = ioread32_native(map + 0x000000);361 if ((boot0 & 0x1f000000) > 0) {362 device->chipset = (boot0 & 0x1ff00000) >> 20;363 device->chiprev = (boot0 & 0x000000ff);392 if ((boot0 & 0xff00fff0) == 0x20004000) {393 if (boot0 & 0x00f00000)417 nv_error(device, "unknown chipset, 0x%08x\n", boot0);421 nv_info(device, "BOOT0 : 0x%08x\n", boot0);