Searched refs:hpx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci-acpi.c | 137 static void program_hpx_type0(struct pci_dev *dev, struct hpx_type0 *hpx) in program_hpx_type0() argument 141 if (!hpx) in program_hpx_type0() 142 hpx = &pci_default_type0; in program_hpx_type0() 144 if (hpx->revision > 1) { in program_hpx_type0() 146 hpx->revision); in program_hpx_type0() 147 hpx = &pci_default_type0; in program_hpx_type0() 150 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, hpx->cache_line_size); in program_hpx_type0() 151 pci_write_config_byte(dev, PCI_LATENCY_TIMER, hpx->latency_timer); in program_hpx_type0() 153 if (hpx->enable_serr) in program_hpx_type0() 155 if (hpx in program_hpx_type0() 206 program_hpx_type1(struct pci_dev *dev, struct hpx_type1 *hpx) program_hpx_type1() argument 283 program_hpx_type2(struct pci_dev *dev, struct hpx_type2 *hpx) program_hpx_type2() argument 556 program_hpx_type3(struct pci_dev *dev, struct hpx_type3 *hpx) program_hpx_type3() argument [all...] |
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | pci-acpi.c | 139 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 in program_hpx_type0() 208 program_hpx_type1(struct pci_dev *dev, struct hpx_type1 *hpx) program_hpx_type1() argument 285 program_hpx_type2(struct pci_dev *dev, struct hpx_type2 *hpx) program_hpx_type2() argument 558 program_hpx_type3(struct pci_dev *dev, struct hpx_type3 *hpx) program_hpx_type3() argument [all...] |
Completed in 3 milliseconds