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

  /src/sys/arch/x68k/dev/
intio.c 372 static u_int8_t intio_ivec = 0; variable in typeref:typename:u_int8_t
379 if (intio_ivec && intio_ivec != (vec & 0xfc))
382 intio_ivec = vec;
intio.c 372 static u_int8_t intio_ivec = 0; variable in typeref:typename:u_int8_t
379 if (intio_ivec && intio_ivec != (vec & 0xfc))
382 intio_ivec = vec;

Completed in 24 milliseconds