Home
last modified time | relevance | path

Searched refs:DEBUG_AUTOCONF (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/tty/serial/
D8250.c75 #define DEBUG_AUTOCONF(fmt...) printk(fmt)
77 #define DEBUG_AUTOCONF(fmt...) do { } while (0) macro
874 DEBUG_AUTOCONF("950id=%02x:%02x:%02x:%02x ", id1, id2, id3, rev); in autoconfig_has_efr()
899 DEBUG_AUTOCONF("850id=%04x ", id1); in autoconfig_has_efr()
996 DEBUG_AUTOCONF("EFRv1 "); in autoconfig_16550a()
1000 DEBUG_AUTOCONF("Motorola 8xxx DUART "); in autoconfig_16550a()
1012 DEBUG_AUTOCONF("EFRv2 "); in autoconfig_16550a()
1073 DEBUG_AUTOCONF("iir1=%d iir2=%d ", status1, status2); in autoconfig_16550a()
1102 DEBUG_AUTOCONF("Xscale "); in autoconfig_16550a()
1112 DEBUG_AUTOCONF("Couldn't force IER_UUE to 0 "); in autoconfig_16550a()
[all …]
Dm32r_sio.c59 #define DEBUG_AUTOCONF(fmt...) printk(fmt)
61 #define DEBUG_AUTOCONF(fmt...) do { } while (0) macro