Searched refs:add_legacy_port (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | legacy_serial.c | 72 static int __init add_legacy_port(struct device_node *np, int want_index, in add_legacy_port() function 195 return add_legacy_port(np, -1, UPIO_TSI, addr, addr, in add_legacy_soc_port() 198 return add_legacy_port(np, -1, UPIO_MEM, addr, addr, in add_legacy_soc_port() 244 return add_legacy_port(np, index, UPIO_PORT, be32_to_cpu(reg[1]), in add_legacy_isa_port() 317 return add_legacy_port(np, index, iotype, base, addr, NO_IRQ, in add_legacy_pci_port()
|