HomeSort by relevance Sort by last modified time
    Searched defs:MAX_IOPORTS (Results 1 - 2 of 2) sorted by null

  /external/qemu/
ioport.h 32 #define MAX_IOPORTS (64 * 1024)
33 #define IOPORTS_MASK (MAX_IOPORTS - 1)
vl.c 185 #define MAX_IOPORTS 65536
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);
    [all...]

Completed in 213 milliseconds