Searched refs:EEPROM_FREQ (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt73usb.h | 858 #define EEPROM_FREQ 0x002f macro
|
H A D | rt73usb.c | 1801 word = rt2x00_eeprom_read(rt2x00dev, EEPROM_FREQ); in rt73usb_validate_eeprom() 1805 rt2x00_eeprom_write(rt2x00dev, EEPROM_FREQ, word); in rt73usb_validate_eeprom() 1899 eeprom = rt2x00_eeprom_read(rt2x00dev, EEPROM_FREQ); in rt73usb_init_eeprom()
|
H A D | rt61pci.h | 1218 #define EEPROM_FREQ 0x002f macro
|
H A D | rt61pci.c | 2364 word = rt2x00_eeprom_read(rt2x00dev, EEPROM_FREQ); in rt61pci_validate_eeprom() 2368 rt2x00_eeprom_write(rt2x00dev, EEPROM_FREQ, word); in rt61pci_validate_eeprom() 2463 eeprom = rt2x00_eeprom_read(rt2x00dev, EEPROM_FREQ); in rt61pci_init_eeprom()
|
H A D | rt2800.h | 2600 EEPROM_FREQ, enumerator
|
H A D | rt2800lib.c | 314 [EEPROM_FREQ] = 0x001d, 357 [EEPROM_FREQ] = 0x0022, 2229 eeprom = rt2800_eeprom_read(rt2x00dev, EEPROM_FREQ); in rt2800_config_3572bt_ant() 10930 word = rt2800_eeprom_read(rt2x00dev, EEPROM_FREQ); in rt2800_validate_eeprom() 10933 rt2800_eeprom_write(rt2x00dev, EEPROM_FREQ, word); in rt2800_validate_eeprom() 10940 rt2800_eeprom_write(rt2x00dev, EEPROM_FREQ, word); in rt2800_validate_eeprom() 11144 eeprom = rt2800_eeprom_read(rt2x00dev, EEPROM_FREQ); in rt2800_init_eeprom()
|