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

  /src/sys/arch/amiga/dev/
grf_et.c 174 int ettype = 0; /* oMniBus, Domino or Merlin */ variable in typeref:typename:int
186 * the pointers globally until we match on both. This and 'ettype'
262 if (ettype == 0) {
287 ettype = zap->manid;
289 if (ettype != zap->manid) {
296 if (ettype == OMNIBUS) {
394 switch (ettype) {
460 if (ettype == MERLIN) {
485 vgaw(ba, GREG_HERCULESCOMPAT + ((ettype == DOMINO) ? 0x0fff : 0), 0x03);
489 if (ettype == DOMINO
    [all...]
grf_et.c 174 int ettype = 0; /* oMniBus, Domino or Merlin */ variable in typeref:typename:int
186 * the pointers globally until we match on both. This and 'ettype'
262 if (ettype == 0) {
287 ettype = zap->manid;
289 if (ettype != zap->manid) {
296 if (ettype == OMNIBUS) {
394 switch (ettype) {
460 if (ettype == MERLIN) {
485 vgaw(ba, GREG_HERCULESCOMPAT + ((ettype == DOMINO) ? 0x0fff : 0), 0x03);
489 if (ettype == DOMINO
    [all...]

Completed in 53 milliseconds