Searched refs:RT2661_EEPROM_CTL (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/rwd/ |
H A D | rt2661.c | 328 RT2661_EEPROM_CTL(sc, 0); in rt2661_eeprom_read() 330 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read() 331 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_C); in rt2661_eeprom_read() 332 RT2661_EEPROM_CTL(sc, RT2661_S); 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() 339 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_D); in rt2661_eeprom_read() 340 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_D | RT2661_C); in rt2661_eeprom_read() 341 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read() 342 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
|