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

/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h237 uint16 v5_mem_type; /* pins v5 memory type info */ member in struct:__anon785::__anon789
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_info.c142 si->ps.v5_mem_type = 0;
313 si->ps.v5_mem_type = 0;
447 si->ps.v5_mem_type = 0;
528 si->ps.v5_mem_type = (pins[115] << 8) | pins [114];
615 si->ps.v5_mem_type = 0;
994 LOG(2,("v5_mem_type: $%04x\n", si->ps.v5_mem_type));
H A Dmga_general.c694 /* b7 v5_mem_type = done by Mark Watson. fixme: still confirm! (unknown bits) */
695 maccess = ((((uint32)si->ps.v5_mem_type) & 0x80) >> 1);
702 if ((si->ps.v5_mem_type & 0x0060) == 0x0020)
705 if (!(si->ps.v5_mem_type & 0x0100))
715 if (!(si->ps.v5_mem_type & 0x0200))
741 if (!(si->ps.v5_mem_type & 0x0400))
H A Dmga_acc.c49 /* b7 v5_mem_type = done by Mark Watson. fixme: still confirm! (unknown bits) */
50 maccess |= ((((uint32)si->ps.v5_mem_type) & 0x80) >> 1);

Completed in 53 milliseconds