Searched refs:PCI_SEC_LATENCY_TIMER (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/parisc/kernel/ |
H A D | pci.c | 177 pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, 32); in pcibios_init_bridge()
|
/openbmc/qemu/hw/pci/ |
H A D | pci_bridge.c | 311 conf[PCI_SEC_LATENCY_TIMER] = 0; in pci_bridge_reset() 395 dev->wmask[PCI_SEC_LATENCY_TIMER] = 0; in pci_bridge_initfn()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | pci_sabre.c | 394 pci_write_config_byte(pdev, PCI_SEC_LATENCY_TIMER, 64); in apb_init()
|
/openbmc/linux/arch/mips/pci/ |
H A D | pci-octeon.c | 110 pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, 64); in pcibios_plat_dev_init()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 133 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 134 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 208 { "secondary latency timer", PCI_SIZE_8, PCI_SEC_LATENCY_TIMER },
|
/openbmc/u-boot/include/ |
H A D | pci.h | 240 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
|
/openbmc/linux/drivers/pci/ |
H A D | pci-acpi.c | 163 pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, in program_hpx_type0()
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 619 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_SEC_LATENCY_TIMER, LATENCY); in configure_bridge()
|
H A D | cpqphp_ctrl.c | 2376 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, temp_byte); in configure_new_function()
|