Searched refs:PCI_SEC_LATENCY_TIMER (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/arch/parisc/kernel/ |
D | pci.c | 307 pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, 32); in pcibios_init_bus()
|
/linux-2.4.37.9/drivers/hotplug/ |
D | shpchprm_nonacpi.c | 354 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, temp_byte); in shpchprm_set_hpp()
|
D | shpchprm_legacy.c | 363 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, temp_byte); in shpchprm_set_hpp()
|
D | pciehprm_nonacpi.c | 419 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, temp_byte); in pciehprm_set_hpp()
|
D | pciehprm_acpi.c | 1641 rc |= pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, lt); in pciehprm_set_hpp()
|
D | shpchprm_acpi.c | 1640 rc |= pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, lt); in shpchprm_set_hpp()
|
D | ibmphp_pci.c | 643 …ig_byte_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_SEC_LATENCY_TIMER, LATENCY); in configure_bridge()
|
D | cpqphp_ctrl.c | 2508 …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/ |
D | pci.h | 117 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | pci_sabre.c | 1167 sabre_write_byte(pdev, PCI_SEC_LATENCY_TIMER, 64); in apb_init()
|