Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
A Dlegacy_serial.c51 static unsigned int legacy_serial_count; variable
105 index = legacy_serial_count; in add_legacy_port()
113 if (index >= legacy_serial_count) in add_legacy_port()
114 legacy_serial_count = index + 1; in add_legacy_port()
122 if (legacy_serial_count < MAX_LEGACY_SERIAL_PORTS) { in add_legacy_port()
124 index, legacy_serial_count); in add_legacy_port()
127 legacy_serial_count++; in add_legacy_port()
573 if (legacy_serial_count == 0) in serial_dev_init()
582 for (i = 0; i < legacy_serial_count; i++) { in serial_dev_init()
662 for (i = 0; i < legacy_serial_count; i++) { in check_legacy_serial_console()
[all …]

Completed in 5 milliseconds