Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dseeprom.c382 int bytes_to_rw; in seeprom_io() local
410 bytes_to_rw = min(uiop->uio_resid, in seeprom_io()
428 while ((bytes_to_rw != 0) && (err == 0)) { in seeprom_io()
429 current_xfer_len = min(bytes_to_rw, unitp->seeprom_pagesize - in seeprom_io()
518 bytes_to_rw -= actual_data_xfer; in seeprom_io()
H A Dssc100.c622 int bytes_to_rw; in ssc100_io() local
656 bytes_to_rw = min(uiop->uio_resid, in ssc100_io()
658 current_xfer_len = bytes_to_rw; in ssc100_io()