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

/freebsd-13-stable/sys/powerpc/include/
H A Dopenpicreg.h70 #define OPENPIC_CONFIG_RESET 0x80000000 macro
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dopenpic.c100 x |= OPENPIC_CONFIG_RESET;
103 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) {
130 x |= OPENPIC_CONFIG_RESET;
133 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) {

Completed in 54 milliseconds