• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/

Lines Matching defs:ahd_inb_scbram

718 ahd_inb_scbram(struct ahd_softc *ahd, u_int offset)
731 return (ahd_inb_scbram(ahd, offset)
732 | (ahd_inb_scbram(ahd, offset+1) << 8));
1212 if ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_LIST_NULL) == 0
1213 && ((ahd_inb_scbram(ahd, SCB_SGPTR) & SG_FULL_RESID) != 0
1214 || (ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR)
1226 ahd_inb_scbram(ahd, SCB_SGPTR)
1302 *hscb_ptr++ = ahd_inb_scbram(ahd, SCB_BASE + i);
1425 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) + 1);
1469 resid |= ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24;
1593 ahd_inb_scbram(ahd, SCB_SGPTR) | SG_LIST_NULL);
1604 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT) - 1);
1992 ahd_inb_scbram(ahd, SCB_CONTROL)
2104 ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID),
2105 ahd_inb_scbram(ahd, SCB_LUN),
2106 ahd_inb_scbram(ahd, SCB_CONTROL));
2226 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
3315 } else if ((ahd_inb_scbram(ahd, SCB_CONTROL)
4217 control = ahd_inb_scbram(ahd, SCB_CONTROL);
4430 ahd_inb_scbram(ahd, SCB_CONTROL), ahd_inb(ahd, MSG_OUT),
4439 ahd_inb_scbram(ahd, SCB_CONTROL) & ~MK_MESSAGE);
5567 ahd_inb_scbram(ahd, SCB_CONTROL) & mask);
5638 sgptr = ahd_inb_scbram(ahd, SCB_RESIDUAL_SGPTR);
5640 && (ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
5742 ahd_inb_scbram(ahd, SCB_TASK_ATTRIBUTE)
5803 resid = (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 2) << 16)
5804 | (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 1) << 8)
5805 | ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT);
9737 ahd_inb_scbram(ahd, SCB_FIFO_USE_COUNT));
9739 ahd_scb_control_print(ahd_inb_scbram(ahd, SCB_CONTROL),
9741 ahd_scb_scsiid_print(ahd_inb_scbram(ahd, SCB_SCSIID),
9887 ahd_inb_scbram(ahd, SCB_CDB_STORE),
9888 ahd_inb_scbram(ahd, SCB_CDB_STORE+1),
9889 ahd_inb_scbram(ahd, SCB_CDB_STORE+2),
9890 ahd_inb_scbram(ahd, SCB_CDB_STORE+3),
9891 ahd_inb_scbram(ahd, SCB_CDB_STORE+4),
9892 ahd_inb_scbram(ahd, SCB_CDB_STORE+5));