Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c785 static const int *row_width; in rtas_progress() local
805 row_width = of_get_property(root, in rtas_progress()
844 if (row_width) in rtas_progress()
845 width = row_width[current_line]; in rtas_progress()
876 if (row_width) in rtas_progress()
877 width = row_width[current_line]; in rtas_progress()