Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/dev/
H A Dschizo.c150 uint64_t reg, eccctrl, ino_bitmap; in schizo_attach() local
177 eccctrl = schizo_read(sc, SCZ_ECCCTRL); in schizo_attach()
178 eccctrl |= SCZ_ECCCTRL_EE_INTEN | in schizo_attach()
181 schizo_write(sc, SCZ_ECCCTRL, eccctrl); in schizo_attach()
H A Dschizoreg.h83 volatile u_int64_t eccctrl; member