Searched refs:bytes_to_rw (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | seeprom.c | 382 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 D | ssc100.c | 622 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()
|
/titanic_44/usr/src/uts/sun4u/montecarlo/io/ |
H A D | pcf8591_nct.c | 300 int bytes_to_rw; in pcf8591_io() local 320 if ((bytes_to_rw = uiop->uio_resid) > PCF8591_TRAN_SIZE) { in pcf8591_io() 341 if (bytes_to_rw == 1) in pcf8591_io() 361 unitp->i2c_tran->i2c_rlen = bytes_to_rw + 1; in pcf8591_io() 381 bytes_to_rw, in pcf8591_io()
|
H A D | pcf8574_nct.c | 306 uint16_t bytes_to_rw; in pcf8574_io() local 321 if ((bytes_to_rw = uiop->uio_resid) > PCF8574_TRAN_SIZE) { in pcf8574_io() 329 bytes_to_rw, UIO_WRITE, uiop); in pcf8574_io() 332 err = pcf8574_write_chip(unitp, bytes_to_rw, in pcf8574_io() 337 err = pcf8574_read_chip(unitp, bytes_to_rw); in pcf8574_io() 340 bytes_to_rw, UIO_READ, uiop); in pcf8574_io()
|