Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_virtio_rnd.c191 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_TYPE_ENTROPY); in pci_vtrnd_init()
H A Dpci_virtio_block.c386 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_TYPE_BLOCK); in pci_vtblk_init()
H A Dpci_virtio_net.c438 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_TYPE_NET); in pci_vtnet_init()
H A Dpci_virtio_console.c643 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_TYPE_CONSOLE); in pci_vtcon_init()
H A Dpci_virtio_scsi.c721 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, VIRTIO_TYPE_SCSI); in pci_vtscsi_init()
H A Dpci_e82545.c2306 pci_set_cfgdata16(pi, PCIR_SUBDEV_0, E82545_SUBDEV_ID); in e82545_init()
/freebsd-12.1/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.c115 sub_device = pci_read_config(dev, PCIR_SUBDEV_0, 2); in smartpqi_get_pci_info_ioctl()
/freebsd-12.1/sys/dev/pci/
H A Dpcireg.h232 #define PCIR_SUBDEV_0 0x2e macro
H A Dpci.c618 cfg->subdevice = REG(PCIR_SUBDEV_0, 2); in pci_hdrtypedata()
6060 dinfo->cfg.subdevice = pci_read_config(dev, PCIR_SUBDEV_0, 2); in pci_cfg_save()
/freebsd-12.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.c760 subdevice = aic_pci_read_config(pci, PCIR_SUBDEV_0, /*bytes*/2); in ahc_find_pci_device()
/freebsd-12.1/sys/dev/tx/
H A Dif_tx.c380 sc->cardid = pci_read_config(dev, PCIR_SUBDEV_0, 2); in epic_attach()
/freebsd-12.1/sys/dev/ixl/
H A Dif_ixl.c369 pci_read_config(dev, PCIR_SUBDEV_0, 2); in ixl_allocate_pci_resources()
H A Dif_iavf.c306 pci_read_config(dev, PCIR_SUBDEV_0, 2); in iavf_allocate_pci_resources()
/freebsd-12.1/sys/dev/arcmsr/
H A Darcmsr.c4412 acb->sub_device_id = pci_read_config(dev, PCIR_SUBDEV_0, 2); in arcmsr_initialize()
4921 sub_device_id = pci_read_config(dev, PCIR_SUBDEV_0, 2);
/freebsd-12.1/sys/dev/sound/pci/
H A Demu10kx.c573 subdevice = pci_read_config(dev, PCIR_SUBDEV_0, /* bytes */ 2); in emu_getcard()
/freebsd-12.1/sys/dev/e1000/
H A Dif_em.c1896 pci_read_config(dev, PCIR_SUBDEV_0, 2); in em_identify_hardware()