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

/haiku/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/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/src/add-ons/accelerants/nvidia/engine/
H A Dnv_info.c322 /* get some strapinfo(?) for NV28 framebuffer access */
3234 uint32 strapinfo = NV_REG32(NV32_NV4STRAPINFO); local
3236 if (strapinfo & 0x00000100)
3240 ((((strapinfo & 0x0000f000) >> 12) * 2) + 2);
3247 switch (strapinfo & 0x00000003)
3267 uint32 strapinfo = NV_REG32(NV32_NVSTRAPINFO2); local
3270 if (strapinfo & 0x00000040)
3282 uint32 strapinfo = NV_REG32(NV32_NV10STRAPINFO); local
3296 LOG(8,("INFO: (Memory detection) Strapinfo value is: $%08x\n", strapinfo));
3298 mem_size = (strapinfo
3313 uint32 strapinfo = NV_REG32(NV32_NVSTRAPINFO2); local
[all...]

Completed in 52 milliseconds