Searched refs:seeprom_addr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dseeprom.c381 int seeprom_addr; local
404 seeprom_addr = uiop->uio_offset;
430 (seeprom_addr & unitp->seeprom_pagemask));
462 i2ctp->i2c_wbuf[0] = (seeprom_addr >> 8);
463 i2ctp->i2c_wbuf[1] = (uchar_t)seeprom_addr;
465 i2ctp->i2c_wbuf[0] = (uchar_t)seeprom_addr;
497 i2ctp->i2c_wbuf[0] = (seeprom_addr >> 8);
498 i2ctp->i2c_wbuf[1] = (uchar_t)seeprom_addr;
500 i2ctp->i2c_wbuf[0] = (uchar_t)seeprom_addr;
519 seeprom_addr
[all...]

Completed in 43 milliseconds