Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Dopenpic.c96 x |= OPENPIC_CONFIG_RESET; in openpic_common_attach()
99 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach()
126 x |= OPENPIC_CONFIG_RESET; in openpic_common_attach()
129 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach()
/freebsd/sys/powerpc/include/
H A Dopenpicreg.h69 #define OPENPIC_CONFIG_RESET 0x80000000 macro