Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c600 PUT16(ip, CSR_EECTL, x | EEPROM_EECS); in iprb_eeprom_sendbits()
602 PUT16(ip, CSR_EECTL, x | EEPROM_EESK | EEPROM_EECS); in iprb_eeprom_sendbits()
604 PUT16(ip, CSR_EECTL, x | EEPROM_EECS); in iprb_eeprom_sendbits()
627 PUT16(ip, CSR_EECTL, EEPROM_EECS); in iprb_eeprom_read()
635 PUT16(ip, CSR_EECTL, x | EEPROM_EECS); in iprb_eeprom_read()
637 PUT16(ip, CSR_EECTL, x | EEPROM_EESK | EEPROM_EECS); in iprb_eeprom_read()
639 PUT16(ip, CSR_EECTL, x | EEPROM_EECS); in iprb_eeprom_read()
661 PUT16(ip, CSR_EECTL, EEPROM_EECS | EEPROM_EESK); in iprb_eeprom_read()
666 PUT16(ip, CSR_EECTL, EEPROM_EECS); in iprb_eeprom_read()
H A Diprb.h209 #define EEPROM_EECS 0x0002 /* chip select */ macro