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

  /external/qemu/
ioport.h 33 #define IOPORTS_MASK (MAX_IOPORTS - 1)
ioport.c 100 address = (address + 1) & IOPORTS_MASK;
108 address = (address + 1) & IOPORTS_MASK;

Completed in 767 milliseconds