Home
last modified time | relevance | path

Searched refs:SCTL_INTR_ENAB (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/luna88k/dev/
H A Dmb89352reg.h129 #define SCTL_INTR_ENAB 0x01 macro
H A Dmb89352.c345 bus_space_read_1(sc->sc_iot, sc->sc_ioh, SCTL) | SCTL_INTR_ENAB); in spc_init()
1598 bus_space_read_1(iot, ioh, SCTL) & ~SCTL_INTR_ENAB); in spc_intr()
1954 bus_space_read_1(iot, ioh, SCTL) | SCTL_INTR_ENAB); in spc_intr()
/openbsd/sys/arch/luna88k/stand/boot/
H A Dscsireg.h52 #define SCTL_INTR_ENAB 0x01 macro
H A Dsc.c175 SCTL_INTR_ENAB; in screset()