Home
last modified time | relevance | path

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

/NextBSD/sys/powerpc/powerpc/
HDopenpic.c109 x |= OPENPIC_CONFIG_RESET; in openpic_common_attach()
112 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach()
139 x |= OPENPIC_CONFIG_RESET; in openpic_common_attach()
142 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach()
/NextBSD/sys/powerpc/include/
HDopenpicreg.h68 #define OPENPIC_CONFIG_RESET 0x80000000 macro