Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powermac/
H A Dmacio.c173 #define MACIO_QUIRK_USE_CHILD_REG 0x00000004 macro
185 MACIO_QUIRK_USE_CHILD_REG },
387 if ((quirks & MACIO_QUIRK_USE_CHILD_REG) != 0) in macio_attach()