Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt73usb.c1766 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt73usb_validate_eeprom()
2120 rt2x00_eeprom_addr(rt2x00dev, in rt73usb_probe_hw_mode()
2154 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_G_START); in rt73usb_probe_hw_mode()
2161 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_A_START); in rt73usb_probe_hw_mode()
Drt2400pci.c1459 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt2400pci_validate_eeprom()
1584 rt2x00_eeprom_addr(rt2x00dev, in rt2400pci_probe_hw_mode()
1605 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_START); in rt2400pci_probe_hw_mode()
Drt2500usb.c1346 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt2500usb_validate_eeprom()
1711 rt2x00_eeprom_addr(rt2x00dev, in rt2500usb_probe_hw_mode()
1750 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_START); in rt2500usb_probe_hw_mode()
Drt2500pci.c1585 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt2500pci_validate_eeprom()
1879 rt2x00_eeprom_addr(rt2x00dev, in rt2500pci_probe_hw_mode()
1923 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_START); in rt2500pci_probe_hw_mode()
Drt61pci.c2413 mac = rt2x00_eeprom_addr(rt2x00dev, EEPROM_MAC_ADDR_0); in rt61pci_validate_eeprom()
2768 rt2x00_eeprom_addr(rt2x00dev, in rt61pci_probe_hw_mode()
2812 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_G_START); in rt61pci_probe_hw_mode()
2819 tx_power = rt2x00_eeprom_addr(rt2x00dev, EEPROM_TXPOWER_A_START); in rt61pci_probe_hw_mode()
Drt2x00.h1053 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()