HomeSort by: relevance | last modified time | path
    Searched refs:fiq_mask (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/acorn32/podulebus/
netslot.c 131 podule->fiq_mask = *address;
136 if (podule->fiq_mask == 0)
137 podule->fiq_mask = 0x04;
142 podule->fiq_mask = 0x04;
podulebus.c 162 printf("fiq_mask=%02x ", podule->fiq_mask);
380 podule->fiq_mask = address[32];
381 if (podule->fiq_mask == 0)
382 podule->fiq_mask = 0x04;
387 podule->fiq_mask = 0x04;
  /src/sys/arch/acorn32/include/
podulebus_machdep.h 64 u_int fiq_mask; member in struct:__anon529cc25c0108

Completed in 16 milliseconds