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

/external/qemu/
H A Dioport.c70 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);
H A Dvl-android.c453 static void ioport_write(int index, uint32_t address, uint32_t data) function
493 ioport_write(0, address, data & 0xff);
495 ioport_write(0, address, (data >> 8) & 0xff);

Completed in 146 milliseconds