Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dseeprom_impl.h38 #define AT24C64_PAGESIZE 32 macro
39 #define AT24C64_PAGEMASK (AT24C64_PAGESIZE - 1)
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dseeprom.c197 unitp->seeprom_pagesize = AT24C64_PAGESIZE; in seeprom_do_attach()