Home | History | Annotate | Download | only in ic

Lines Matching defs:target_offset

2221 	devinfo->target_offset = target;
2225 devinfo->target_offset += 8;
2226 devinfo->target_mask = (0x01 << devinfo->target_offset);
3529 &(ahc->untagged_queues[devinfo->target_offset]);
5124 u_int target_offset;
5134 target_offset = TCL_TARGET_OFFSET(tcl);
5135 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset);
5144 u_int target_offset;
5154 target_offset = TCL_TARGET_OFFSET(tcl);
5155 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NULL);
5162 u_int target_offset;
5172 target_offset = TCL_TARGET_OFFSET(tcl);
5173 ahc_outb(ahc, BUSY_TARGETS + target_offset, scbid);