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

  /external/qemu/
sysemu.h 206 #define MAX_SERIAL_PORTS 4
208 extern CharDriverState *serial_hds[MAX_SERIAL_PORTS];
vl-android.c 289 CharDriverState *serial_hds[MAX_SERIAL_PORTS];
    [all...]
vl.c 220 CharDriverState *serial_hds[MAX_SERIAL_PORTS];
    [all...]
  /external/qemu/hw/
android_arm.c 93 for(i = 1; i < MAX_SERIAL_PORTS; i++) {
android_mips.c 187 for(i = 1; i < MAX_SERIAL_PORTS; i++) {
mips_r4k.c 272 for(i = 0; i < MAX_SERIAL_PORTS; i++) {
pc.c 785 /* static int serial_io[MAX_SERIAL_PORTS] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8 };
786 static int serial_irq[MAX_SERIAL_PORTS] = { 4, 3, 4, 3 };
1129 for(i = 1; i < MAX_SERIAL_PORTS; i++) {
1139 for(i = 0; i < MAX_SERIAL_PORTS; i++) {
    [all...]

Completed in 216 milliseconds