Searched refs:boot0 (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv04.c34 u32 boot0 = nv_rd32(pfb, NV04_PFB_BOOT_0); nv04_ram_create() local
42 if (boot0 & 0x00000100) { nv04_ram_create()
43 ram->size = ((boot0 >> 12) & 0xf) * 2 + 2; nv04_ram_create()
46 switch (boot0 & NV04_PFB_BOOT_0_RAM_AMOUNT) { nv04_ram_create()
62 if ((boot0 & 0x00000038) <= 0x10) nv04_ram_create()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c292 u32 boot0, strap; local
355 /* read boot0 and strapping information */
356 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);

Completed in 124 milliseconds