INW
((INW(nc_sbdl) & 0xff) << 9) | /* d7-0 */
((INW(nc_sbdl) & 0xff00) << 10) | /* d15-8 */
sist = (istat & SIP) ? INW (nc_sist) : 0;
(void) INW (nc_sist); /* clear pending scsi interrupt */
(void) INW (nc_sist); /* another one, just to be sure :) */
while (!(INW(nc_sist) & GEN) && ms++ < 100000) {
#define OUTONW(r, m) OUTW(r, INW(r) | (m))
#define OUTOFFW(r, m) OUTW(r, INW(r) & ~(m))
sist = INW(np, nc_sist);
INW(np, nc_sist);
INW(np, nc_sist);
((INW(np, nc_sbdl) & 0xff) << 9) | /* d7-0 */
((INW(np, nc_sbdl) & 0xff00) << 10) | /* d15-8 */
delta = INW(np, nc_dfbc);
sist |= INW(np, nc_sist);
INW(np, nc_sist); /* clear pending scsi interrupt */
INW(np, nc_sist); /* another one, just to be sure :) */
while (!(INW(np, nc_sist) & GEN) && ms++ < 100000)
#define OUTONW(np, r, m) OUTW(np, r, INW(np, r) | (m))
#define OUTOFFW(np, r, m) OUTW(np, r, INW(np, r) & ~(m))