Searched defs:MAX_IOPORTS (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dioport.h32 #define MAX_IOPORTS (64 * 1024) macro
33 #define IOPORTS_MASK (MAX_IOPORTS - 1)
H A Dvl.c185 #define MAX_IOPORTS 65536 macro
189 static void *ioport_opaque[MAX_IOPORTS];
190 static IOPortReadFunc *ioport_read_table[3][MAX_IOPORTS];
191 static IOPortWriteFunc *ioport_write_table[3][MAX_IOPORTS];
319 address = (address + 1) & (MAX_IOPORTS - 1);
327 address = (address + 1) & (MAX_IOPORTS - 1);

Completed in 59 milliseconds