Searched refs:OPENPIC_CONFIG (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/powerpc/pic/ |
H A D | pic_openpic.c | 104 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 D | pic_distopenpic.c | 116 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 D | pic_u3_ht.c | 221 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 D | openpicreg.h | 37 #define OPENPIC_CONFIG 0x1020 macro
|