Searched refs:RT2661_EEPROM_CTL (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/rwd/ |
H A D | rt2661.c | 324 RT2661_EEPROM_CTL(sc, 0); in rt2661_eeprom_read() 326 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() [all …]
|
H A D | rt2661_reg.h | 351 #define RT2661_EEPROM_CTL(sc, val) do { \ macro
|