Searched refs:EEPROM_LED (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/net/wireless/rt2x00/ |
D | rt73usb.h | 883 #define EEPROM_LED 0x0030 macro
|
D | rt61pci.h | 1247 #define EEPROM_LED 0x0030 macro
|
D | rt73usb.c | 1799 rt2x00_eeprom_read(rt2x00dev, EEPROM_LED, &word); in rt73usb_validate_eeprom() 1811 rt2x00_eeprom_write(rt2x00dev, EEPROM_LED, word); in rt73usb_validate_eeprom() 1930 rt2x00_eeprom_read(rt2x00dev, EEPROM_LED, &eeprom); in rt73usb_init_eeprom()
|
D | rt61pci.c | 2456 rt2x00_eeprom_read(rt2x00dev, EEPROM_LED, &word); in rt61pci_validate_eeprom() 2460 rt2x00_eeprom_write(rt2x00dev, EEPROM_LED, word); in rt61pci_validate_eeprom() 2603 rt2x00_eeprom_read(rt2x00dev, EEPROM_LED, &eeprom); in rt61pci_init_eeprom()
|