Home
last modified time | relevance | path

Searched refs:OPENPIC_CONFIG (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dopenpic.c95 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach()
97 openpic_write(sc, OPENPIC_CONFIG, x); 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()
127 openpic_write(sc, OPENPIC_CONFIG, x); in openpic_common_attach()
129 while (openpic_read(sc, OPENPIC_CONFIG) & OPENPIC_CONFIG_RESET) { in openpic_common_attach()
198 x = openpic_read(sc, OPENPIC_CONFIG); in openpic_common_attach()
200 openpic_write(sc, OPENPIC_CONFIG, x); in openpic_common_attach()
404 sc->sc_saved_config = bus_read_4(sc->sc_memr, OPENPIC_CONFIG); in openpic_suspend()
435 sc->sc_saved_config = bus_read_4(sc->sc_memr, OPENPIC_CONFIG); in openpic_resume()
/freebsd/sys/powerpc/include/
H A Dopenpicreg.h68 #define OPENPIC_CONFIG 0x1020 macro