Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/luna88k/stand/boot/
Dsc.c125 hs->sc_phase = BUS_FREE_PHASE; in scinit()
297 hs->sc_phase = BUS_FREE_PHASE; in scfinish()
515 if (hs->sc_phase == BUS_FREE_PHASE) { in scintr()
527 hs->sc_phase = BUS_FREE_PHASE; in scintr()
540 if (hs->sc_phase == BUS_FREE_PHASE) in scintr()
557 hs->sc_phase = BUS_FREE_PHASE; in scintr()
Dscsireg.h126 #define BUS_FREE_PHASE 0x04 macro