Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/
Drtas.c227 static const int *row_width; in rtas_progress() local
247 row_width = of_get_property(root, in rtas_progress()
286 if (row_width) in rtas_progress()
287 width = row_width[current_line]; in rtas_progress()
318 if (row_width) in rtas_progress()
319 width = row_width[current_line]; in rtas_progress()