sys/dev/ic/advlib.c
2697
if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) == 0) {
sys/dev/ic/advlib.c
2698
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, ASC_STOP_REQ_RISC_STOP);
sys/dev/ic/advlib.c
2700
if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) &
sys/dev/ic/advlib.c
2714
if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0)
sys/dev/ic/advlib.c
2715
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, 0);
sys/dev/ic/advlib.c
2725
if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0) {
sys/dev/ic/advlib.c
2726
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, ASC_STOP_CLEAN_UP_BUSY_Q);
sys/dev/ic/advlib.c
2728
stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B);
sys/dev/ic/advlib.c
2767
if (AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B) != 0) {
sys/dev/ic/advlib.c
2768
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, ASC_STOP_CLEAN_UP_DISC_Q);
sys/dev/ic/advlib.c
2770
stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B);
sys/dev/ic/advlib.c
673
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, 0);
sys/dev/ic/advlib.c
902
saved_stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B);
sys/dev/ic/advlib.c
903
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B,
sys/dev/ic/advlib.c
914
AscWriteLramByte(iot, ioh, ASCV_STOP_CODE_B, saved_stop_code);