Lines Matching defs:mapped
101 u_int mapped; /* user mapping status word */
129 * bit definitions for 'mapped' member of flag structure
131 #define MAPDEV 0x01 /* hardware is mapped */
132 #define MAPDMA 0x02 /* DMA buffer mapped */
133 #define MAPEQ 0x04 /* event queue buffer mapped */
134 #define MAPSCR 0x08 /* scroll param area mapped */
135 #define MAPCOLOR 0x10 /* color map writing buffer mapped */
489 * mapped.
547 * side effects: QDSS gets mapped into Qbus memory space at the first
581 * QDSS regs must be mapped to Qbus memory space at a 64kb
582 * physical boundary. The Qbus memory space is mapped into
752 qdflags[unit].mapped = 0;
912 if (qdflags[unit].mapped & MAPDEV) {
939 if (qdflags[unit].mapped & MAPDMA) {
944 * Can't happen because the buffer can't be mapped.
972 if (qdflags[unit].mapped & MAPEQ) {
981 if (qdflags[unit].mapped & MAPSCR) {
995 if (qdflags[unit].mapped & MAPCOLOR) {
1007 qdflags[unit].mapped = 0;
1196 qdflags[unit].mapped |= MAPDEV;
1250 qdflags[unit].mapped |= MAPDMA;
1276 qdflags[unit].mapped |= MAPSCR;
1295 if (qdflags[unit].mapped & MAPSCR) {
1296 qdflags[unit].mapped &= ~MAPSCR;
1314 qdflags[unit].mapped |= MAPCOLOR;
1336 if (qdflags[unit].mapped & MAPCOLOR) {
1337 qdflags[unit].mapped &= ~MAPCOLOR;
1356 qdflags[unit].mapped |= MAPEQ;