Home
last modified time | relevance | path

Searched refs:ASCV_STOP_CODE_B (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dadvlib.c673 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()
2697 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) == 0) { 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()
2728 stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B); in AscCleanUpBusyQueue()
2767 if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0) { in AscCleanUpDiscQueue()
[all …]
H A Dadvlib.h1033 #define ASCV_STOP_CODE_B 0x0036 macro