Searched refs:scbid (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | aic79xx.c | 230 u_int scbid); 231 u_int ahd_rem_wscb(struct ahd_softc *ahd, u_int scbid, 406 u_int scbid; in ahd_flush_qoutfifo() local 420 scbid = ahd_inw(ahd, GSFIFO); in ahd_flush_qoutfifo() 421 scb = ahd_lookup_scb(ahd, scbid); in ahd_flush_qoutfifo() 424 ahd_name(ahd), scbid); in ahd_flush_qoutfifo() 462 ahd_set_scbptr(ahd, scbid); in ahd_flush_qoutfifo() 479 ahd_outw(ahd, SCB_TAG, scbid); in ahd_flush_qoutfifo() 483 ahd_outw(ahd, COMPLETE_DMA_SCB_HEAD, scbid); in ahd_flush_qoutfifo() 484 ahd_outw(ahd, COMPLETE_DMA_SCB_TAIL, scbid); in ahd_flush_qoutfifo() [all …]
|
| D | aic7xxx.c | 2589 u_int scbid; in ahc_handle_proto_violation() local 2596 scbid = ahc_inb(ahc, SCB_TAG); in ahc_handle_proto_violation() 2597 scb = ahc_lookup_scb(ahc, scbid); in ahc_handle_proto_violation() 4947 u_int scbid; in ahc_index_busy_tcl() local 4955 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl() 4959 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl() 4962 return (scbid); in ahc_index_busy_tcl() 4984 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) in ahc_busy_tcl() argument 4993 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl() 4997 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid); in ahc_busy_tcl() [all …]
|
| D | aic79xx.h | 108 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) argument
|