Lines Matching refs:AscReadLramByte

790 #define AscGetQDoneInProgress(port)         AscReadLramByte((port), ASCV_Q_DONE_IN_PROGRESS_B)
796 #define AscGetRiscVarFreeQHead(port) AscReadLramByte((port), ASCV_NEXTRDY_B)
797 #define AscGetRiscVarDoneQTail(port) AscReadLramByte((port), ASCV_DONENEXT_B)
801 #define AscGetMCodeSDTRDoneAtID(port, id) AscReadLramByte((port), (ushort)((ushort)ASCV_SDTR_DONE_BEG+(ushort)id))
803 #define AscGetMCodeInitSDTRAtID(port, id) AscReadLramByte((port), (ushort)((ushort)ASCV_SDTR_DATA_BEG+(ushort)id))
3724 static uchar AscReadLramByte(PortAddr iop_base, ushort addr)
6175 risc_flag = AscReadLramByte(iop_base, ASCV_RISC_FLAG_B);
6181 AscReadLramByte(iop_base,
6321 halt_qp = AscReadLramByte(iop_base, ASCV_CURCDB_B);
6323 target_ix = AscReadLramByte(iop_base,
6326 q_cntl = AscReadLramByte(iop_base,
6490 tag_code = AscReadLramByte(iop_base,
6507 q_status = AscReadLramByte(iop_base,
6516 scsi_busy = AscReadLramByte(iop_base, (ushort)ASCV_SCSIBUSY_B);
6546 scsi_status = AscReadLramByte(iop_base,
6551 AscReadLramByte(iop_base,
6556 scsi_busy = AscReadLramByte(iop_base,
6788 next_qp = AscReadLramByte(iop_base,
6807 sg_list_qp = AscReadLramByte(iop_base,
6829 cur_target_qng = AscReadLramByte(iop_base,
6836 scsi_busy = AscReadLramByte(iop_base, (ushort)
6900 if ((AscReadLramByte(iop_base,
6975 host_flag = AscReadLramByte(iop_base,
7172 saved_stop_code = AscReadLramByte(iop_base, ASCV_STOP_CODE_B);
7823 q_status = (uchar)AscReadLramByte(iop_base,
7826 next_qp = AscReadLramByte(iop_base, (ushort)(q_addr + ASC_SCSIQ_B_FWD));
7980 next_qp = AscReadLramByte(iop_base,
8570 if (AscReadLramByte(iop_base, ASCV_STOP_CODE_B) == 0) {
8574 if (AscReadLramByte(iop_base, ASCV_STOP_CODE_B) &