Searched refs:RT2661_EEPROM_CTL (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | rt2661.c | 996 RT2661_EEPROM_CTL(sc, 0); in rt2661_eeprom_read() 998 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read() 1000 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read() 1009 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read() 1015 RT2661_EEPROM_CTL(sc, RT2661_S | in rt2661_eeprom_read() 1017 RT2661_EEPROM_CTL(sc, RT2661_S | in rt2661_eeprom_read() 1021 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read() 1032 RT2661_EEPROM_CTL(sc, 0); in rt2661_eeprom_read() 1035 RT2661_EEPROM_CTL(sc, RT2661_S); in rt2661_eeprom_read() 1036 RT2661_EEPROM_CTL(sc, 0); in rt2661_eeprom_read() [all …]
|
H A D | rt2661reg.h | 374 #define RT2661_EEPROM_CTL(sc, val) do { \ macro
|