HomeSort by relevance Sort by last modified time
    Searched full:ioport_write (Results 1 - 3 of 3) sorted by null

  /external/qemu/
ioport.c 70 static void ioport_write(int index, uint32_t address, uint32_t data) function
107 ioport_write(0, address, data & 0xff);
109 ioport_write(0, address, (data >> 8) & 0xff);
198 ioport_write(0, addr, val);
204 ioport_write(1, addr, val);
210 ioport_write(2, addr, val);
vl.c 286 static void ioport_write(int index, uint32_t address, uint32_t data) function
326 ioport_write(0, address, data & 0xff);
328 ioport_write(0, address, (data >> 8) & 0xff);
    [all...]
vl-android.c 458 static void ioport_write(int index, uint32_t address, uint32_t data) function
498 ioport_write(0, address, data & 0xff);
500 ioport_write(0, address, (data >> 8) & 0xff);
    [all...]

Completed in 210 milliseconds