Searched refs:PCI (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/sys/x86/x86/
H A Dmptable.c131 {PCI, "PCI "},
147 {2, 0, ISA, 1, PCI},
148 {2, 0, EISA, 1, PCI},
149 {2, 0, MCA, 1, PCI}
457 /* Fifth, we setup data structures to handle PCI interrupt routing. */
697 case PCI:
719 case PCI:
827 case PCI:
1057 * Support code for routing PCI interrupt
[all...]
/freebsd-current/tools/tools/drm/
H A Dgen-drm_pciids81 open(my $fh, '<', $header) or die "Can't open PCI IDs database: $!\n";
128 print STDERR "Update FreeBSD's PCI IDs:\n";
163 * o the PCI ID repository (http://pciids.sourceforge.net/)
/freebsd-current/sys/x86/include/
H A Dmptable.h38 PCI = 13, enumerator in enum:busTypes
/freebsd-current/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c34 * Broadcom Common PCI/PCIe Support.
79 BHND_PCI_DEV(PCI, "Host-PCI bridge", BHND_DF_HOSTB),
80 BHND_PCI_DEV(PCI, "PCI-BHND bridge", BHND_DF_SOC),
81 BHND_PCI_DEV(PCIE, "PCIe-G1 Host-PCI bridge", BHND_DF_HOSTB),
82 BHND_PCI_DEV(PCIE, "PCIe-G1 PCI-BHND bridge", BHND_DF_SOC),
H A Dbhnd_pci_hostb.c38 * Broadcom BHND PCI/PCIe-Gen1 PCI-Host Bridge.
40 * This driver handles all interactions with PCI bridge cores operating in
43 * Host-level PCI operations are handled at the bhndb bridge level by the
97 BHND_PCI_DEV(PCI, bhnd_pci_quirks),
232 /* Find the host PCI bridge device */
321 /* Set PCI latency timer */
387 /* Enable PCI prefetch/burst/readmulti flags */
403 /* Disable PCI CLKRUN# */
477 /* Explicitly enable PCI
[all...]
/freebsd-current/sys/dev/bhnd/siba/
H A Dsiba_bhndb.c69 /* Bus-level quirks when bridged via a PCI host bridge core */
83 BHND_DEVICE(BCM, PCI, NULL, pci_bridge_quirks),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp56 PCI, // Program Counter Indirect with Index member in class:__anon2496::M68kISelAddressMode::AddrType
109 return AM == AddrType::ARII || AM == AddrType::PCI ||
118 case AddrType::PCI:
891 LLVM_DEBUG(dbgs() << "Selecting AddrType::PCI: ");
892 M68kISelAddressMode AM(M68kISelAddressMode::AddrType::PCI);
/freebsd-current/usr.sbin/mptable/
H A Dmptable.c98 { PCI, "PCI" },
486 printf( " bus: ISA+PCI, APIC: Integrated\n" );
489 printf( " bus: EISA+PCI, APIC: Integrated\n" );
492 printf( " bus: MCA+PCI, APIC: Integrated\n" );
841 if ( busses[ entry->src_bus_id ] == PCI )
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp800 for (const auto &PCI : PredCount) {
801 BasicBlock *Pred = PCI.first;
802 for (unsigned NumToRemove = PCI.second; NumToRemove; --NumToRemove)
/freebsd-current/include/
H A DMakefile191 PCI= pcireg.h macro
264 PCI \
/freebsd-current/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h894 /// PCI and PC Card NICs are both identified using bus, device
901 /// See S/W UNDI ROMID structure definition for PCI and
913 PCI, PCC; member in union:pxe_device
1189 /// For PCI bus devices, this field is set to PXE_BUSTYPE_PCI.
1194 /// This identifies the PCI network device that this UNDI interface.
1202 /// This is a copy of the PCI configuration space for this
/freebsd-current/sys/dev/pci/
H A Dpcivar.h35 /* some PCI bus constants */
37 #define PCI_MAXMAPS_1 2 /* max. no. of maps for PCI to PCI bridge */
42 /* Config registers for PCI-PCI and PCI-Cardbus bridges. */
51 /* Interesting values for PCI power management */
53 uint16_t pp_cap; /* PCI power management capabilities */
89 /* Interesting values for PCI MSI */
100 /* Interesting values for PCI MS
[all...]
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_subr.c82 BHND_CDESC(BCM, PCI, PCI, "PCI Bridge"),
2128 * bridged (PCI, PCMCIA, etc) devices to produce a complete bhnd_board_info
/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh545 * PCI Attachment structures and code
579 { 0x1234abcd, "ACME PCI Widgetplus" },
/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c36 * PCI-specific implementation for the BHNDB bridge driver.
38 * Provides support for bridging from a PCI parent bus to a BHND-compatible
39 * bus (e.g. bcma or siba) via a Broadcom PCI core configured in end-point
42 * This driver handles all initial generic host-level PCI interactions with a
43 * PCI/PCIe bridge core operating in endpoint mode. Once the bridged bhnd(4)
45 * bhnd_pci_hostb driver to manage the PCI core.
138 BHNDB_PCI_CORE(PCI, bhndb_pci_quirks),
162 device_t pci_dev; /**< parent PCI device */
164 struct bhnd_core_info hostb_core; /**< PCI bridge core info */
185 * PCI configuratio
[all...]
/freebsd-current/sys/dev/bwi/
H A Dif_bwi.c260 CLKSRC(PCI)
863 * 1) Bus (PCI/PCIE) regwin
1089 src == BWI_CLKSRC_PCI ? "PCI" :
3484 return "PCI";
/freebsd-current/sys/dev/bwn/
H A Dif_bwn.c502 /* D11 quirks when bridged via a PCI host bridge core */
516 BHND_DEVICE(BCM, PCI, NULL, pci_bridge_quirks),
/freebsd-current/contrib/ntp/
H A Dconfigure1813 --enable-HOPFPCI + hopf 6039 PCI board
31269 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for hopf PCI clock 6039" >&5
31270 printf %s "checking for hopf PCI clock 6039... " >&6; }
31831 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking Spectracom TSYNC PCI timing board" >&5
31832 printf %s "checking Spectracom TSYNC PCI timing board... " >&6; }

Completed in 507 milliseconds