Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/
Dpci-acpi.c162 static void program_hpx_type0(struct pci_dev *dev, struct hpx_type0 *hpx) in program_hpx_type0() argument
166 if (!hpx) in program_hpx_type0()
167 hpx = &pci_default_type0; in program_hpx_type0()
169 if (hpx->revision > 1) { in program_hpx_type0()
171 hpx->revision); in program_hpx_type0()
172 hpx = &pci_default_type0; in program_hpx_type0()
175 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, hpx->cache_line_size); in program_hpx_type0()
176 pci_write_config_byte(dev, PCI_LATENCY_TIMER, hpx->latency_timer); in program_hpx_type0()
178 if (hpx->enable_serr) in program_hpx_type0()
180 if (hpx->enable_perr) in program_hpx_type0()
[all …]