HomeSort by relevance Sort by last modified time
    Searched refs:pci (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
pci.h 23 #include <linux/pci.h>
25 #endif /* sys/pci.h */
  /bionic/libc/kernel/arch-sh/asm/
pci.h 15 #include <asm-generic/pci.h>
17 #include <asm-generic/pci-dma-compat.h>
  /external/blktrace/
blkparse.c 346 struct per_cpu_info *pci = &pdi->cpus[new_count]; local
348 if (!pci->fd) {
349 pci->fd = -1;
350 memset(&pci->rb_last, 0, sizeof(pci->rb_last));
351 pci->rb_last_entries = 0;
352 pci->last_sequence = -1;
359 struct per_cpu_info *pci; local
364 pci = &pdi->cpus[cpu];
365 pci->cpu = cpu
491 struct per_cpu_info *pci = &pdi->cpus[cpu]; local
780 struct per_cpu_info *pci = get_cpu_info(pdi, t->bit->cpu); local
839 struct per_cpu_info *pci = get_cpu_info(pdi, t->bit->cpu); local
1770 struct per_cpu_info *pci; local
1909 struct per_cpu_info *pci = NULL; local
1994 struct per_cpu_info *pci; local
2042 struct per_cpu_info *pci = NULL; local
2317 struct per_cpu_info *pci = get_cpu_info(pdi, msp->cpu); local
2413 struct per_cpu_info *pci = get_cpu_info(pdi, cpu); local
2456 struct per_cpu_info *pci; local
    [all...]
blkparse_fmt.c 162 static void print_field(char *act, struct per_cpu_info *pci,
182 fprintf(ofp, strcat(format, "d"), pci->cpu);
256 static char *parse_field(char *act, struct per_cpu_info *pci,
277 print_field(act, pci, t, elapsed, pdu_len, pdu_buf, *p++,
283 static void process_default(char *act, struct per_cpu_info *pci,
306 MAJOR(t->device), MINOR(t->device), pci->cpu, t->sequence,
418 void process_fmt(char *act, struct per_cpu_info *pci, struct blk_io_trace *t,
425 process_default(act, pci, t, elapsed, pdu_len, pdu_buf);
438 p = parse_field(act, pci, t, elapsed,
  /external/openssl/crypto/x509v3/
v3_pci.c 57 static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci,
61 if (pci->pcPathLengthConstraint)
62 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint);
67 i2a_ASN1_OBJECT(out, pci->proxyPolicy->policyLanguage);
69 if (pci->proxyPolicy->policy && pci->proxyPolicy->policy->data)
71 pci->proxyPolicy->policy->data);
246 PROXY_CERT_INFO_EXTENSION *pci = NULL; local
309 pci = PROXY_CERT_INFO_EXTENSION_new();
310 if (!pci)
    [all...]
v3_purp.c 360 PROXY_CERT_INFO_EXTENSION *pci; local
390 if((pci=X509_get_ext_d2i(x, NID_proxyCertInfo, NULL, NULL))) {
396 if (pci->pcPathLengthConstraint) {
398 ASN1_INTEGER_get(pci->pcPathLengthConstraint);
400 PROXY_CERT_INFO_EXTENSION_free(pci);
  /hardware/ti/omap3/dspbridge/inc/
host_os.h 76 #include <asm/pci.h>
77 #include <linux/pci.h>
  /hardware/ti/omap3/dspbridge/libbridge/inc/
host_os.h 72 #include <asm/pci.h>
73 #include <linux/pci.h>
  /external/grub/netboot/
natsemi.c 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)
    [all...]
sis900.c 4 sis900.c: An SiS 900/7016 PCI Fast Ethernet driver for Etherboot
19 SiS 7016 Fast Ethernet PCI Bus 10/100 Mbps LAN Controller with OnNow Support,
21 SiS 900 Fast Ethernet PCI Bus 10/100 Mbps LAN Single Chip with OnNow Support,
31 Initial Release. Tested with PCI based sis900 card and ThinkNIC
44 #include "pci.h"
76 { "SiS 900 PCI Fast Ethernet", PCI_VENDOR_ID_SIS, PCI_DEVICE_ID_SIS900,
78 { "SiS 7016 PCI Fast Ethernet",PCI_VENDOR_ID_SIS, PCI_DEVICE_ID_SIS7016,
112 // PCI to ISA bridge for SIS640E access
115 "SIS 85C503/5513 PCI to ISA bridge", 0, 0, 0, 0},
121 struct nic *sis900_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci);
    [all...]
otulip.c 27 #include "pci.h"
66 /* XXX assume 33MHz PCI bus, this is not very accurate and should be
341 struct nic *otulip_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci)
347 vendor = pci->vendor;
348 dev_id = pci->dev_id;
350 membase = (unsigned int *)pci->membase;
353 pcibios_write_config_dword(pci->bus,pci->devfn,0x40,0x00000000);
davicom.c 47 #include "pci.h"
97 /* Delay between EEPROM clock transitions. Even at 33Mhz current PCI
132 /* PCI Bus parameters */
167 struct pci_device *pci);
505 /* Reset the chip, holding bit 0 set at least 50 PCI cycles. */
659 struct pci_device *pci)
669 vendor = pci->vendor;
670 dev_id = pci->dev_id;
674 pcibios_write_config_dword(pci->bus, pci->devfn, 0x40, 0x00000000)
    [all...]
fa311.c 37 #include "pci.h"
122 struct nic * fa311_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci)
137 dev->vendor = pci->vendor;
138 dev->device = pci->dev_id;
139 dev->ioaddr = pci->membase;
158 adjust_pci_device(pci);
333 No extra delay is needed with 33Mhz PCI, but future 66Mhz access may need
rtl8139.c 65 #include "pci.h"
71 /* PCI Tuning Parameters
74 #define RX_FIFO_THRESH 4 /* Rx buffer level before first PCI xfer. */
75 #define RX_DMA_BURST 4 /* Maximum PCI burst, '4' is 256 bytes */
175 struct pci_device *pci);
185 struct pci_device *pci)
197 adjust_pci_device(pci);
241 No extra delay is needed with 33Mhz PCI, but 66Mhz may change this.
tulip.c 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);
176 u32 pci, pci_mask, subsystem, subsystem_mask; member in struct:pci_id_info::match_info
    [all...]
lance.c 20 #include "pci.h"
116 {0x2420, "PCnet/PCI 79C970", /* 79C970 or 79C974 PCnet-SCSI, PCI. */
118 /* Bug: the PCnet/PCI actually uses the PCnet/VLB ID number, so just call
122 {0x2621, "PCnet/PCI-II 79C970A", /* 79C970A PCInetPCI II. */
398 static int lance_probe1(struct nic *nic, struct pci_device *pci)
461 /* need to fix when PCI provides DMA info */
505 struct nic *lancepci_probe(struct nic *nic, unsigned short *probe_addrs, struct pci_device *pci)
545 adjust_pci_device(pci);
546 if (lance_probe1(nic, pci) >= 0
    [all...]
3c595.c 2 * 3c595.c -- 3COM 3C595 Fast Etherlink III PCI driver for etherboot
29 #include "pci.h"
453 struct nic *t595_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci)
461 eth_nic_base = pci->ioaddr;
via-rhine.c 16 This driver is designed for the VIA VT86C100A Rhine-II PCI Fast Ethernet
33 /* PCI Tuning Parameters
38 #define RX_FIFO_THRESH 4 /* Rx buffer level before first PCI xfer. */
39 #define RX_DMA_BURST 4 /* Maximum PCI burst, '4' is 256 bytes */
48 #include "pci.h"
536 This driver is designed for the VIA 86c100A Rhine-II PCI Fast Ethernet
541 Boards with this chip are functional only in a bus-master PCI slot.
545 If this driver is compiled to use PCI memory space operations the EEPROM
859 struct pci_device *pci)
861 if (!pci->ioaddr
    [all...]
3c90x.c 39 #include "pci.h"
676 *** initialization. If this routine is called, the pci functions did find the
680 a3c90x_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci)
691 adjust_pci_device(pci);
config.c 37 # include <pci.h>
46 "Winbond NE2000-PCI", 0, 0, 0, 0},
134 "AMD Lance/PCI", 0, 0, 0, 0},
221 /* other PCI NICs go here */
224 #endif /* INCLUDE_*PCI */
447 { "NE2000/PCI", nepci_probe, pci_ioaddrs },
450 { "LANCE/PCI", lancepci_probe, pci_ioaddrs },
527 /* at this point we have a list of possible PCI candidates
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
edd.h 96 } __attribute__ ((packed)) pci; member in union:edd_device_params::__anon14345
97 /* pcix is same as pci */
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 2 * SDIO access interface for drivers - linux specific (pci only)
36 #include <linux/pci.h>
71 struct pci_dev *dev; /* pci device handle */
133 printf("Found PCI SPI Host Controller\n");
314 /* forward declarations for PCI probe and remove functions. */
319 * pci id table
332 MODULE_DEVICE_TABLE(pci, bcmsdh_pci_devid);
335 * SDIO Host Controller pci driver info
351 extern uint sd_pci_slot; /* Force detection to a particular PCI */
390 SDLX_MSG(("%s: %s: bus %X, slot %X, vendor %X, device %X (good PCI location)\n"
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
linuxver.h 66 #include <linux/pci.h>
  /external/openssl/ssl/
ssltest.c 1825 PROXY_CERT_INFO_EXTENSION *pci = local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
siutils.c 65 * devid - pci device id (used to determine chip#)
68 * bustype - pci/pcmcia/sb/sdio/etc
187 bool pci, pcie; local
219 pci = pcie = FALSE;
238 pci = TRUE;
    [all...]

Completed in 575 milliseconds

1 2