Lines Matching defs:plane
740 || pThis->sr_index == 2 /* plane mask */)
1185 int memory_map_mode, plane;
1237 plane = (pThis->gr[4] & 2) | (addr & 1);
1239 RTGCPHYS off = ((addr & ~1) << 2) | plane;
1249 plane = pThis->gr[4];
1250 ret = GET_PLANE(pThis->latch, plane);
1266 int memory_map_mode, plane, write_mode, b, func_select, mask;
1300 plane = addr & 3;
1301 mask = (1 << plane);
1323 plane = (pThis->gr[4] & 2) | (addr & 1);
1324 mask = (1 << plane);
1326 /* 'addr' is offset in a plane, bit 0 selects the plane.
1327 * Mask the bit 0, convert plane index to vram offset,
1329 * and select the plane byte in the vram offset.
1331 addr = ((addr & ~1) << 2) | plane;
1719 /* compute font data address (in plane 2) */
1735 /* if the plane 2 was modified since the last display, it
1882 src += 8; /* Every second byte of a plane is used in text mode. */
3171 unsigned plane = (pThis->gr[4] & 2) | (GCPhysAddr & 1);
3172 if (pThis->sr[2] & (1 << plane)) {
3173 RTGCPHYS PhysAddr2 = ((GCPhysAddr & ~1) << 2) | plane;
4456 pHlp->pfnPrintf(pHlp, "seq plane mask: %02X chain-4 : %s\n", val1, val2 ? "on" : "off");