HomeSort by: relevance | last modified time | path
    Searched refs:OPENPIC_CONFIG_RESET (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/include/
openpicreg.h 38 #define OPENPIC_CONFIG_RESET 0x80000000
  /src/sys/arch/powerpc/pic/
pic_openpic.c 90 * OPENPIC_CONFIG_RESET bit. Please check the document of your
122 openpic_write(OPENPIC_CONFIG, OPENPIC_CONFIG_RESET);
125 } while (x & OPENPIC_CONFIG_RESET); /* S1C bit */
  /src/sys/arch/macppc/macppc/
pic_u3_ht.c 222 u3_ht_write(u3_ht, OPENPIC_CONFIG, x | OPENPIC_CONFIG_RESET);
225 } while (x & OPENPIC_CONFIG_RESET);

Completed in 14 milliseconds