Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_hostbridge.c59 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_BRIDGE); in pci_hostbridge_init()
H A Dpci_uart.c113 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_uart_init()
H A Dpci_virtio_rnd.c193 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_CRYPTO); in pci_vtrnd_init()
H A Dpci_virtio_9p.c335 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vt9p_init()
H A Dpci_lpc.c452 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_BRIDGE); in pci_lpc_init()
H A Dpci_fbuf.c393 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_DISPLAY); in pci_fbuf_init()
H A Dpci_virtio_block.c553 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtblk_init()
H A Dpci_virtio_net.c640 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_NETWORK); in pci_vtnet_init()
H A Dpci_virtio_console.c714 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SIMPLECOMM); in pci_vtcon_init()
H A Dpci_virtio_scsi.c724 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_vtscsi_init()
H A Dpci_hda.c1238 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_MULTIMEDIA); in pci_hda_init()
H A Dpci_emul.c2355 pci_set_cfgdata8(pi, PCIR_CLASS, 0x02); in pci_emul_dinit()
H A Dpci_e82545.c2308 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_NETWORK); in e82545_init()
H A Dpci_ahci.c2541 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_ahci_init()
H A Dpci_nvme.c3208 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_STORAGE); in pci_nvme_init()
H A Dpci_xhci.c2906 pci_set_cfgdata8(pi, PCIR_CLASS, PCIC_SERIALBUS); in pci_xhci_init()
/freebsd-13.1/sys/dev/agp/
H A Dagp_amd64.c127 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-13.1/sys/x86/pci/
H A Dpci_bus.c434 PCIR_CLASS, 1); in legacy_pcib_identify()
/freebsd-13.1/sys/dev/pci/
H A Dpcireg.h113 #define PCIR_CLASS 0x0b macro
H A Dpci_dw.c338 DBI_WR1(sc, PCIR_CLASS, PCIC_BRIDGE); in pci_dw_setup_hw()
H A Dpci.c720 cfg->baseclass = REG(PCIR_CLASS, 1); in pci_fill_devinfo()
6190 dinfo->cfg.baseclass = pci_read_config(dev, PCIR_CLASS, 1); in pci_cfg_save()
/freebsd-13.1/sys/mips/cavium/
H A Doctopci.c644 class = octopci_read_config(dev, b, s, f, PCIR_CLASS, 1); in octopci_init_device()
/freebsd-13.1/sys/arm/mv/
H A Dmv_pci.c843 func, PCIR_CLASS, 1); in mv_pcib_init()
/freebsd-13.1/sys/arm64/rockchip/
H A Drk_pcie.c1014 PRIV_CFG_WR1(sc, PCIR_CLASS, PCIC_BRIDGE); in rk_pcie_setup_sw()