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

  /src/sys/arch/acorn32/podulebus/
netslot.c 132 podule->fiq_addr = *address;
133 podule->fiq_addr += (*address << 8);
134 podule->fiq_addr += (*address << 16);
135 podule->fiq_addr += podule->slow_base;
141 podule->fiq_addr = podule->slow_base;
podulebus.c 161 printf("fiq_addr=%08x ", podule->fiq_addr);
378 podule->fiq_addr = address[36] + (address[40] << 8) + (address[44] << 16);
379 podule->fiq_addr += podule->slow_base;
386 podule->fiq_addr = podule->slow_base;
  /src/sys/arch/acorn32/include/
podulebus_machdep.h 63 u_int fiq_addr; member in struct:__anon529cc25c0108

Completed in 29 milliseconds