Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
A Dlegacy_serial.c82 struct legacy_serial_info *legacy_info; in add_legacy_port() local
117 legacy_info = &legacy_serial_infos[index]; in add_legacy_port()
120 if (legacy_info->np != NULL) { in add_legacy_port()
126 legacy_serial_infos[legacy_serial_count] = *legacy_info; in add_legacy_port()
145 legacy_info->taddr = taddr; in add_legacy_port()
146 legacy_info->np = of_node_get(np); in add_legacy_port()
147 legacy_info->clock = clock; in add_legacy_port()
148 legacy_info->speed = spd ? be32_to_cpup(spd) : 0; in add_legacy_port()
149 legacy_info->irq_check_parent = irq_check_parent; in add_legacy_port()
159 &base, &taddr, irq, legacy_port->uartclk, legacy_info->speed); in add_legacy_port()

Completed in 6 milliseconds