| /freebsd-12.1/usr.sbin/bhyve/ |
| H A D | pci_hostbridge.c | 44 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_BRIDGE); in pci_hostbridge_init()
|
| H A D | pci_uart.c | 101 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_uart_init()
|
| H A D | pci_virtio_rnd.c | 190 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_CRYPTO); in pci_vtrnd_init()
|
| H A D | pci_lpc.c | 421 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_BRIDGE); in pci_lpc_init()
|
| H A D | pci_fbuf.c | 370 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_DISPLAY); in pci_fbuf_init()
|
| H A D | pci_virtio_block.c | 385 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtblk_init()
|
| H A D | pci_virtio_net.c | 437 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_NETWORK); in pci_vtnet_init()
|
| H A D | pci_virtio_console.c | 642 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_vtcon_init()
|
| H A D | pci_virtio_scsi.c | 720 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtscsi_init()
|
| H A D | pci_emul.c | 1977 pci_set_cfgdata8(pi, PCIR_CLASS, 0x02); in pci_emul_dinit()
|
| H A D | pci_nvme.c | 1976 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_nvme_init()
|
| H A D | pci_e82545.c | 2304 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_NETWORK); in e82545_init()
|
| H A D | pci_ahci.c | 2412 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_ahci_init()
|
| H A D | pci_xhci.c | 2832 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SERIALBUS); in pci_xhci_init()
|
| /freebsd-12.1/sys/dev/agp/ |
| H A D | agp_amd64.c | 127 if (pci_cfgregread(0, 11, 0, PCIR_CLASS, 1) != PCIC_BRIDGE || in agp_amd64_nvidia_match() 140 if (pci_cfgregread(0, 1, 0, PCIR_CLASS, 1) != PCIC_BRIDGE || in agp_amd64_via_match()
|
| /freebsd-12.1/sys/x86/pci/ |
| H A D | pci_bus.c | 435 PCIR_CLASS, 1); in legacy_pcib_identify()
|
| /freebsd-12.1/sys/dev/pci/ |
| H A D | pcireg.h | 114 #define PCIR_CLASS 0x0b macro
|
| H A D | pci.c | 687 cfg->baseclass = REG(PCIR_CLASS, 1); in pci_fill_devinfo() 6053 dinfo->cfg.baseclass = pci_read_config(dev, PCIR_CLASS, 1); in pci_cfg_save()
|
| /freebsd-12.1/sys/mips/cavium/ |
| H A D | octopci.c | 644 class = octopci_read_config(dev, b, s, f, PCIR_CLASS, 1); in octopci_init_device()
|
| /freebsd-12.1/sys/arm/mv/ |
| H A D | mv_pci.c | 845 func, PCIR_CLASS, 1); in mv_pcib_init()
|