Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/parisc/kernel/
Dpci.c307 pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, 32); in pcibios_init_bus()
/linux-2.4.37.9/drivers/hotplug/
Dshpchprm_nonacpi.c354 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, temp_byte); in shpchprm_set_hpp()
Dshpchprm_legacy.c363 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, temp_byte); in shpchprm_set_hpp()
Dpciehprm_nonacpi.c419 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, temp_byte); in pciehprm_set_hpp()
Dpciehprm_acpi.c1641 rc |= pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, lt); in pciehprm_set_hpp()
Dshpchprm_acpi.c1640 rc |= pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, lt); in shpchprm_set_hpp()
Dibmphp_pci.c643 …ig_byte_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_SEC_LATENCY_TIMER, LATENCY); in configure_bridge()
Dcpqphp_ctrl.c2508 …yte_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_SEC_LATENCY_TIMER, temp_byte… in configure_new_function()
/linux-2.4.37.9/include/linux/
Dpci.h117 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
/linux-2.4.37.9/arch/sparc64/kernel/
Dpci_sabre.c1167 sabre_write_byte(pdev, PCI_SEC_LATENCY_TIMER, 64); in apb_init()