Home
last modified time | relevance | path

Searched refs:INREG32 (Results 1 – 11 of 11) sorted by relevance

/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_edid.cpp23 uint32 reg = INREG32(VIDEO_SERIAL_PARALLEL_PORT); in GetI2CSignals()
35 uint32 reg = (INREG32(VIDEO_SERIAL_PARALLEL_PORT) in SetI2CSignals()
56 uint32 reg = INREG32(VIDEO_SERIAL_PARALLEL_PORT); in TDFX_GetEdidInfo()
H A D3dfx_init.cpp20 uint32 dramInit0 = INREG32(DRAM_INIT0); in TDFX_GetVideoMemorySize()
21 uint32 dramInit1 = INREG32(DRAM_INIT1); in TDFX_GetVideoMemorySize()
37 uint32 miscInit1 = INREG32(MISC_INIT1); in TDFX_GetVideoMemorySize()
H A D3dfx_dpms.cpp33 uint32 tmp = INREG32(DAC_MODE) & (H_SYNC_OFF | V_SYNC_OFF); in TDFX_GetDPMSMode()
58 uint32 dacMode = INREG32(DAC_MODE) & ~(H_SYNC_OFF | V_SYNC_OFF); in TDFX_SetDPMSMode()
H A D3dfx_overlay.cpp46 uint32 videoConfig = INREG32(VIDEO_PROC_CONFIG); in TDFX_DisplayOverlay()
101 uint32 stride = INREG32(VIDEO_DESKTOP_OVERLAY_STRIDE) & 0x0000ffff; in TDFX_DisplayOverlay()
118 uint32 videoConfig = INREG32(VIDEO_PROC_CONFIG) & ~VIDEO_PROC_CONFIG_MASK; in TDFX_StopOverlay()
H A D3dfx_mode.cpp115 while ((INREG32(STATUS) & 0x1f) < entries) ; in TDFX_WaitForFifo()
130 i = (INREG32(STATUS) & STATUS_BUSY) ? 0 : i + 1; in TDFX_WaitForIdle()
301 uint32 dacMode = INREG32(DAC_MODE) & ~DAC_MODE_2X; in TDFX_SetDisplayMode()
396 INREG32(DAC_ADDR); // color not always set unless we read after write in TDFX_SetIndexedColors()
H A D3dfx_cursor.cpp22 uint32 config = INREG32(VIDEO_PROC_CONFIG); in TDFX_ShowCursor()
H A Daccelerant.h179 #define INREG32(addr) *((vuint32*)(gInfo.regs + addr)) macro
/haiku/src/add-ons/accelerants/intel_810/
H A Di810_mode.cpp210 OUTREG32(MEM_MODE, INREG32(MEM_MODE) | 4); in I810_SetDisplayMode()
231 uint32 temp32 = INREG32(PIXPIPE_CONFIG) & 0xF3E062FC; in I810_SetDisplayMode()
238 temp32 = INREG32(FWATER_BLC); in I810_SetDisplayMode()
H A Di810_regs.h113 #define INREG32(addr) (*((vuint32*)(gInfo.regs + (addr)))) macro
/haiku/src/add-ons/accelerants/s3/
H A Dregister_io.cpp19 #define INREG32(addr) *((vuint32*)(gInfo.regs + addr)) macro
85 return INREG32(addr); in ReadReg32()
/haiku/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp121 #define INREG32(addr) (*((vuint32*)(di.regs + (addr)))) macro
323 INREG32(PAGE_TABLE_CONTROL); in InitDevice()