Symbol: PCIC_BASEPERIPH
sys/amd64/vmm/amd/amdviiommu.c
80
if (pci_get_class(dev) != PCIC_BASEPERIPH ||
sys/dev/pci/pci.c
4765
case PCIC_BASEPERIPH:
sys/dev/pci/pci.c
4776
case PCIC_BASEPERIPH:
sys/dev/pci/pci.c
5082
{PCIC_BASEPERIPH, -1, 0, "base peripheral"},
sys/dev/pci/pci.c
5083
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_PIC, 1, "interrupt controller"},
sys/dev/pci/pci.c
5084
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_DMA, 1, "DMA controller"},
sys/dev/pci/pci.c
5085
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_TIMER, 1, "timer"},
sys/dev/pci/pci.c
5086
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_RTC, 1, "realtime clock"},
sys/dev/pci/pci.c
5087
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_PCIHOT, 1, "PCI hot-plug controller"},
sys/dev/pci/pci.c
5088
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_SDHC, 1, "SD host controller"},
sys/dev/pci/pci.c
5089
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_IOMMU, 1, "IOMMU"},
sys/dev/pci/pci.c
6489
cls == PCIC_BASEPERIPH)
sys/dev/sdhci/sdhci_pci.c
320
if (result == ENXIO && class == PCIC_BASEPERIPH &&
sys/x86/iommu/amd_drv.c
422
if (pci_get_class(dev) != PCIC_BASEPERIPH ||
sys/x86/x86/io_apic.c
966
if (pci_get_class(dev) == PCIC_BASEPERIPH &&
usr.sbin/pciconf/pciconf.c
986
{PCIC_BASEPERIPH, -1, "base peripheral"},
usr.sbin/pciconf/pciconf.c
987
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_PIC, "interrupt controller"},
usr.sbin/pciconf/pciconf.c
988
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_DMA, "DMA controller"},
usr.sbin/pciconf/pciconf.c
989
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_TIMER, "timer"},
usr.sbin/pciconf/pciconf.c
990
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_RTC, "realtime clock"},
usr.sbin/pciconf/pciconf.c
991
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_PCIHOT, "PCI hot-plug controller"},
usr.sbin/pciconf/pciconf.c
992
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_SDHC, "SD host controller"},
usr.sbin/pciconf/pciconf.c
993
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_IOMMU, "IOMMU"},
usr.sbin/pciconf/pciconf.c
994
{PCIC_BASEPERIPH, PCIS_BASEPERIPH_RCEC,