Lines Matching refs:pci
58 #include "pci.h"
221 struct nic *natsemi_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci);
250 natsemi_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci)
262 vendor = pci->vendor;
263 dev_id = pci->dev_id;
264 nic_name = pci->name;
266 adjust_pci_device(pci);
269 * in PCI config space. Some boards apparently need
272 pcibios_read_config_dword(pci->bus, pci->devfn, PCIPM, &tmp);
276 pcibios_write_config_dword(pci->bus, pci->devfn, PCIPM, newtmp);
311 * PCI cards probably have PME disabled, but motherboard
334 No extra delay is needed with 33Mhz PCI, but future 66Mhz access may need
416 * PCI cards probably have PME disabled, but motherboard
428 /* Configure the PCI bus bursts and FIFO thresholds. */