Searched refs:openpic_read (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | openpic.c | 61 openpic_read(struct openpic_softc *sc, u_int reg) in openpic_read() function 95 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach() 125 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach() 134 x = openpic_read(sc, OPENPIC_FEATURE); in openpic_common_attach() 198 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach() 208 (void)openpic_read(sc, OPENPIC_PCPU_IACK(0)); in openpic_common_attach() 271 x = openpic_read(sc, OPENPIC_SRC_VECTOR(irq)); in openpic_config() 322 x = openpic_read(sc, OPENPIC_SRC_VECTOR(irq)); in openpic_enable() 327 x = openpic_read(sc, OPENPIC_IPI_VECTOR(0)); in openpic_enable() 372 x = openpic_read(sc, OPENPIC_IPI_VECTOR(0)); in openpic_mask() [all …]
|