Searched refs:DEBUG_AUTOCONF (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 49 #define DEBUG_AUTOCONF(fmt...) printk(fmt) 51 #define DEBUG_AUTOCONF(fmt...) do { } while (0) macro 916 DEBUG_AUTOCONF("950id=%02x:%02x:%02x:%02x ", id1, id2, id3, rev); in autoconfig_has_efr() 941 DEBUG_AUTOCONF("850id=%04x ", id1); in autoconfig_has_efr() 1025 DEBUG_AUTOCONF("EFRv1 "); in autoconfig_16550a() 1039 DEBUG_AUTOCONF("Motorola 8xxx DUART "); in autoconfig_16550a() 1051 DEBUG_AUTOCONF("EFRv2 "); in autoconfig_16550a() 1112 DEBUG_AUTOCONF("iir1=%d iir2=%d ", status1, status2); in autoconfig_16550a() 1141 DEBUG_AUTOCONF("Xscale "); in autoconfig_16550a() 1151 DEBUG_AUTOCONF("Could in autoconfig_16550a() [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 49 #define DEBUG_AUTOCONF(fmt...) printk(fmt) 51 #define DEBUG_AUTOCONF(fmt...) do { } while (0) macro 892 DEBUG_AUTOCONF("950id=%02x:%02x:%02x:%02x ", id1, id2, id3, rev); in autoconfig_has_efr() 917 DEBUG_AUTOCONF("850id=%04x ", id1); in autoconfig_has_efr() 1004 DEBUG_AUTOCONF("EFRv1 "); in autoconfig_16550a() 1019 DEBUG_AUTOCONF("Motorola 8xxx DUART "); in autoconfig_16550a() 1031 DEBUG_AUTOCONF("EFRv2 "); in autoconfig_16550a() 1094 DEBUG_AUTOCONF("iir1=%d iir2=%d ", status1, status2); in autoconfig_16550a() 1124 DEBUG_AUTOCONF("Xscale "); in autoconfig_16550a() 1134 DEBUG_AUTOCONF("Could in autoconfig_16550a() [all...] |
Completed in 6 milliseconds