Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dpci-acpi.c165 static void program_hpx_type0(struct pci_dev *dev, struct hpx_type0 *hpx) in program_hpx_type0() argument
169 if (!hpx) in program_hpx_type0()
170 hpx = &pci_default_type0; in program_hpx_type0()
172 if (hpx->revision > 1) { in program_hpx_type0()
174 hpx->revision); in program_hpx_type0()
175 hpx = &pci_default_type0; in program_hpx_type0()
178 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, hpx->cache_line_size); in program_hpx_type0()
179 pci_write_config_byte(dev, PCI_LATENCY_TIMER, hpx->latency_timer); in program_hpx_type0()
181 if (hpx->enable_serr) in program_hpx_type0()
183 if (hpx->enable_perr) in program_hpx_type0()
[all …]