Searched refs:openpic_read (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dopenpic.c59 openpic_read(struct openpic_softc *sc, u_int reg) function
78 x = openpic_read(sc, tpr);
108 x = openpic_read(sc, OPENPIC_CONFIG);
112 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) {
138 x = openpic_read(sc, OPENPIC_CONFIG);
142 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) {
147 x = openpic_read(sc, OPENPIC_FEATURE);
203 x = openpic_read(sc, OPENPIC_CONFIG);
213 (void)openpic_read(sc, OPENPIC_PCPU_IACK(0));
259 x = openpic_read(s
[all...]

Completed in 100 milliseconds