• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/

Lines Matching refs:ahd_inb_scbram

492 		if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0
493 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
494 || (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR)
506 ahd_inb_scbram(ahd, SCB_SGPTR)
582 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
705 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1);
749 resid |= ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24;
873 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL);
884 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) - 1);
1272 ahd_inb_scbram(ahd, SCB_CONTROL)
1384 ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID),
1385 ahd_inb_scbram(ahd, SCB_LUN),
1386 ahd_inb_scbram(ahd, SCB_CONTROL));
1506 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
2591 } else if ((ahd_inb_scbram(ahd, SCB_CONTROL)
3493 control = ahd_inb_scbram(ahd, SCB_CONTROL);
3706 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT),
3715 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
4843 ahd_inb_scbram(ahd, SCB_CONTROL) & mask);
4914 sgptr = ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
4916 && (ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
5018 ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
5079 resid = (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 2) << 16)
5080 | (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 1) << 8)
5081 | ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT);
8977 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT));
8979 ahd_scb_control_print(ahd_inb_scbram(ahd, SCB_CONTROL),
8981 ahd_scb_scsiid_print(ahd_inb_scbram(ahd, SCB_SCSIID),
9127 ahd_inb_scbram(ahd, SCB_CDB_STORE),
9128 ahd_inb_scbram(ahd, SCB_CDB_STORE+1),
9129 ahd_inb_scbram(ahd, SCB_CDB_STORE+2),
9130 ahd_inb_scbram(ahd, SCB_CDB_STORE+3),
9131 ahd_inb_scbram(ahd, SCB_CDB_STORE+4),
9132 ahd_inb_scbram(ahd, SCB_CDB_STORE+5));