Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/
Dpci-acpi.c139 static void program_hpx_type0(struct pci_dev *dev, struct hpx_type0 *hpx) in program_hpx_type0() argument
143 if (!hpx) in program_hpx_type0()
144 hpx = &pci_default_type0; in program_hpx_type0()
146 if (hpx->revision > 1) { in program_hpx_type0()
148 hpx->revision); in program_hpx_type0()
149 hpx = &pci_default_type0; in program_hpx_type0()
152 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, hpx->cache_line_size); in program_hpx_type0()
153 pci_write_config_byte(dev, PCI_LATENCY_TIMER, hpx->latency_timer); in program_hpx_type0()
155 if (hpx->enable_serr) in program_hpx_type0()
157 if (hpx->enable_perr) in program_hpx_type0()
[all …]