Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h198 caddr_t next_byte; /* next byte for PIO transfer */ member
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2817 pp->next_byte = addr; in ecpp_prep_pio_xfer()
3354 if (pp->next_byte >= pp->last_byte) { in ecpp_pio_ihdlr()
3385 DATAR_WRITE(pp, *(pp->next_byte++)); in ecpp_pio_writeb()
3507 unx_len = pp->last_byte - pp->next_byte; in ecpp_softintr()
3518 pp->next_byte, unx_len); in ecpp_softintr()
3646 unx_len = pp->last_byte - pp->next_byte; in ecpp_xfer_timeout()
3650 unx_addr = pp->next_byte; in ecpp_xfer_timeout()