Searched refs:MAX_IOPORTS (Results 1 – 1 of 1) sorted by relevance
63 #define MAX_IOPORTS (1 << 16) macro66 assert((port) >= 0 && (size) > 0 && ((port) + (size)) <= MAX_IOPORTS)75 static struct inout_handler inout_handlers[MAX_IOPORTS];158 register_default_iohandler(0, MAX_IOPORTS); in init_inout()165 assert(iop->port < MAX_IOPORTS); in init_inout()