Searched refs:RT2661_S (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ral/ |
H A D | rt2661.c | 802 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read() 803 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_C); in rt2661_eeprom_read() 804 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read() 807 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_D); in rt2661_eeprom_read() 808 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_D | RT2661_C); in rt2661_eeprom_read() 811 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_D); in rt2661_eeprom_read() 812 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_D | RT2661_C); in rt2661_eeprom_read() 813 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read() 814 RT2661_EEPROM_CTL(sc, RT2661_S | RT2661_C); in rt2661_eeprom_read() 819 RT2661_EEPROM_CTL(sc, RT2661_S | in rt2661_eeprom_read() [all …]
|
H A D | rt2661reg.h | 207 #define RT2661_S (1 << 2) macro
|