Searched refs:PCI_INTERRUPT_LINE (Results 1 – 8 of 8) sorted by relevance
/u-boot/arch/x86/cpu/ |
A D | pci.c | 99 pci_write_config8(bdf, PCI_INTERRUPT_LINE, line); in pci_assign_irqs()
|
/u-boot/arch/x86/cpu/broadwell/ |
A D | adsp.c | 114 dm_pci_write_config32(dev, PCI_INTERRUPT_LINE, ADSP_PCI_IRQ); in broadwell_adsp_probe()
|
/u-boot/arch/x86/cpu/qemu/ |
A D | qemu.c | 180 PCI_INTERRUPT_LINE, &irq); in mp_determine_pci_dstirq()
|
/u-boot/cmd/ |
A D | pci.c | 197 { "interrupt line", PCI_SIZE_8, PCI_INTERRUPT_LINE }, 222 { "interrupt line", PCI_SIZE_8, PCI_INTERRUPT_LINE }, 247 { "interrupt line", PCI_SIZE_8, PCI_INTERRUPT_LINE },
|
/u-boot/drivers/pci/ |
A D | pcie_dw_ti.c | 499 val = readl(pci->dbi_base + PCI_INTERRUPT_LINE); in pcie_dw_setup_host() 502 writel(val, pci->dbi_base + PCI_INTERRUPT_LINE); in pcie_dw_setup_host()
|
A D | pci.c | 272 pci_hose_write_config_byte(hose, dev, PCI_INTERRUPT_LINE, in pci_hose_config_device()
|
A D | pcie_dw_rockchip.c | 279 clrsetbits_le32(rk_pcie->dbi_base + PCI_INTERRUPT_LINE, in rk_pcie_setup_host()
|
/u-boot/include/ |
A D | pci.h | 233 #define PCI_INTERRUPT_LINE 0x3c /* 8 bits */ macro
|
Completed in 17 milliseconds