Home
last modified time | relevance | path

Searched refs:PCIR_SUBVEND_0 (Results 1 – 20 of 20) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_rnd.c190 pci_set_cfgdata16(pi, PCIR_SUBVEND_0, VIRTIO_VENDOR); in pci_vtrnd_init()
H A Dpci_virtio_9p.c332 pci_set_cfgdata16(pi, PCIR_SUBVEND_0, VIRTIO_VENDOR); in pci_vt9p_init()
H A Dpci_virtio_block.c556 pci_set_cfgdata16(pi, PCIR_SUBVEND_0, VIRTIO_VENDOR); in pci_vtblk_init()
H A Dpci_virtio_net.c636 pci_set_cfgdata16(pi, PCIR_SUBVEND_0, VIRTIO_VENDOR); in pci_vtnet_init()
H A Dpci_virtio_input.c736 pci_set_cfgdata16(pi, PCIR_SUBVEND_0, VIRTIO_SUBVEN_INPUT); in pci_vtinput_init()
H A Dpci_virtio_console.c713 pci_set_cfgdata16(pi, PCIR_SUBVEND_0, VIRTIO_VENDOR); in pci_vtcon_init()
H A Dpci_virtio_scsi.c753 pci_set_cfgdata16(pi, PCIR_SUBVEND_0, VIRTIO_VENDOR); in pci_vtscsi_init()
H A Dpci_emul.c377 case PCIR_SUBVEND_0: in pci_config_read_reg()
H A Dpci_e82545.c2334 pci_set_cfgdata16(pi, PCIR_SUBVEND_0, E82545_VENDOR_ID_INTEL); in e82545_init()
/freebsd/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c545 subvendor = pci_config_read_reg(selp, nvl, PCIR_SUBVEND_0, 2, in pci_lpc_init()
556 pci_set_cfgdata16(pi, PCIR_SUBVEND_0, subvendor); in pci_lpc_init()
/freebsd/sys/dev/aic7xxx/
H A Daic79xx_pci.c293 subvendor = aic_pci_read_config(pci, PCIR_SUBVEND_0, /*bytes*/2); in ahd_find_pci_device()
351 PCIR_SUBVEND_0, /*bytes*/2); in ahd_pci_config()
H A Daic7xxx_pci.c750 subvendor = aic_pci_read_config(pci, PCIR_SUBVEND_0, /*bytes*/2); in ahc_find_pci_device()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.c114 sub_vendor = pci_read_config(dev, PCIR_SUBVEND_0, 2); in smartpqi_get_pci_info_ioctl()
/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1301 } else if (where >= PCIR_SUBVEND_0 && where + size <= in _hv_pcifront_read_config()
1304 PCIR_SUBVEND_0, size); in _hv_pcifront_read_config()
1359 if (where >= PCIR_SUBVEND_0 && where + size <= PCIR_CAP_PTR) in _hv_pcifront_write_config()
/freebsd/sys/dev/pci/
H A Dpcireg.h246 #define PCIR_SUBVEND_0 0x2c macro
H A Dpci.c651 cfg->subvendor = REG(PCIR_SUBVEND_0, 2); in pci_hdrtypedata()
6215 dinfo->cfg.subvendor = pci_read_config(dev, PCIR_SUBVEND_0, 2); in pci_cfg_save()
/freebsd/sys/dev/iavf/
H A Diavf_lib.c143 pci_read_config(dev, PCIR_SUBVEND_0, 2); in iavf_init_hw()
/freebsd/sys/dev/ixl/
H A Dif_ixl.c382 pci_read_config(dev, PCIR_SUBVEND_0, 2); in ixl_allocate_pci_resources()
/freebsd/sys/dev/igc/
H A Dif_igc.c1271 pci_read_config(dev, PCIR_SUBVEND_0, 2); in igc_identify_hardware()
/freebsd/sys/dev/e1000/
H A Dif_em.c1987 pci_read_config(dev, PCIR_SUBVEND_0, 2); in em_identify_hardware()