Home
last modified time | relevance | path

Searched refs:PCIR_SUBDEV_0 (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_virtio_rnd.c194 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_ID_ENTROPY); in pci_vtrnd_init()
H A Dpci_virtio_9p.c336 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_ID_9P); in pci_vt9p_init()
H A Dpci_virtio_block.c554 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_ID_BLOCK); in pci_vtblk_init()
H A Dpci_virtio_net.c641 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_ID_NETWORK); in pci_vtnet_init()
H A Dpci_virtio_console.c715 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_ID_CONSOLE); in pci_vtcon_init()
H A Dpci_virtio_scsi.c725 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_ID_SCSI); in pci_vtscsi_init()
H A Dpci_e82545.c2310 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, E82545_SUBDEV_ID); in e82545_init()
/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.c116 sub_device = pci_read_config(dev, PCIR_SUBDEV_0, 2); in smartpqi_get_pci_info_ioctl()
/freebsd-13.1/sys/dev/pci/
H A Dpcireg.h246 #define PCIR_SUBDEV_0 0x2e macro
H A Dpci.c650 cfg->subdevice = REG(PCIR_SUBDEV_0, 2); in pci_hdrtypedata()
6197 dinfo->cfg.subdevice = pci_read_config(dev, PCIR_SUBDEV_0, 2); in pci_cfg_save()
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic79xx_pci.c301 subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahd_find_pci_device()
H A Daic7xxx_pci.c759 subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahc_find_pci_device()
/freebsd-13.1/sys/dev/iavf/
H A Diavf_lib.c146 pci_read_config(dev, PCIR_SUBDEV_0, 2); in iavf_init_hw()
/freebsd-13.1/sys/dev/ixl/
H A Dif_ixl.c389 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixl_allocate_pci_resources()
/freebsd-13.1/sys/dev/arcmsr/
H A Darcmsr.c4513 acb->sub_device_id = pci_read_config(dev, PCIR_SUBDEV_0, 2); in arcmsr_initialize()
5040 sub_device_id = pci_read_config(dev, PCIR_SUBDEV_0, 2); in arcmsr_probe()
/freebsd-13.1/sys/dev/igc/
H A Dif_igc.c1299 pci_read_config(dev, PCIR_SUBDEV_0, 2); in igc_identify_hardware()
/freebsd-13.1/sys/dev/sound/pci/
H A Demu10kx.c572 subdevice = pci_read_config(dev, PCIR_SUBDEV_0, /* bytes */ 2); in emu_getcard()
/freebsd-13.1/sys/dev/e1000/
H A Dif_em.c1939 pci_read_config(dev, PCIR_SUBDEV_0, 2); in em_identify_hardware()