Searched refs:OPENPIC_CONFIG (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/powerpc/powerpc/ |
| D | openpic.c | 110 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach() 112 openpic_write(sc, OPENPIC_CONFIG, x); in openpic_common_attach() 114 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach() 140 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach() 142 openpic_write(sc, OPENPIC_CONFIG, x); in openpic_common_attach() 144 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach() 205 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach() 207 openpic_write(sc, OPENPIC_CONFIG, x); in openpic_common_attach() 394 sc->sc_saved_config = bus_read_4(sc->sc_memr, OPENPIC_CONFIG); in openpic_suspend() 425 sc->sc_saved_config = bus_read_4(sc->sc_memr, OPENPIC_CONFIG); in openpic_resume()
|
| /freebsd-12-stable/sys/powerpc/include/ |
| D | openpicreg.h | 69 #define OPENPIC_CONFIG 0x1020 macro
|