Home
last modified time | relevance | path

Searched refs:PCIR_INTPIN (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c626 intpin = pci_get_cfgdata8(pi, PCIR_INTPIN); in cfginit()
632 pci_set_cfgdata8(pi, PCIR_INTPIN, intpin); in cfginit()
H A Dpci_emul.c1141 pci_set_cfgdata8(pdi, PCIR_INTPIN, 0); in pci_emul_init()
1995 pci_set_cfgdata8(pi, PCIR_INTPIN, bestpin + 1); in pci_lintr_request()
H A Dpci_e82545.c2337 pci_set_cfgdata8(pi, PCIR_INTPIN, 0x1); in e82545_init()
/freebsd/sys/i386/pci/
H A Dpci_pir.c283 value = pci_cfgregread(0, bus, device, func, PCIR_INTPIN, 1); in pci_pir_search_irq()
/freebsd/sys/dev/pci/
H A Dpcireg.h253 #define PCIR_INTPIN 0x3d macro
H A Dpci_dw.c339 DBI_WR1(sc, PCIR_INTPIN, 1); in pci_dw_setup_hw()
H A Dpci.c727 cfg->intpin = REG(PCIR_INTPIN, 1); in pci_fill_devinfo()
6082 pci_write_config(dev, PCIR_INTPIN, dinfo->cfg.intpin, 1); in pci_cfg_restore()
6204 dinfo->cfg.intpin = pci_read_config(dev, PCIR_INTPIN, 1); in pci_cfg_save()
/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1310 PCIR_INTPIN) ||(where == PCIR_INTPIN && size == 1)) { in _hv_pcifront_read_config()
/freebsd/sys/dev/acpica/
H A Dacpi_pci_link.c597 value = pci_cfgregread(domain, bus, device, func, PCIR_INTPIN, in acpi_pci_link_search_irq()