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

/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_agp.c32 LOG(4, ("AGP: STRAPINFO2 contains $%08x\n", NV_REG32(NV32_NVSTRAPINFO2)));
36 reg = (NV_REG32(NV32_NVSTRAPINFO2) & ~0x00000800);
38 NV_REG32(NV32_NVSTRAPINFO2) = (reg | 0x80000000);
40 LOG(4, ("AGP: STRAPINFO2 now contains $%08x\n", NV_REG32(NV32_NVSTRAPINFO2)));
H A Dnv_info.c652 data = NV_REG32(NV32_NVSTRAPINFO2);
845 ram_cfg = ((NV_REG32(NV32_NVSTRAPINFO2) >> 2) & 0x0000000f);
3267 uint32 strapinfo = NV_REG32(NV32_NVSTRAPINFO2);
3313 uint32 strapinfo = NV_REG32(NV32_NVSTRAPINFO2);
/haiku/headers/private/graphics/nvidia/
H A Dnv_macros.h588 #define NV32_NVSTRAPINFO2 0x00101000 macro

Completed in 89 milliseconds