Lines Matching +full:0 +full:x3ffff
89 #define PCI_VENDOR_ID_ATHEROS 0x168c
90 #define PCI_VENDOR_ID_SAMSUNG 0x144d
91 #define PCI_VENDOR_ID_AZWAVE 0x1a3b
92 #define PCI_VENDOR_ID_FOXCONN 0x105b
93 #define PCI_VENDOR_ID_ATTANSIC 0x1969
94 #define PCI_VENDOR_ID_ASUSTEK 0x1043
95 #define PCI_VENDOR_ID_DELL 0x1028
96 #define PCI_VENDOR_ID_QMI 0x1a32
97 #define PCI_VENDOR_ID_LENOVO 0x17aa
98 #define PCI_VENDOR_ID_HP 0x103c
102 #define BS_BAR 0x10
103 #define PCIR_RETRY_TIMEOUT 0x41
104 #define PCIR_CFG_PMCSR 0x48
116 * If the cache line size is 0, force it to a reasonable in ath_pci_setup()
120 if (cz == 0) { in ath_pci_setup()
126 pci_write_config(dev, PCIR_LATTIMER, 0xa8, 1); in ath_pci_setup()
145 pci_write_config(dev, PCIR_RETRY_TIMEOUT, 0, 1); in ath_pci_setup()
218 rid = 0; in ath_pci_attach()
236 1, 0, /* alignment, bounds */ in ath_pci_attach()
240 0x3ffff, /* maxsize XXX */ in ath_pci_attach()
242 0x3ffff, /* maxsegsize XXX */ in ath_pci_attach()
256 "eeprom_firmware", &buf) == 0) { in ath_pci_attach()
273 firmware_put(fw, 0); in ath_pci_attach()
278 if (error == 0) /* success */ in ath_pci_attach()
279 return 0; in ath_pci_attach()
288 bus_release_resource(dev, SYS_RES_IRQ, 0, psc->sc_irq); in ath_pci_attach()
320 bus_release_resource(dev, SYS_RES_IRQ, 0, psc->sc_irq); in ath_pci_detach()
334 return (0); in ath_pci_detach()
343 return (0); in ath_pci_shutdown()
353 return (0); in ath_pci_suspend()
368 return (0); in ath_pci_resume()
379 { 0,0 }
388 DRIVER_MODULE(if_ath_pci, pci, ath_pci_driver, 0, 0);