Searched refs:hpp (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpciehp_pci.c37 static void program_hpp_type0(struct pci_dev *dev, struct hpp_type0 *hpp) argument
41 if (hpp->revision > 1) {
43 __FUNCTION__, hpp->revision);
47 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, hpp->cache_line_size);
48 pci_write_config_byte(dev, PCI_LATENCY_TIMER, hpp->latency_timer);
50 if (hpp->enable_serr)
54 if (hpp->enable_perr)
63 hpp->latency_timer);
65 if (hpp->enable_serr)
69 if (hpp
77 program_hpp_type2(struct pci_dev *dev, struct hpp_type2 *hpp) argument
142 struct hotplug_params hpp; local
[all...]
H A Dshpchp_pci.c41 struct hotplug_params hpp; local
43 /* Program hpp values for this device */
50 if (get_hp_params_from_firmware(dev, &hpp) ||
51 !hpp.t0 || (hpp.t0->revision > 1)) {
55 hpp.t0 = &hpp.type0_data;
56 hpp.t0->revision = 0;
57 hpp.t0->cache_line_size = 8;
58 hpp
[all...]
H A Dacpi_pcihp.c217 acpi_run_hpp(acpi_handle handle, struct hotplug_params *hpp) argument
229 memset(hpp, 0, sizeof(struct hotplug_params));
279 hpp->t0 = &hpp->type0_data;
280 hpp->t0->cache_line_size = nui[0];
281 hpp->t0->latency_timer = nui[1];
282 hpp->t0->enable_serr = nui[2];
283 hpp->t0->enable_perr = nui[3];
285 pr_debug(" _HPP: cache_line_size=0x%x\n", hpp->t0->cache_line_size);
286 pr_debug(" _HPP: latency timer =0x%x\n", hpp
334 acpi_get_hp_params_from_firmware(struct pci_bus *bus, struct hotplug_params *hpp) argument
[all...]
H A Dacpiphp_glue.c350 status = acpi_get_hp_params_from_firmware(bridge->pci_bus, &bridge->hpp);
352 !bridge->hpp.t0 || (bridge->hpp.t0->revision > 1)) {
357 bridge->hpp.t0 = &bridge->hpp.type0_data;
358 bridge->hpp.t0->revision = 0;
359 bridge->hpp.t0->cache_line_size = 0x10;
360 bridge->hpp.t0->latency_timer = 0x40;
361 bridge->hpp.t0->enable_serr = 0;
362 bridge->hpp
[all...]
H A Dpciehp.h208 struct hotplug_params *hpp)
210 if (ACPI_FAILURE(acpi_get_hp_params_from_firmware(dev->bus, hpp)))
216 #define pciehp_get_hp_params_from_firmware(dev, hpp) (-ENODEV)
207 pciehp_get_hp_params_from_firmware(struct pci_dev *dev, struct hotplug_params *hpp) argument
H A Dshpchp.h174 struct hotplug_params *hpp)
176 if (ACPI_FAILURE(acpi_get_hp_params_from_firmware(dev->bus, hpp)))
186 #define get_hp_params_from_firmware(dev, hpp) (-ENODEV)
173 get_hp_params_from_firmware(struct pci_dev *dev, struct hotplug_params *hpp) argument
H A Dacpiphp.h94 struct hotplug_params hpp; member in struct:acpiphp_bridge
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_resize.c28 __memp_get_bucket(env, mfp, pgno, infopp, hpp)
33 DB_MPOOL_HASH **hpp;
75 if (hpp != NULL) {
104 *hpp = hp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h232 struct hotplug_params *hpp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/bcb5/
H A Delements.mak159 .pas.hpp:
H A Dexpat.mak160 .pas.hpp:
H A Dexpat_static.mak162 .pas.hpp:
H A Dexpatw.mak160 .pas.hpp:
H A Dexpatw_static.mak163 .pas.hpp:
H A Doutline.mak159 .pas.hpp:
H A Dxmlwf.mak160 .pas.hpp:

Completed in 209 milliseconds