Home
last modified time | relevance | path

Searched refs:PCI_SEC_LATENCY_TIMER (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/parisc/kernel/
H A Dpci.c177 pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, 32); in pcibios_init_bridge()
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c311 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 Dpci_sabre.c394 pci_write_config_byte(pdev, PCI_SEC_LATENCY_TIMER, 64); in apb_init()
/openbmc/linux/arch/mips/pci/
H A Dpci-octeon.c110 pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, 64); in pcibios_plat_dev_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h133 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h134 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
/openbmc/u-boot/cmd/
H A Dpci.c208 { "secondary latency timer", PCI_SIZE_8, PCI_SEC_LATENCY_TIMER },
/openbmc/u-boot/include/
H A Dpci.h240 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
/openbmc/linux/drivers/pci/
H A Dpci-acpi.c163 pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, in program_hpx_type0()
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c619 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_SEC_LATENCY_TIMER, LATENCY); in configure_bridge()
H A Dcpqphp_ctrl.c2376 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, temp_byte); in configure_new_function()