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

/netbsd-current/sys/dev/ic/
H A Daic7xxx_osm.c880 u_int active_scb_index; local
884 active_scb_index = ahc_inb(ahc, SCB_TAG);
887 && (active_scb_index < ahc->scb_data->numscbs)) {
896 active_scb = ahc_lookup_scb(ahc, active_scb_index);

Completed in 202 milliseconds