Searched refs:strapinfo (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/add-ons/accelerants/via/engine/
H A Dinfo.c955 uint32 strapinfo = ENG_REG32(RG32_NVSTRAPINFO2); local
958 if (strapinfo & 0x00000040)
970 uint32 strapinfo = ENG_REG32(RG32_NVSTRAPINFO2); local
973 if (strapinfo & 0x00000040)
997 if (strapinfo & 0x00400000) si->ps.f_ref = 27.00000;
/haiku-fatelf/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c310 /* get some strapinfo(?) for NV28 framebuffer access */
2853 uint32 strapinfo = ENG_RG32(RG32_NV4STRAPINFO); local
2855 if (strapinfo & 0x00000100)
2859 ((((strapinfo & 0x0000f000) >> 12) * 2) + 2);
2866 switch (strapinfo & 0x00000003)
2886 uint32 strapinfo = ENG_RG32(RG32_NVSTRAPINFO2); local
2889 if (strapinfo & 0x00000040)
2901 uint32 strapinfo = ENG_RG32(RG32_NV10STRAPINFO); local
2912 LOG(8,("INFO: (Memory detection) Strapinfo value is: $%08x\n", strapinfo));
2914 switch ((strapinfo
2953 uint32 strapinfo = ENG_RG32(RG32_NVSTRAPINFO2); local
[all...]
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c310 /* get some strapinfo(?) for NV28 framebuffer access */
3212 uint32 strapinfo = NV_REG32(NV32_NV4STRAPINFO); local
3214 if (strapinfo & 0x00000100)
3218 ((((strapinfo & 0x0000f000) >> 12) * 2) + 2);
3225 switch (strapinfo & 0x00000003)
3245 uint32 strapinfo = NV_REG32(NV32_NVSTRAPINFO2); local
3248 if (strapinfo & 0x00000040)
3260 uint32 strapinfo = NV_REG32(NV32_NV10STRAPINFO); local
3274 LOG(8,("INFO: (Memory detection) Strapinfo value is: $%08x\n", strapinfo));
3276 mem_size = (strapinfo
3291 uint32 strapinfo = NV_REG32(NV32_NVSTRAPINFO2); local
[all...]
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_info.c2570 uint32 strapinfo = NV_REG32(NV32_NV10STRAPINFO); local
2581 LOG(8,("INFO: (Memory detection) Strapinfo value is: $%08x\n", strapinfo));
2583 switch ((strapinfo & 0x3ff00000) >> 20)
2624 uint32 strapinfo = NV_REG32(NV32_NVSTRAPINFO2); local
2630 if (strapinfo & 0x00000040)
2637 if (strapinfo & 0x00400000) si->ps.f_ref = 27.00000;

Completed in 54 milliseconds