Lines Matching refs:AscReadLramByte
103 static u_int8_t AscReadLramByte(bus_space_tag_t, bus_space_handle_t, u_int16_t);
895 saved_stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B);
941 AscReadLramByte(bus_space_tag_t iot, bus_space_handle_t ioh, u_int16_t addr)
1489 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) &
1549 next_qp = AscReadLramByte(iot, ioh, (q_addr + ASC_SCSIQ_B_FWD));
1564 sg_list_qp = AscReadLramByte(iot, ioh,
1580 cur_target_qng = AscReadLramByte(iot, ioh,
1584 scsi_busy = AscReadLramByte(iot, ioh, ASCV_SCSIBUSY_B);
1665 halt_qp = AscReadLramByte(iot, ioh, ASCV_CURCDB_B);
1667 target_ix = AscReadLramByte(iot, ioh, halt_q_addr + ASC_SCSIQ_B_TARGET_IX);
1668 q_cntl = AscReadLramByte(iot, ioh, halt_q_addr + ASC_SCSIQ_B_CNTL);
1708 tag_code = AscReadLramByte(iot, ioh, halt_q_addr + ASC_SCSIQ_B_TAG_CODE);
1718 q_status = AscReadLramByte(iot, ioh, halt_q_addr + ASC_SCSIQ_B_STATUS);
1723 scsi_busy = AscReadLramByte(iot, ioh, ASCV_SCSIBUSY_B);
1744 scsi_status = AscReadLramByte(iot, ioh,
1746 cur_dvc_qng = AscReadLramByte(iot, ioh, target_ix + ASC_QADR_BEG);
1749 scsi_busy = AscReadLramByte(iot, ioh, ASCV_SCSIBUSY_B);
1974 risc_flag = AscReadLramByte(iot, ioh, ASCV_RISC_FLAG_B);
1979 host_flag = AscReadLramByte(iot, ioh, ASCV_HOST_FLAG_B) &
2489 next_qp = AscReadLramByte(iot, ioh, q_addr + ASC_SCSIQ_B_FWD);
2651 q_status = AscReadLramByte(iot, ioh, q_addr + ASC_SCSIQ_B_STATUS);
2652 next_qp = AscReadLramByte(iot, ioh, q_addr + ASC_SCSIQ_B_FWD);
2681 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) == 0) {
2684 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) &
2699 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0)
2711 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0) {
2714 stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B);
2735 q_status = AscReadLramByte(iot, ioh, q_addr + ASC_SCSIQ_B_STATUS);
2753 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0) {
2756 stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B);