Searched refs:dpt_inb (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/dev/dpt/ |
| HD | dpt_scsi.c | 89 #define dpt_inb(dpt, port) \ macro 168 if ((dpt_inb(dpt, 2) == 'D') in dpt_just_reset() 169 && (dpt_inb(dpt, 3) == 'P') in dpt_just_reset() 170 && (dpt_inb(dpt, 4) == 'T') in dpt_just_reset() 171 && (dpt_inb(dpt, 5) == 'H')) in dpt_just_reset() 180 if ((dpt_inb(dpt, 0) == 'D') in dpt_raid_busy() 181 && (dpt_inb(dpt, 1) == 'P') in dpt_raid_busy() 182 && (dpt_inb(dpt, 2) == 'T')) in dpt_raid_busy() 213 c = dpt_inb(dpt, HA_RSTATUS) & bits; in dpt_wait() 527 while (((status = dpt_inb(dpt, HA_RSTATUS)) != (HA_SREADY | HA_SSC) in dpt_get_conf() [all …]
|