Searched refs:PCI_INTERRUPT_PIN (Results 1 – 7 of 7) sorted by relevance
| /u-boot/arch/x86/cpu/apollolake/ |
| A D | punit.c | 50 dm_pci_write_config8(dev, PCI_INTERRUPT_PIN, 0x2); in punit_init()
|
| /u-boot/arch/x86/cpu/ |
| A D | pci.c | 86 pci_read_config8(bdf, PCI_INTERRUPT_PIN, &pin); in pci_assign_irqs()
|
| /u-boot/drivers/pci_endpoint/ |
| A D | pcie-cadence-ep.c | 34 cdns_pcie_ep_fn_writeb(pcie, fn, PCI_INTERRUPT_PIN, in cdns_write_header()
|
| /u-boot/cmd/ |
| A D | pci.c | 198 { "interrupt pin", PCI_SIZE_8, PCI_INTERRUPT_PIN }, 223 { "interrupt pin", PCI_SIZE_8, PCI_INTERRUPT_PIN }, 248 { "interrupt pin", PCI_SIZE_8, PCI_INTERRUPT_PIN },
|
| /u-boot/drivers/pci/ |
| A D | pci_ftpci100.c | 193 PCI_INTERRUPT_PIN, &int_pin); in pci_bus_scan()
|
| A D | pci.c | 270 pci_hose_read_config_byte(hose, dev, PCI_INTERRUPT_PIN, &pin); in pci_hose_config_device()
|
| /u-boot/include/ |
| A D | pci.h | 234 #define PCI_INTERRUPT_PIN 0x3d /* 8 bits */ macro
|
Completed in 16 milliseconds