Lines Matching refs:AscReadLramByte

803 #define AscGetQDoneInProgress(port)         AscReadLramByte((port), ASCV_Q_DONE_IN_PROGRESS_B)
809 #define AscGetRiscVarFreeQHead(port) AscReadLramByte((port), ASCV_NEXTRDY_B)
810 #define AscGetRiscVarDoneQTail(port) AscReadLramByte((port), ASCV_DONENEXT_B)
814 #define AscGetMCodeSDTRDoneAtID(port, id) AscReadLramByte((port), (ushort)((ushort)ASCV_SDTR_DONE_BEG+(ushort)id))
816 #define AscGetMCodeInitSDTRAtID(port, id) AscReadLramByte((port), (ushort)((ushort)ASCV_SDTR_DATA_BEG+(ushort)id))
3773 static uchar AscReadLramByte(PortAddr iop_base, ushort addr)
6242 risc_flag = AscReadLramByte(iop_base, ASCV_RISC_FLAG_B);
6248 AscReadLramByte(iop_base,
6388 halt_qp = AscReadLramByte(iop_base, ASCV_CURCDB_B);
6390 target_ix = AscReadLramByte(iop_base,
6393 q_cntl = AscReadLramByte(iop_base,
6557 tag_code = AscReadLramByte(iop_base,
6574 q_status = AscReadLramByte(iop_base,
6583 scsi_busy = AscReadLramByte(iop_base, (ushort)ASCV_SCSIBUSY_B);
6613 scsi_status = AscReadLramByte(iop_base,
6618 AscReadLramByte(iop_base,
6623 scsi_busy = AscReadLramByte(iop_base,
6874 next_qp = AscReadLramByte(iop_base,
6893 sg_list_qp = AscReadLramByte(iop_base,
6915 cur_target_qng = AscReadLramByte(iop_base,
6922 scsi_busy = AscReadLramByte(iop_base, (ushort)
6986 if ((AscReadLramByte(iop_base,
7061 host_flag = AscReadLramByte(iop_base,
7258 saved_stop_code = AscReadLramByte(iop_base, ASCV_STOP_CODE_B);
7909 q_status = (uchar)AscReadLramByte(iop_base,
7912 next_qp = AscReadLramByte(iop_base, (ushort)(q_addr + ASC_SCSIQ_B_FWD));
8066 next_qp = AscReadLramByte(iop_base,
8677 if (AscReadLramByte(iop_base, ASCV_STOP_CODE_B) == 0) {
8681 if (AscReadLramByte(iop_base, ASCV_STOP_CODE_B) &