Lines Matching refs:ram
33 struct nvkm_ram *ram; in nv04_ram_create() local
37 ret = nvkm_ram_create(parent, engine, oclass, &ram); in nv04_ram_create()
38 *pobject = nv_object(ram); in nv04_ram_create()
43 ram->size = ((boot0 >> 12) & 0xf) * 2 + 2; in nv04_ram_create()
44 ram->size *= 1024 * 1024; in nv04_ram_create()
48 ram->size = 32 * 1024 * 1024; in nv04_ram_create()
51 ram->size = 16 * 1024 * 1024; in nv04_ram_create()
54 ram->size = 8 * 1024 * 1024; in nv04_ram_create()
57 ram->size = 4 * 1024 * 1024; in nv04_ram_create()
63 ram->type = NV_MEM_TYPE_SGRAM; in nv04_ram_create()
65 ram->type = NV_MEM_TYPE_SDRAM; in nv04_ram_create()