Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
DpSeries_lpar.c363 struct device_node *vtys; in hvc_count() local
368 vtys = find_devices("vty"); in hvc_count()
369 if (vtys && device_is_compatible(vtys, "hvterm1")) { in hvc_count()
370 termno = (u32 *)get_property(vtys, "reg", 0); in hvc_count()