Searched refs:active_scb (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Daic7xxx_osm.c888 struct scb *active_scb; local
896 active_scb = ahc_lookup_scb(ahc, active_scb_index);
897 if (active_scb != scb) {
905 newtimeout = MAX(active_scb->xs->timeout,
937 ahc_set_recoveryscb(ahc, active_scb);
940 ahc_print_path(ahc, active_scb);
942 active_scb->flags |= SCB_DEVICE_RESET;
943 callout_reset(&active_scb->xs->xs_callout,
944 2 * hz, ahc_timeout, active_scb);
H A Daic7xxx.c5603 u_int active_scb; local
5611 active_scb = ahc_inb(ahc, SCBPTR);
5614 active_scb = SCB_LIST_NULL;
5653 ahc_outb(ahc, SCBPTR, active_scb);
5763 u_int active_scb; local
5778 active_scb = ahc_inb(ahc, SCBPTR);
5883 ahc_outb(ahc, SCBPTR, active_scb);

Completed in 206 milliseconds