sys/dev/ic/advlib.c
2681
if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) == 0) {
sys/dev/ic/advlib.c
2682
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, ASC_STOP_REQ_RISC_STOP);
sys/dev/ic/advlib.c
2684
if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) &
sys/dev/ic/advlib.c
2699
if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0)
sys/dev/ic/advlib.c
2700
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, 0);
sys/dev/ic/advlib.c
2711
if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0) {
sys/dev/ic/advlib.c
2712
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, ASC_STOP_CLEAN_UP_BUSY_Q);
sys/dev/ic/advlib.c
2714
stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B);
sys/dev/ic/advlib.c
2753
if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0) {
sys/dev/ic/advlib.c
2754
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, ASC_STOP_CLEAN_UP_DISC_Q);
sys/dev/ic/advlib.c
2756
stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B);
sys/dev/ic/advlib.c
669
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, 0);
sys/dev/ic/advlib.c
895
saved_stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B);
sys/dev/ic/advlib.c
896
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B,
sys/dev/ic/advlib.c
907
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, saved_stop_code);