Home
last modified time | relevance | path

Searched refs:OPENPIC_CONFIG (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/powerpc/pic/
H A Dpic_openpic.c104 x = openpic_read(OPENPIC_CONFIG); in setup_openpic()
109 openpic_write(OPENPIC_CONFIG, x); in setup_openpic()
122 openpic_write(OPENPIC_CONFIG, OPENPIC_CONFIG_RESET); in setup_openpic()
124 x = openpic_read(OPENPIC_CONFIG); in setup_openpic()
130 openpic_write(OPENPIC_CONFIG, x); in setup_openpic()
H A Dpic_distopenpic.c116 x = openpic_read(OPENPIC_CONFIG); in setup_distributed_openpic()
118 openpic_write(OPENPIC_CONFIG, x); in setup_distributed_openpic()
/netbsd-src/sys/arch/macppc/macppc/
H A Dpic_u3_ht.c221 x = u3_ht_read(u3_ht, OPENPIC_CONFIG); in setup_u3_ht()
222 u3_ht_write(u3_ht, OPENPIC_CONFIG, x | OPENPIC_CONFIG_RESET); in setup_u3_ht()
224 x = u3_ht_read(u3_ht, OPENPIC_CONFIG); in setup_u3_ht()
265 x = u3_ht_read(u3_ht, OPENPIC_CONFIG); in setup_u3_ht()
267 u3_ht_write(u3_ht, OPENPIC_CONFIG, x); in setup_u3_ht()
/netbsd-src/sys/arch/powerpc/include/
H A Dopenpicreg.h37 #define OPENPIC_CONFIG 0x1020 macro