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

  /external/qemu/hw/android/
android_arm.c 80 for(i = 1; i < MAX_SERIAL_PORTS; i++) {
android_mips.c 182 for(i = 1; i < MAX_SERIAL_PORTS; i++) {
  /external/qemu/include/sysemu/
sysemu.h 234 #define MAX_SERIAL_PORTS 4
236 extern CharDriverState *serial_hds[MAX_SERIAL_PORTS];
  /external/qemu/hw/mips/
mips_r4k.c 272 for(i = 0; i < MAX_SERIAL_PORTS; i++) {
  /external/qemu/
vl-android.c 283 CharDriverState *serial_hds[MAX_SERIAL_PORTS];
    [all...]
  /external/qemu/hw/i386/
pc.c 779 /* static int serial_io[MAX_SERIAL_PORTS] = { 0x3f8, 0x2f8, 0x3e8, 0x2e8 };
780 static int serial_irq[MAX_SERIAL_PORTS] = { 4, 3, 4, 3 };
1120 for(i = 1; i < MAX_SERIAL_PORTS; i++) {
1130 for(i = 0; i < MAX_SERIAL_PORTS; i++) {
    [all...]

Completed in 370 milliseconds