Searched refs:PCIR_INTLINE (Results 1 – 14 of 14) sorted by relevance
| /freebsd-11-stable/sys/dev/usb/controller/ |
| HD | ohci_pci.c | 109 int_line = pci_read_config(self, PCIR_INTLINE, 4); in ohci_pci_take_controller() 112 pci_write_config(self, PCIR_INTLINE, int_line, 4); in ohci_pci_take_controller()
|
| /freebsd-11-stable/sys/amd64/pci/ |
| HD | pci_cfgreg.c | 147 if (reg == PCIR_INTLINE && bytes == 1) { in pci_cfgregread() 148 line = pci_docfgregread(bus, slot, func, PCIR_INTLINE, 1); in pci_cfgregread()
|
| /freebsd-11-stable/sys/powerpc/ofw/ |
| HD | ofw_pcibus.c | 192 PCIB_WRITE_CONFIG(pcib, busno, slot, func, PCIR_INTLINE, in ofw_pcibus_enum_devtree() 278 PCIR_INTLINE, PCI_INVALID_IRQ, 1); in ofw_pcibus_enum_bus()
|
| /freebsd-11-stable/sys/dev/mpt/ |
| HD | mpt_pci.c | 745 mpt->pci_cfg.IntLine = pci_read_config(mpt->dev, PCIR_INTLINE, 1); 772 MPT_CHECK(IntLine, PCIR_INTLINE, 1); 786 pci_write_config(mpt->dev, PCIR_INTLINE, mpt->pci_cfg.IntLine, 1);
|
| /freebsd-11-stable/sys/i386/pci/ |
| HD | pci_cfgreg.c | 224 if (reg == PCIR_INTLINE && bytes == 1) { in pci_cfgregread() 225 line = pci_docfgregread(bus, slot, func, PCIR_INTLINE, 1); in pci_cfgregread()
|
| HD | pci_pir.c | 298 value = pci_cfgregread(bus, device, func, PCIR_INTLINE, 1); in pci_pir_search_irq()
|
| /freebsd-11-stable/sys/sparc64/pci/ |
| HD | ofw_pcibus.c | 223 CS_WRITE(PCIR_INTLINE, PCI_INVALID_IRQ, 1); in ofw_pcibus_setup_device()
|
| /freebsd-11-stable/sys/dev/cardbus/ |
| HD | cardbus.c | 165 pci_write_config(dev, PCIR_INTLINE, cfg->intline, 1); in cardbus_device_setup_regs()
|
| /freebsd-11-stable/sys/dev/pci/ |
| HD | pcireg.h | 250 #define PCIR_INTLINE 0x3c macro
|
| HD | pci.c | 695 cfg->intline = REG(PCIR_INTLINE, 1); in pci_fill_devinfo() 3429 pci_write_config(dev, PCIR_INTLINE, irq, 1); in pci_assign_interrupt() 5879 pci_write_config(dev, PCIR_INTLINE, dinfo->cfg.intline, 1); in pci_cfg_restore() 5998 dinfo->cfg.intline = pci_read_config(dev, PCIR_INTLINE, 1); in pci_cfg_save()
|
| /freebsd-11-stable/usr.sbin/bhyve/ |
| HD | pci_emul.c | 745 pci_set_cfgdata8(pdi, PCIR_INTLINE, 255); in pci_emul_init() 1522 pci_set_cfgdata8(pi, PCIR_INTLINE, pirq_irq(ii->ii_pirq_pin)); in pci_lintr_route()
|
| /freebsd-11-stable/sys/dev/intpm/ |
| HD | intpm.c | 264 pci_write_config(dev, PCIR_INTLINE, 0x9, 1); in intsmb_attach()
|
| /freebsd-11-stable/sys/dev/acpica/ |
| HD | acpi_pci_link.c | 605 value = pci_cfgregread(bus, device, func, PCIR_INTLINE, 1); in acpi_pci_link_search_irq()
|
| /freebsd-11-stable/sys/dev/hyperv/pcib/ |
| HD | vmbus_pcib.c | 1219 } else if ((where >= PCIR_INTLINE && where + size <= in _hv_pcifront_read_config()
|