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

/haiku/headers/private/graphics/matrox/
H A Dmga_macros.h309 #define MGA_REG32(r_) ((vuint32 *)regs)[(r_) >> 2] macro
332 #define ACCR(A) (MGA_REG32(MGAACC_##A))
333 #define ACCW(A,B) (MGA_REG32(MGAACC_##A)=B)
334 #define ACCGO(A,B) (MGA_REG32(MGAACC_##A + 0x0100)=B)
337 #define BESR(A) (MGA_REG32(MGABES_##A))
338 #define BESW(A,B) (MGA_REG32(MGABES_##A)=B)
341 #define CR1R(A) (MGA_REG32(MGACR1_##A))
342 #define CR1W(A,B) (MGA_REG32(MGACR1_##A)=B)
345 #define CR2R(A) (MGA_REG32(MGACR2_##A))
346 #define CR2W(A,B) (MGA_REG32(MGACR2
[all...]

Completed in 24 milliseconds