Searched refs:openpic_read (Results 1 – 1 of 1) sorted by relevance
/freebsd/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() 99 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach() 125 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach() 129 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { 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() 306 vector = openpic_read(sc, OPENPIC_PCPU_IACK(cpuid)); in openpic_dispatch() [all …]
|