HomeSort by: relevance | last modified time | path
    Searched defs:has_mono (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/atari/dev/
grfabs_tt.c 115 int has_mono; local in function:tt_probe_video
123 has_mono = (MFP->mf_gpip & IA_MONO) == 0;
127 if (has_mono && (vm_reg(dm) != RES_TTHIGH))
129 if (!has_mono && (vm_reg(dm) == RES_TTHIGH))
grfabs_tt.c 115 int has_mono; local in function:tt_probe_video
123 has_mono = (MFP->mf_gpip & IA_MONO) == 0;
127 if (has_mono && (vm_reg(dm) != RES_TTHIGH))
129 if (!has_mono && (vm_reg(dm) == RES_TTHIGH))

Completed in 22 milliseconds