Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c75 static int __init add_legacy_port(struct device_node *np, int want_index, in add_legacy_port() argument
99 if (want_index >= 0 && want_index < MAX_LEGACY_SERIAL_PORTS) in add_legacy_port()
100 index = want_index; in add_legacy_port()