Home
last modified time | relevance | path

Searched refs:PCIR_CLASS (Results 1 – 25 of 26) sorted by relevance

12

/src/usr.sbin/bhyve/
H A Dpci_passthru_quirks.c29 class = pci_host_read_config(passthru_get_sel(sc), PCIR_CLASS, 0x01); in nvidia_gpu_probe()
H A Dpci_hostbridge.c60 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_BRIDGE); in pci_hostbridge_init()
H A Dpci_uart.c106 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_uart_init()
H A Dpci_virtio_rnd.c188 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_CRYPTO); in pci_vtrnd_init()
H A Dpci_virtio_9p.c330 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vt9p_init()
H A Dpci_fbuf.c402 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_DISPLAY); in pci_fbuf_init()
H A Dpci_virtio_block.c554 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtblk_init()
H A Dpci_virtio_net.c634 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_NETWORK); in pci_vtnet_init()
H A Dpci_virtio_input.c732 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_INPUTDEV); in pci_vtinput_init()
H A Dpci_virtio_console.c718 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_vtcon_init()
H A Dpci_virtio_scsi.c1098 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtscsi_init()
H A Dpci_hda.c1242 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_MULTIMEDIA); in pci_hda_init()
H A Dpci_emul.c2611 pci_set_cfgdata8(pi, PCIR_CLASS, 0x02); in pci_emul_dinit()
H A Dpci_e82545.c2331 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_NETWORK); in e82545_init()
H A Dpci_ahci.c2598 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_ahci_init()
H A Dpci_xhci.c2981 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SERIALBUS); in pci_xhci_init()
H A Dpci_nvme.c3325 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_nvme_init()
/src/sys/dev/agp/
H A Dagp_amd64.c121 if (pci_cfgregread(0, 0, 11, 0, PCIR_CLASS, 1) != PCIC_BRIDGE || in agp_amd64_nvidia_match()
134 if (pci_cfgregread(0, 0, 1, 0, PCIR_CLASS, 1) != PCIC_BRIDGE || in agp_amd64_via_match()
/src/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c553 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_BRIDGE); in pci_lpc_init()
H A Dpci_gvt-d.c223 class = pci_host_read_config(passthru_get_sel(sc), PCIR_CLASS, 0x01); in gvt_d_probe()
/src/sys/x86/pci/
H A Dpci_bus.c432 PCIR_CLASS, 1); in legacy_pcib_identify()
/src/sys/dev/pci/
H A Dpcireg.h114 #define PCIR_CLASS 0x0b macro
H A Dpci_dw.c336 DBI_WR1(sc, PCIR_CLASS, PCIC_BRIDGE); in pci_dw_setup_hw()
/src/sys/arm/mv/
H A Dmv_pci.c851 func, PCIR_CLASS, 1); in mv_pcib_init()
/src/sys/arm64/rockchip/
H A Drk_pcie.c1011 PRIV_CFG_WR1(sc, PCIR_CLASS, PCIC_BRIDGE); in rk_pcie_setup_sw()

12