Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Dlegacy_serial.c39 } legacy_serial_infos[MAX_LEGACY_SERIAL_PORTS]; variable
114 if (legacy_serial_infos[index].np != NULL) { in add_legacy_port()
121 legacy_serial_infos[legacy_serial_count] = in add_legacy_port()
122 legacy_serial_infos[index]; in add_legacy_port()
142 legacy_serial_infos[index].taddr = taddr; in add_legacy_port()
143 legacy_serial_infos[index].np = of_node_get(np); in add_legacy_port()
144 legacy_serial_infos[index].clock = clock; in add_legacy_port()
159 legacy_serial_infos[index].speed); in add_legacy_port()
366 info = &legacy_serial_infos[legacy_serial_console]; in ioremap_legacy_serial_console()
663 if (prom_stdout != legacy_serial_infos[i].np) in check_legacy_serial_console()
[all …]