hpx 137 drivers/pci/pci-acpi.c static void program_hpx_type0(struct pci_dev *dev, struct hpx_type0 *hpx) hpx 141 drivers/pci/pci-acpi.c if (!hpx) hpx 142 drivers/pci/pci-acpi.c hpx = &pci_default_type0; hpx 144 drivers/pci/pci-acpi.c if (hpx->revision > 1) { hpx 146 drivers/pci/pci-acpi.c hpx->revision); hpx 147 drivers/pci/pci-acpi.c hpx = &pci_default_type0; hpx 150 drivers/pci/pci-acpi.c pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, hpx->cache_line_size); hpx 151 drivers/pci/pci-acpi.c pci_write_config_byte(dev, PCI_LATENCY_TIMER, hpx->latency_timer); hpx 153 drivers/pci/pci-acpi.c if (hpx->enable_serr) hpx 155 drivers/pci/pci-acpi.c if (hpx->enable_perr) hpx 162 drivers/pci/pci-acpi.c hpx->latency_timer); hpx 164 drivers/pci/pci-acpi.c if (hpx->enable_perr) hpx 206 drivers/pci/pci-acpi.c static void program_hpx_type1(struct pci_dev *dev, struct hpx_type1 *hpx) hpx 210 drivers/pci/pci-acpi.c if (!hpx) hpx 283 drivers/pci/pci-acpi.c static void program_hpx_type2(struct pci_dev *dev, struct hpx_type2 *hpx) hpx 288 drivers/pci/pci-acpi.c if (!hpx) hpx 294 drivers/pci/pci-acpi.c if (hpx->revision > 1) { hpx 296 drivers/pci/pci-acpi.c hpx->revision); hpx 305 drivers/pci/pci-acpi.c hpx->pci_exp_devctl_and |= PCI_EXP_DEVCTL_PAYLOAD | hpx 307 drivers/pci/pci-acpi.c hpx->pci_exp_devctl_or &= ~(PCI_EXP_DEVCTL_PAYLOAD | hpx 312 drivers/pci/pci-acpi.c ~hpx->pci_exp_devctl_and, hpx->pci_exp_devctl_or); hpx 321 drivers/pci/pci-acpi.c hpx->pci_exp_lnkctl_and |= PCI_EXP_LNKCTL_RCB; hpx 322 drivers/pci/pci-acpi.c hpx->pci_exp_lnkctl_or &= ~PCI_EXP_LNKCTL_RCB; hpx 324 drivers/pci/pci-acpi.c hpx->pci_exp_lnkctl_or |= PCI_EXP_LNKCTL_RCB; hpx 327 drivers/pci/pci-acpi.c ~hpx->pci_exp_lnkctl_and, hpx->pci_exp_lnkctl_or); hpx 337 drivers/pci/pci-acpi.c reg32 = (reg32 & hpx->unc_err_mask_and) | hpx->unc_err_mask_or; hpx 342 drivers/pci/pci-acpi.c reg32 = (reg32 & hpx->unc_err_sever_and) | hpx->unc_err_sever_or; hpx 347 drivers/pci/pci-acpi.c reg32 = (reg32 & hpx->cor_err_mask_and) | hpx->cor_err_mask_or; hpx 352 drivers/pci/pci-acpi.c reg32 = (reg32 & hpx->adv_err_cap_and) | hpx->adv_err_cap_or; hpx 556 drivers/pci/pci-acpi.c static void program_hpx_type3(struct pci_dev *dev, struct hpx_type3 *hpx) hpx 558 drivers/pci/pci-acpi.c if (!hpx) hpx 564 drivers/pci/pci-acpi.c program_hpx_type3_register(dev, hpx);