Lines Matching defs:AscReadLramWord
805 #define AscGetVarFreeQHead(port) AscReadLramWord((port), ASCV_FREE_Q_HEAD_W)
806 #define AscGetVarDoneQTail(port) AscReadLramWord((port), ASCV_DONE_Q_TAIL_W)
3790 static ushort AscReadLramWord(PortAddr iop_base, ushort addr)
3822 word_data = AscReadLramWord(iop_base, addr);
3826 word_data = AscReadLramWord(iop_base, addr);
3906 sum += AscReadLramWord(iop_base, s_addr);
4052 AscReadLramWord(iop_base, (ushort)ASCV_MC_DATE_W);
4054 AscReadLramWord(iop_base, (ushort)ASCV_MC_VER_W);
6386 int_halt_code = AscReadLramWord(iop_base, ASCV_HALTCODE_W);
6701 _val = AscReadLramWord(iop_base,
6705 _val = AscReadLramWord(iop_base,
6709 _val = AscReadLramWord(iop_base,
6718 scsiq->remain_bytes = (((u32)AscReadLramWord(iop_base,
6726 scsiq->remain_bytes += AscReadLramWord(iop_base,
8928 saved_word = AscReadLramWord(iop_base, q_addr);