sc_resel
dev->sc_resel[0] = *rp->esc.esc_fifo;
dev->sc_resel[1] = *rp->esc.esc_fifo;
dev->sc_resel[0] = *rp->FAS216.sfas_fifo;
dev->sc_resel[1] = *rp->FAS216.sfas_fifo;
dev->sc_resel[0] &= ~(1<<dev->sc_host_id);
if (dev->sc_resel[0] & (1<<i))
dev->sc_resel[0], dev->sc_resel[1],
dev->sc_resel[0] = *rp->esc_fifo;
dev->sc_resel[1] = *rp->esc_fifo;
u_char sc_resel[2];
dev->sc_resel[0] = *rp->FAS216.sfas_fifo;
dev->sc_resel[1] = *rp->FAS216.sfas_fifo;
dev->sc_resel[0] = *rp->sfas_fifo;
dev->sc_resel[1] = *rp->sfas_fifo;
dev->sc_resel[0] &= ~(1<<dev->sc_host_id);
if (dev->sc_resel[0] & (1<<i))
dev->sc_resel[0], dev->sc_resel[1],
u_char sc_resel[2];
static void sc_resel(struct sc_softc *);
sc_resel(sc);