Searched refs:SC_PHS_MTCH (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/mac68k/dev/
H A Dncr5380reg.h99 #define SC_PHS_MTCH 0x08 /* R - Phase Match */ macro
H A Dncr5380.c1473 && (dmstat & SC_PHS_MTCH) ) {
1527 if ((dmstat & SC_BSY_ERR) || !(dmstat & SC_PHS_MTCH)
/netbsd-current/sys/arch/atari/dev/
H A Dncr5380reg.h99 #define SC_PHS_MTCH 0x08 /* R - Phase Match */ macro
H A Datari5380.c407 if ((dmstat & SC_PHS_MTCH) == 0)
470 (dmstat & SC_PHS_MTCH) == 0 && PH_OUT(reqp->phase))
H A Dncr5380.c1505 (dmstat & SC_PHS_MTCH) != 0) {
1560 if ((dmstat & SC_BSY_ERR) != 0 || (dmstat & SC_PHS_MTCH) == 0 ||

Completed in 107 milliseconds