• 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/

Lines Matching refs:AscReadLramByte

846 #define AscGetQDoneInProgress(port)         AscReadLramByte((port), ASCV_Q_DONE_IN_PROGRESS_B)
852 #define AscGetRiscVarFreeQHead(port) AscReadLramByte((port), ASCV_NEXTRDY_B)
853 #define AscGetRiscVarDoneQTail(port) AscReadLramByte((port), ASCV_DONENEXT_B)
857 #define AscGetMCodeSDTRDoneAtID(port, id) AscReadLramByte((port), (ushort)((ushort)ASCV_SDTR_DONE_BEG+(ushort)id))
859 #define AscGetMCodeInitSDTRAtID(port, id) AscReadLramByte((port), (ushort)((ushort)ASCV_SDTR_DATA_BEG+(ushort)id))
4409 static uchar AscReadLramByte(PortAddr iop_base, ushort addr)
6899 risc_flag = AscReadLramByte(iop_base, ASCV_RISC_FLAG_B);
6905 AscReadLramByte(iop_base,
7046 halt_qp = AscReadLramByte(iop_base, ASCV_CURCDB_B);
7048 target_ix = AscReadLramByte(iop_base,
7051 q_cntl = AscReadLramByte(iop_base,
7215 tag_code = AscReadLramByte(iop_base,
7232 q_status = AscReadLramByte(iop_base,
7241 scsi_busy = AscReadLramByte(iop_base, (ushort)ASCV_SCSIBUSY_B);
7271 scsi_status = AscReadLramByte(iop_base,
7276 AscReadLramByte(iop_base,
7281 scsi_busy = AscReadLramByte(iop_base,
7329 q_no = AscReadLramByte(iop_base, (ushort)ASCV_REQ_SG_LIST_QP);
7351 sg_wk_q_no = AscReadLramByte(iop_base,
7355 first_sg_wk_q_no = AscReadLramByte(iop_base,
7458 next_qp = AscReadLramByte(iop_base,
7690 next_qp = AscReadLramByte(iop_base,
7709 sg_list_qp = AscReadLramByte(iop_base,
7731 cur_target_qng = AscReadLramByte(iop_base,
7738 scsi_busy = AscReadLramByte(iop_base, (ushort)
7799 if ((AscReadLramByte(iop_base,
7874 host_flag = AscReadLramByte(iop_base,
8078 saved_stop_code = AscReadLramByte(iop_base, ASCV_STOP_CODE_B);
8729 q_status = (uchar)AscReadLramByte(iop_base,
8732 next_qp = AscReadLramByte(iop_base, (ushort)(q_addr + ASC_SCSIQ_B_FWD));
8927 next_qp = AscReadLramByte(iop_base,
9574 if (AscReadLramByte(iop_base, ASCV_STOP_CODE_B) == 0) {
9578 if (AscReadLramByte(iop_base, ASCV_STOP_CODE_B) &