Lines Matching defs:AscReadLramWord
792 #define AscGetVarFreeQHead(port) AscReadLramWord((port), ASCV_FREE_Q_HEAD_W)
793 #define AscGetVarDoneQTail(port) AscReadLramWord((port), ASCV_DONE_Q_TAIL_W)
3741 static ushort AscReadLramWord(PortAddr iop_base, ushort addr)
3773 word_data = AscReadLramWord(iop_base, addr);
3777 word_data = AscReadLramWord(iop_base, addr);
3857 sum += AscReadLramWord(iop_base, s_addr);
4003 AscReadLramWord(iop_base, (ushort)ASCV_MC_DATE_W);
4005 AscReadLramWord(iop_base, (ushort)ASCV_MC_VER_W);
6319 int_halt_code = AscReadLramWord(iop_base, ASCV_HALTCODE_W);
6634 _val = AscReadLramWord(iop_base,
6638 _val = AscReadLramWord(iop_base,
6642 _val = AscReadLramWord(iop_base,
6651 scsiq->remain_bytes = (((u32)AscReadLramWord(iop_base,
6659 scsiq->remain_bytes += AscReadLramWord(iop_base,
8756 saved_word = AscReadLramWord(iop_base, q_addr);