Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/iprb/
H A Diprb.c598 PUT16(ip, CSR_EECTL, x | EEPROM_EECS); in iprb_eeprom_sendbits()
600 PUT16(ip, CSR_EECTL, x | EEPROM_EESK | EEPROM_EECS); in iprb_eeprom_sendbits()
602 PUT16(ip, CSR_EECTL, x | EEPROM_EECS); in iprb_eeprom_sendbits()
625 PUT16(ip, CSR_EECTL, EEPROM_EECS); in iprb_eeprom_read()
633 PUT16(ip, CSR_EECTL, x | EEPROM_EECS); in iprb_eeprom_read()
635 PUT16(ip, CSR_EECTL, x | EEPROM_EESK | EEPROM_EECS); in iprb_eeprom_read()
637 PUT16(ip, CSR_EECTL, x | EEPROM_EECS); in iprb_eeprom_read()
659 PUT16(ip, CSR_EECTL, EEPROM_EECS | EEPROM_EESK); in iprb_eeprom_read()
664 PUT16(ip, CSR_EECTL, EEPROM_EECS); in iprb_eeprom_read()
H A Diprb.h209 #define EEPROM_EECS 0x0002 /* chip select */ macro