Searched refs:SC_HOST_ID (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/mac68k/dev/
H A Dncr5380reg.h131 #define SC_HOST_ID 0x80 macro
H A Dncr5380.c585 SET_5380_REG(NCR5380_IDSTAT, SC_HOST_ID);
728 SET_5380_REG(NCR5380_DATA, SC_HOST_ID);
763 if (tmp[0] & ~((SC_HOST_ID << 1) - 1)) {
793 SET_5380_REG(NCR5380_DATA, SC_HOST_ID | targ_bit);
1240 target_mask = GET_5380_REG(NCR5380_DATA) & ~SC_HOST_ID;
/netbsd-current/sys/arch/atari/dev/
H A Dncr5380reg.h131 #define SC_HOST_ID 0x80 macro
H A Dncr5380.c601 SET_5380_REG(NCR5380_IDSTAT, SC_HOST_ID);
748 SET_5380_REG(NCR5380_DATA, SC_HOST_ID);
783 if (tmp[0] & ~((SC_HOST_ID << 1) - 1)) {
813 SET_5380_REG(NCR5380_DATA, SC_HOST_ID | targ_bit);
1263 target_mask = GET_5380_REG(NCR5380_DATA) & ~SC_HOST_ID;

Completed in 108 milliseconds