Searched refs:RT2661_EEPROM_CTL (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ral/ |
H A D | rt2661.c | 800 RT2661_EEPROM_CTL(sc, 0); in rt2661_eeprom_read() 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() [all …]
|
H A D | rt2661reg.h | 334 #define RT2661_EEPROM_CTL(sc, val) do { \ macro
|