Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Dmacio.c253 int i, layout_id = 0, nreg, res; in macio_add_reg() local
277 res = OF_getprop(child, "layout-id", &layout_id, in macio_add_reg()
278 sizeof(layout_id)); in macio_add_reg()
280 if (res > 0 && (layout_id == 36 || layout_id == 76)) { in macio_add_reg()