Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/8250/
D8250_port.c50 #define DEBUG_AUTOCONF(fmt...) printk(fmt)
52 #define DEBUG_AUTOCONF(fmt...) do { } while (0) macro
776 DEBUG_AUTOCONF("950id=%02x:%02x:%02x:%02x ", id1, id2, id3, rev); in autoconfig_has_efr()
801 DEBUG_AUTOCONF("850id=%04x ", id1); in autoconfig_has_efr()
884 DEBUG_AUTOCONF("Exar XR17V35x "); in autoconfig_16550a()
902 DEBUG_AUTOCONF("EFRv1 "); in autoconfig_16550a()
916 DEBUG_AUTOCONF("Motorola 8xxx DUART "); in autoconfig_16550a()
928 DEBUG_AUTOCONF("EFRv2 "); in autoconfig_16550a()
989 DEBUG_AUTOCONF("iir1=%d iir2=%d ", status1, status2); in autoconfig_16550a()
1018 DEBUG_AUTOCONF("Xscale "); in autoconfig_16550a()
[all …]
/linux-4.4.14/drivers/tty/serial/
Dm32r_sio.c57 #define DEBUG_AUTOCONF(fmt...) printk(fmt)
59 #define DEBUG_AUTOCONF(fmt...) do { } while (0) macro