Lines Matching +full:0 +full:x0013
31 { PCI_VDEVICE(ATHEROS, 0x0207) }, /* 5210 early */
32 { PCI_VDEVICE(ATHEROS, 0x0007) }, /* 5210 */
33 { PCI_VDEVICE(ATHEROS, 0x0011) }, /* 5311 - this is on AHB bus !*/
34 { PCI_VDEVICE(ATHEROS, 0x0012) }, /* 5211 */
35 { PCI_VDEVICE(ATHEROS, 0x0013) }, /* 5212 */
36 { PCI_VDEVICE(3COM_2, 0x0013) }, /* 3com 5212 */
37 { PCI_VDEVICE(3COM, 0x0013) }, /* 3com 3CRDAG675 5212 */
38 { PCI_VDEVICE(ATHEROS, 0x1014) }, /* IBM minipci 5212 */
39 { PCI_VDEVICE(ATHEROS, 0x0014) }, /* 5212 compatible */
40 { PCI_VDEVICE(ATHEROS, 0x0015) }, /* 5212 compatible */
41 { PCI_VDEVICE(ATHEROS, 0x0016) }, /* 5212 compatible */
42 { PCI_VDEVICE(ATHEROS, 0x0017) }, /* 5212 compatible */
43 { PCI_VDEVICE(ATHEROS, 0x0018) }, /* 5212 compatible */
44 { PCI_VDEVICE(ATHEROS, 0x0019) }, /* 5212 compatible */
45 { PCI_VDEVICE(ATHEROS, 0x001a) }, /* 2413 Griffin-lite */
46 { PCI_VDEVICE(ATHEROS, 0x001b) }, /* 5413 Eagle */
47 { PCI_VDEVICE(ATHEROS, 0x001c) }, /* PCI-E cards */
48 { PCI_VDEVICE(ATHEROS, 0x001d) }, /* 2417 Nala */
49 { PCI_VDEVICE(ATHEROS, 0xff1b) }, /* AR5BXB63 */
50 { 0 }
69 if (*csz == 0) in ath5k_pci_read_cachesize()
94 for (timeout = AR5K_TUNE_REGISTER_TIMEOUT; timeout > 0; timeout--) { in ath5k_pci_eeprom_read()
100 0xffff); in ath5k_pci_eeprom_read()
112 return 0; in ath5k_hw_read_srev()
125 AR5K_EEPROM_READ(0x20, data); in ath5k_pci_eeprom_read_mac()
127 for (offset = 0x1f, octet = 0, total = 0; offset >= 0x1d; offset--) { in ath5k_pci_eeprom_read_mac()
131 mac_d[octet + 1] = data & 0xff; in ath5k_pci_eeprom_read_mac()
136 if (!total || total == 3 * 0xffff) in ath5k_pci_eeprom_read_mac()
141 return 0; in ath5k_pci_eeprom_read_mac()
205 if (csz == 0) { in ath5k_pci_probe()
221 pci_write_config_byte(pdev, PCI_LATENCY_TIMER, 0xa8); in ath5k_pci_probe()
227 * Disable the RETRY_TIMEOUT register (0x41) to keep in ath5k_pci_probe()
230 pci_write_config_byte(pdev, 0x41, 0); in ath5k_pci_probe()
232 ret = pci_request_region(pdev, 0, "ath5k"); in ath5k_pci_probe()
238 mem = pci_iomap(pdev, 0, 0); in ath5k_pci_probe()
274 return 0; in ath5k_pci_probe()
280 pci_release_region(pdev, 0); in ath5k_pci_probe()
295 pci_release_region(pdev, 0); in ath5k_pci_remove()
307 return 0; in ath5k_pci_suspend()
318 * re-disable the RETRY_TIMEOUT register (0x41) to keep in ath5k_pci_resume()
321 pci_write_config_byte(pdev, 0x41, 0); in ath5k_pci_resume()
324 return 0; in ath5k_pci_resume()