Searched refs:PCI_INTERRUPT_LINE (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/arch/x86/cpu/ |
D | pci.c | 83 pci_write_config8(bdf, PCI_INTERRUPT_LINE, line); in pci_assign_irqs()
|
/external/u-boot/cmd/ |
D | pci.c | 196 { "interrupt line", PCI_SIZE_8, PCI_INTERRUPT_LINE }, 221 { "interrupt line", PCI_SIZE_8, PCI_INTERRUPT_LINE }, 246 { "interrupt line", PCI_SIZE_8, PCI_INTERRUPT_LINE },
|
/external/u-boot/arch/x86/cpu/qemu/ |
D | qemu.c | 184 PCI_INTERRUPT_LINE, &irq); in mp_determine_pci_dstirq()
|
/external/u-boot/drivers/pci/ |
D | pci.c | 270 pci_hose_write_config_byte(hose, dev, PCI_INTERRUPT_LINE, in pci_hose_config_device()
|
/external/kernel-headers/original/uapi/linux/ |
D | pci_regs.h | 124 #define PCI_INTERRUPT_LINE 0x3c /* 8 bits */ macro
|
/external/u-boot/include/ |
D | pci.h | 228 #define PCI_INTERRUPT_LINE 0x3c /* 8 bits */ macro
|