Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dosiop.c498 osiop_write_1(sc, OSIOP_SIEN, sc->sc_sien);
862 osiop_write_1(sc, OSIOP_SIEN, 0x00);
914 osiop_write_1(sc, OSIOP_SIEN, sc->sc_sien);
923 osiop_write_1(sc, OSIOP_SIEN, 0);
957 osiop_read_1(sc, OSIOP_SIEN),
1697 osiop_write_1(sc, OSIOP_SIEN, 0);
1704 osiop_write_1(sc, OSIOP_SIEN, sc->sc_sien);
1771 osiop_write_1(sc, OSIOP_SIEN, sc->sc_sien);
H A Dosiopreg.h60 #define OSIOP_SIEN (0x00+BL3) /* rw: SCSI interrupt enable */ macro