HomeSort by: relevance | last modified time | path
    Searched refs:AscReadLramByte (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
advlib.c 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)
    [all...]
advlib.h 1241 #define ASC_GET_QDONE_IN_PROGRESS(iot, ioh) AscReadLramByte((iot), (ioh), ASCV_Q_DONE_IN_PROGRESS_B)
1247 #define ASC_GET_RISC_VAR_FREE_QHEAD(iot, ioh) AscReadLramByte((iot), (ioh), ASCV_NEXTRDY_B)
1248 #define ASC_GET_RISC_VAR_DONE_QTAIL(iot, ioh) AscReadLramByte((iot), (ioh), ASCV_DONENEXT_B)
1252 #define ASC_GET_MCODE_SDTR_DONE_AT_ID(iot, ioh, id) AscReadLramByte((iot), (ioh), (u_int16_t)((u_int16_t)ASCV_SDTR_DONE_BEG+(u_int16_t)id)) ;
1254 #define ASC_GET_MCODE_INIT_SDTR_AT_ID(iot, ioh, id) AscReadLramByte((iot), (ioh), (u_int16_t)((u_int16_t)ASCV_SDTR_DATA_BEG+(u_int16_t)id)) ;

Completed in 15 milliseconds