Searched refs:RT2560_S (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ral/ |
H A D | rt2560.c | 808 RT2560_EEPROM_CTL(sc, RT2560_S); in rt2560_eeprom_read() 809 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_C); in rt2560_eeprom_read() 810 RT2560_EEPROM_CTL(sc, RT2560_S); in rt2560_eeprom_read() 813 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_D); in rt2560_eeprom_read() 814 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_D | RT2560_C); in rt2560_eeprom_read() 817 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_D); in rt2560_eeprom_read() 818 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_D | RT2560_C); in rt2560_eeprom_read() 819 RT2560_EEPROM_CTL(sc, RT2560_S); in rt2560_eeprom_read() 820 RT2560_EEPROM_CTL(sc, RT2560_S | RT2560_C); in rt2560_eeprom_read() 825 RT2560_EEPROM_CTL(sc, RT2560_S | in rt2560_eeprom_read() [all …]
|
H A D | rt2560reg.h | 139 #define RT2560_S (1 << 2) macro
|