Searched refs:esc_fifo (Results 1 – 3 of 3) sorted by relevance
559 dev->sc_resel[0] = *rp->esc_fifo; in esciwait()560 dev->sc_resel[1] = *rp->esc_fifo; in esciwait()593 *buf++ = *rp->esc_fifo;597 *rp->esc_fifo = *buf++;626 vu_char *esc_fifo; in esc_ixfer() local639 esc_fifo = rp->esc_fifo; in esc_ixfer()660 *buf++ = *esc_fifo; in esc_ixfer()666 *esc_fifo = *buf++; in esc_ixfer()742 *rp->esc_fifo = nexus->ID; in esc_select_unit()748 *rp->esc_fifo = nexus->cbuf[i]; in esc_select_unit()[all …]
143 rp->esc.esc_fifo = &esc[COSC_ESCOFFSET_FIFO]; in coscattach()323 dev->sc_resel[0] = *rp->esc.esc_fifo; in cosc_intr()324 dev->sc_resel[1] = *rp->esc.esc_fifo; in cosc_intr()
45 vu_char *esc_fifo; /* rw: Data FIFO */ member