Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/rwd/
H A Drt2661.c326 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read()
327 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_C); in rt2661_eeprom_read()
328 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read()
331 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_D); in rt2661_eeprom_read()
332 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_D | RT2661_C); in rt2661_eeprom_read()
335 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_D); in rt2661_eeprom_read()
336 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_D | RT2661_C); in rt2661_eeprom_read()
337 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read()
338 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_C); in rt2661_eeprom_read()
343 RT2661_EEPROM_CTL(sc, RT2661_S | in rt2661_eeprom_read()
[all …]
H A Drt2661_reg.h218 #define RT2661_S (1 << 2) macro