Searched refs:rt2x00_eeprom_addr (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt73usb.c | 1768 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt73usb_validate_eeprom() 2123 rt2x00_eeprom_addr(rt2x00dev, in rt73usb_probe_hw_mode() 2157 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_G_START); in rt73usb_probe_hw_mode() 2164 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_A_START); in rt73usb_probe_hw_mode()
|
D | rt2500usb.c | 1348 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt2500usb_validate_eeprom() 1714 rt2x00_eeprom_addr(rt2x00dev, in rt2500usb_probe_hw_mode() 1753 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_START); in rt2500usb_probe_hw_mode()
|
D | rt2400pci.c | 1461 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt2400pci_validate_eeprom() 1586 rt2x00_eeprom_addr(rt2x00dev, in rt2400pci_probe_hw_mode() 1607 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_START); in rt2400pci_probe_hw_mode()
|
D | rt2500pci.c | 1587 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt2500pci_validate_eeprom() 1881 rt2x00_eeprom_addr(rt2x00dev, in rt2500pci_probe_hw_mode() 1925 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_START); in rt2500pci_probe_hw_mode()
|
D | rt61pci.c | 2415 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt61pci_validate_eeprom() 2771 rt2x00_eeprom_addr(rt2x00dev, in rt61pci_probe_hw_mode() 2815 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_G_START); in rt61pci_probe_hw_mode() 2822 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_A_START); in rt61pci_probe_hw_mode()
|
D | rt2x00.h | 1051 static inline void *rt2x00_eeprom_addr(struct rt2x00_dev *rt2x00dev, in rt2x00_eeprom_addr() function
|
D | rt2800lib.c | 338 return rt2x00_eeprom_addr(rt2x00dev, index); in rt2800_eeprom_addr()
|