Searched refs:scbid (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | aic7xxx.c | 2564 u_int scbid; in ahc_handle_proto_violation() local 2571 scbid = ahc_inb(ahc, SCB_TAG); in ahc_handle_proto_violation() 2572 scb = ahc_lookup_scb(ahc, scbid); in ahc_handle_proto_violation() 5138 u_int scbid; in ahc_index_busy_tcl() local 5146 scbid = ahc_inb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl)); in ahc_index_busy_tcl() 5150 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl() 5153 return (scbid); in ahc_index_busy_tcl() 5175 ahc_busy_tcl(struct ahc_softc *ahc, u_int tcl, u_int scbid) in ahc_busy_tcl() argument 5184 ahc_outb(ahc, SCB_64_BTT + TCL_TARGET_OFFSET(tcl), scbid); in ahc_busy_tcl() 5188 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid); in ahc_busy_tcl() [all …]
|