Searched refs:RT2560_EEPROM_CTL (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ral/ |
H A D | rt2560.c | 967 RT2560_EEPROM_CTL(sc, 0); in rt2560_eeprom_read() 969 RT2560_EEPROM_CTL(sc, RT2560_S); in rt2560_eeprom_read() 970 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_C); in rt2560_eeprom_read() 971 RT2560_EEPROM_CTL(sc, RT2560_S); in rt2560_eeprom_read() 974 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_D); in rt2560_eeprom_read() 975 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_D | RT2560_C); in rt2560_eeprom_read() 978 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_D); in rt2560_eeprom_read() 979 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_D | RT2560_C); in rt2560_eeprom_read() 980 RT2560_EEPROM_CTL(sc, RT2560_S); in rt2560_eeprom_read() 981 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_C); in rt2560_eeprom_read() [all …]
|
H A D | rt2560_reg.h | 333 #define RT2560_EEPROM_CTL(sc, val) do { \ macro
|