Lines Matching refs:ahd_inb_scbram
448 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0
449 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
450 || (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR)
462 ahd_inb_scbram(ahd, SCB_SGPTR)
516 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
622 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1);
668 ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24;
793 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL);
807 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) - 1);
1146 ahd_inb_scbram(ahd, SCB_CONTROL)
1258 ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID),
1259 ahd_inb_scbram(ahd, SCB_LUN),
1260 ahd_inb_scbram(ahd, SCB_CONTROL));
1380 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
2391 } else if ((ahd_inb_scbram(ahd, SCB_CONTROL)
3337 control = ahd_inb_scbram(ahd, SCB_CONTROL);
3550 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT),
3559 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
4701 ahd_inb_scbram(ahd, SCB_CONTROL) & mask);
4779 sgptr = ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
4781 && (ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
4883 ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
4941 sgptr = (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR + 3) << 24)
4942 | (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR + 2) << 16)
4943 | (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR + 1) << 8)
4944 | ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
4947 resid = (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 2) << 16)
4948 | (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 1) << 8)
4949 | ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT);
8733 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT));
8735 ahd_scb_control_print(ahd_inb_scbram(ahd, SCB_CONTROL),
8737 ahd_scb_scsiid_print(ahd_inb_scbram(ahd, SCB_SCSIID),
8865 ahd_inb_scbram(ahd, SCB_CDB_STORE),
8866 ahd_inb_scbram(ahd, SCB_CDB_STORE+1),
8867 ahd_inb_scbram(ahd, SCB_CDB_STORE+2),
8868 ahd_inb_scbram(ahd, SCB_CDB_STORE+3),
8869 ahd_inb_scbram(ahd, SCB_CDB_STORE+4),
8870 ahd_inb_scbram(ahd, SCB_CDB_STORE+5));
8902 ahd_inb_scbram(ahd, SCB_CONTROL),
8903 ahd_inb_scbram(ahd, SCB_SCSIID),