Home
last modified time | relevance | path

Searched refs:m68k_debug_device (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/arch/m68k/atari/
Ddebug.c23 extern char m68k_debug_device[];
306 if (!strcmp( m68k_debug_device, "ser" )) { in atari_debug_init()
308 strcpy( m68k_debug_device, MACH_IS_FALCON ? "ser2" : "ser1" ); in atari_debug_init()
312 if (!strcmp( m68k_debug_device, "ser1" )) { in atari_debug_init()
317 else if (!strcmp( m68k_debug_device, "ser2" )) { in atari_debug_init()
322 else if (!strcmp( m68k_debug_device, "midi" )) { in atari_debug_init()
327 else if (!strcmp( m68k_debug_device, "par" )) { in atari_debug_init()
/linux-2.4.37.9/arch/m68k/mac/
Ddebug.c31 extern char m68k_debug_device[];
367 if ( !strcmp( m68k_debug_device, "ser" ) in mac_debug_init()
368 || !strcmp( m68k_debug_device, "ser1" )) { in mac_debug_init()
374 else if (!strcmp( m68k_debug_device, "ser2" )) { in mac_debug_init()
382 if ( !strcmp( m68k_debug_device, "scn" ) in mac_debug_init()
383 || !strcmp( m68k_debug_device, "con" )) { in mac_debug_init()
/linux-2.4.37.9/arch/m68k/kernel/
Dsetup.c71 char m68k_debug_device[6] = ""; variable
287 strncpy( m68k_debug_device, p+6, sizeof(m68k_debug_device)-1 ); in setup_arch()
288 m68k_debug_device[sizeof(m68k_debug_device)-1] = 0; in setup_arch()
289 if ((q = strchr( m68k_debug_device, ' ' ))) *q = 0; in setup_arch()
Dm68k_ksyms.c29 extern char m68k_debug_device[];
56 EXPORT_SYMBOL(m68k_debug_device);
/linux-2.4.37.9/arch/m68k/sun3x/
Dprom.c78 extern char m68k_debug_device[];
133 if (!strcmp(m68k_debug_device, "prom")) in sun3x_prom_init()
/linux-2.4.37.9/arch/m68k/q40/
Dconfig.c73 extern char m68k_debug_device[];
238 if (!strncmp( m68k_debug_device,"mem",3 )) in config_q40()
/linux-2.4.37.9/arch/ppc/amiga/
Dconfig.c1 #define m68k_debug_device debug_device macro
73 extern char m68k_debug_device[];
481 if (!strcmp( m68k_debug_device, "mem" )){ in config_amiga()
864 if (!strcmp( m68k_debug_device, "ser" )) { in amiga_debug_init()
/linux-2.4.37.9/arch/m68k/amiga/
Dconfig.c72 extern char m68k_debug_device[];
498 if (!strcmp( m68k_debug_device, "mem" )){ in config_amiga()
960 if (!strcmp( m68k_debug_device, "ser" )) { in amiga_debug_init()