Home
last modified time | relevance | path

Searched refs:rt2x00_eeprom_addr (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt73usb.c1768 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()
Drt2500usb.c1348 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()
Drt2400pci.c1461 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()
Drt2500pci.c1587 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()
Drt61pci.c2415 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()
Drt2x00.h1051 static inline void *rt2x00_eeprom_addr(struct rt2x00_dev *rt2x00dev, in rt2x00_eeprom_addr() function
Drt2800lib.c338 return rt2x00_eeprom_addr(rt2x00dev, index); in rt2800_eeprom_addr()