Searched refs:PCIR_INTPIN (Results 1 – 9 of 9) sorted by relevance
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_passthru_quirks.c | 39 pci_set_cfgdata8(pi, PCIR_INTPIN, 1); in nvidia_gpu_init()
|
| H A D | pci_passthru.c | 685 intpin = pci_get_cfgdata8(pi, PCIR_INTPIN); in cfginit() 692 pci_set_cfgdata8(pi, PCIR_INTPIN, intpin); in cfginit()
|
| H A D | pci_emul.c | 1164 pci_set_cfgdata8(pdi, PCIR_INTPIN, 0); in pci_emul_init() 2019 pci_set_cfgdata8(pi, PCIR_INTPIN, bestpin + 1); in pci_lintr_request()
|
| H A D | pci_e82545.c | 2337 pci_set_cfgdata8(pi, PCIR_INTPIN, 0x1); in e82545_init()
|
| /freebsd/sys/i386/pci/ |
| H A D | pci_pir.c | 283 value = pci_cfgregread(0, bus, device, func, PCIR_INTPIN, 1); in pci_pir_search_irq()
|
| /freebsd/sys/dev/pci/ |
| H A D | pcireg.h | 253 #define PCIR_INTPIN 0x3d macro
|
| H A D | pci_dw.c | 340 DBI_WR1(sc, PCIR_INTPIN, 1); in pci_dw_setup_hw()
|
| H A D | pci.c | 768 cfg->intpin = REG(PCIR_INTPIN, 1); in pci_fill_devinfo() 6293 pci_write_config(dev, PCIR_INTPIN, dinfo->cfg.intpin, 1); in pci_cfg_restore() 6415 dinfo->cfg.intpin = pci_read_config(dev, PCIR_INTPIN, 1); in pci_cfg_save()
|
| /freebsd/sys/dev/hyperv/pcib/ |
| H A D | vmbus_pcib.c | 1309 PCIR_INTPIN) ||(where == PCIR_INTPIN && size == 1)) { in _hv_pcifront_read_config()
|