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

  /src/sys/arch/powerpc/pic/
pic_openpic.c 104 x = openpic_read(OPENPIC_CONFIG);
109 openpic_write(OPENPIC_CONFIG, x);
122 openpic_write(OPENPIC_CONFIG, OPENPIC_CONFIG_RESET);
124 x = openpic_read(OPENPIC_CONFIG);
130 openpic_write(OPENPIC_CONFIG, x);
pic_distopenpic.c 116 x = openpic_read(OPENPIC_CONFIG);
118 openpic_write(OPENPIC_CONFIG, x);
  /src/sys/arch/powerpc/include/
openpicreg.h 37 #define OPENPIC_CONFIG 0x1020
  /src/sys/arch/macppc/macppc/
pic_u3_ht.c 221 x = u3_ht_read(u3_ht, OPENPIC_CONFIG);
222 u3_ht_write(u3_ht, OPENPIC_CONFIG, x | OPENPIC_CONFIG_RESET);
224 x = u3_ht_read(u3_ht, OPENPIC_CONFIG);
265 x = u3_ht_read(u3_ht, OPENPIC_CONFIG);
267 u3_ht_write(u3_ht, OPENPIC_CONFIG, x);

Completed in 13 milliseconds