Symbol: CSR_EECTL
usr/src/uts/common/io/efe/efe.c
1584
PUTCSR(efep, CSR_EECTL, EECTL_ENABLE | EECTL_EECS);
usr/src/uts/common/io/efe/efe.c
1587
addrlen = (GETCSR(efep, CSR_EECTL) & EECTL_SIZE ?
usr/src/uts/common/io/efe/efe.c
1621
PUTCSR(efep, CSR_EECTL, EECTL_ENABLE);
usr/src/uts/common/io/efe/efe.c
1630
PUTCSR(efep, CSR_EECTL, EECTL_ENABLE | EECTL_EECS);
usr/src/uts/common/io/efe/efe.c
1633
PUTCSR(efep, CSR_EECTL, EECTL_ENABLE | EECTL_EECS |
usr/src/uts/common/io/efe/efe.c
1637
PUTCSR(efep, CSR_EECTL, EECTL_ENABLE | EECTL_EECS);
usr/src/uts/common/io/efe/efe.c
1640
return (!!(GETCSR(efep, CSR_EECTL) & EECTL_EEDO));
usr/src/uts/common/io/efe/efe.c
1646
PUTCSR(efep, CSR_EECTL, EECTL_ENABLE | EECTL_EECS);
usr/src/uts/common/io/efe/efe.c
1649
PUTCSR(efep, CSR_EECTL, EECTL_ENABLE | EECTL_EECS |
usr/src/uts/common/io/efe/efe.c
1653
PUTCSR(efep, CSR_EECTL, EECTL_ENABLE | EECTL_EECS);
usr/src/uts/common/io/iprb/iprb.c
600
PUT16(ip, CSR_EECTL, x | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
602
PUT16(ip, CSR_EECTL, x | EEPROM_EESK | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
604
PUT16(ip, CSR_EECTL, x | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
627
PUT16(ip, CSR_EECTL, EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
635
PUT16(ip, CSR_EECTL, x | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
637
PUT16(ip, CSR_EECTL, x | EEPROM_EESK | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
639
PUT16(ip, CSR_EECTL, x | EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
644
if ((GET16(ip, CSR_EECTL) & EEPROM_EEDO) == 0) {
usr/src/uts/common/io/iprb/iprb.c
661
PUT16(ip, CSR_EECTL, EEPROM_EECS | EEPROM_EESK);
usr/src/uts/common/io/iprb/iprb.c
663
if (GET16(ip, CSR_EECTL) & EEPROM_EEDO)
usr/src/uts/common/io/iprb/iprb.c
666
PUT16(ip, CSR_EECTL, EEPROM_EECS);
usr/src/uts/common/io/iprb/iprb.c
671
PUT16(ip, CSR_EECTL, 0);