Searched refs:EEPROM_LED (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt73usb.h | 886 #define EEPROM_LED 0x0030 macro
|
D | rt61pci.h | 1246 #define EEPROM_LED 0x0030 macro
|
D | rt73usb.c | 1796 rt2x00_eeprom_read(rt2x00dev, EEPROM_LED, &word); in rt73usb_validate_eeprom() 1808 rt2x00_eeprom_write(rt2x00dev, EEPROM_LED, word); in rt73usb_validate_eeprom() 1927 rt2x00_eeprom_read(rt2x00dev, EEPROM_LED, &eeprom); in rt73usb_init_eeprom()
|
D | rt61pci.c | 2449 rt2x00_eeprom_read(rt2x00dev, EEPROM_LED, &word); in rt61pci_validate_eeprom() 2453 rt2x00_eeprom_write(rt2x00dev, EEPROM_LED, word); in rt61pci_validate_eeprom() 2596 rt2x00_eeprom_read(rt2x00dev, EEPROM_LED, &eeprom); in rt61pci_init_eeprom()
|