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

  /src/sys/dev/isa/
if_ec.c 109 static const int ec_iobase[] = { variable in typeref:typename:const int[]
112 #define NEC_IOBASE (sizeof(ec_iobase) / sizeof(ec_iobase[0]))
162 if (ia->ia_io[0].ir_addr == ec_iobase[i])
206 if (ia->ia_io[0].ir_addr != ec_iobase[i])
if_ec.c 109 static const int ec_iobase[] = { variable in typeref:typename:const int[]
112 #define NEC_IOBASE (sizeof(ec_iobase) / sizeof(ec_iobase[0]))
162 if (ia->ia_io[0].ir_addr == ec_iobase[i])
206 if (ia->ia_io[0].ir_addr != ec_iobase[i])

Completed in 22 milliseconds