Searched refs:openpic_read (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/powerpc/powerpc/ |
| D | openpic.c | 59 openpic_read(struct openpic_softc *sc, u_int reg) in openpic_read() function 78 x = openpic_read(sc, tpr); in openpic_set_priority() 108 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach() 112 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach() 138 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach() 142 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach() 147 x = openpic_read(sc, OPENPIC_FEATURE); in openpic_common_attach() 203 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach() 213 (void)openpic_read(sc, OPENPIC_PCPU_IACK(0)); in openpic_common_attach() 259 x = openpic_read(sc, OPENPIC_SRC_VECTOR(irq)); in openpic_config() [all …]
|