Home
last modified time | relevance | path

Searched refs:next_byte (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Decppvar.h197 caddr_t next_byte; /* next byte for PIO transfer */ member
/titanic_41/usr/src/uts/common/io/
H A Decpp.c2817 pp->next_byte = addr; in ecpp_prep_pio_xfer()
3352 if (pp->next_byte >= pp->last_byte) { in ecpp_pio_ihdlr()
3383 DATAR_WRITE(pp, *(pp->next_byte++)); in ecpp_pio_writeb()
3505 unx_len = pp->last_byte - pp->next_byte; in ecpp_softintr()
3516 pp->next_byte, unx_len); in ecpp_softintr()
3644 unx_len = pp->last_byte - pp->next_byte; in ecpp_xfer_timeout()
3648 unx_addr = pp->next_byte; in ecpp_xfer_timeout()