Lines Matching defs:pci
18 MX98715, MX98715A and MX98725. Support inexpensive PCI 10/100 cards
90 Added preliminary support for LNE100TX PCI cards. Should work for
109 #include "pci.h"
166 /* Set PCI command register bits before calling probe1(). */
168 /* Read and map the single following PCI BAR. */
177 u32 pci, pci_mask, subsystem, subsystem_mask;
347 /* Delay between EEPROM clock transitions. Even at 33Mhz current PCI
410 unsigned short vendor_id; /* PCI card vendor code */
411 unsigned short dev_id; /* PCI card device code */
485 struct pci_device *pci);
553 met by back-to-back PCI I/O cycles, but we insert a delay to avoid
554 "overclocking" issues or future 66Mhz PCI. */
968 /* Reset the chip, holding bit 0 set at least 50 PCI cycles. */
975 /* Wait the specified 50 PCI cycles after a reset */
1191 struct pci_device *pci)
1208 tp->vendor_id = pci->vendor;
1209 tp->dev_id = pci->dev_id;
1210 tp->nic_name = pci->name;
1215 adjust_pci_device(pci);
1243 (pci_id_tbl[i].id.pci & pci_id_tbl[i].id.pci_mask) ) {
1271 pcibios_write_config_dword(pci->bus, pci->devfn, 0x40, 0x00000000);
1279 pcibios_read_config_byte(pci->bus, pci->devfn, PCI_REVISION, &chip_rev);
1368 /* BugFixes: The 21143-TD hangs with PCI Write-and-Invalidate cycles.