Lines Matching refs:ASCV_STOP_CODE_B
673 AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, 0); in AscInitQLinkVar()
902 saved_stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B); in AscHostReqRiscHalt()
903 AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, in AscHostReqRiscHalt()
914 AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, saved_stop_code); in AscHostReqRiscHalt()
2697 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) == 0) { in AscStopQueueExe()
2698 AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, ASC_STOP_REQ_RISC_STOP); in AscStopQueueExe()
2700 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) & in AscStopQueueExe()
2714 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0) in AscStartQueueExe()
2715 AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, 0); in AscStartQueueExe()
2725 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0) { in AscCleanUpBusyQueue()
2726 AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, ASC_STOP_CLEAN_UP_BUSY_Q); in AscCleanUpBusyQueue()
2728 stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B); in AscCleanUpBusyQueue()
2767 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0) { in AscCleanUpDiscQueue()
2768 AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, ASC_STOP_CLEAN_UP_DISC_Q); in AscCleanUpDiscQueue()
2770 stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B); in AscCleanUpDiscQueue()