Searched refs:hpx (Results 1 – 1 of 1) sorted by relevance
138 static void program_hpx_type0(struct pci_dev *dev, struct hpx_type0 *hpx) in program_hpx_type0() argument142 if (!hpx) in program_hpx_type0()143 hpx = &pci_default_type0; in program_hpx_type0()145 if (hpx->revision > 1) { in program_hpx_type0()147 hpx->revision); in program_hpx_type0()148 hpx = &pci_default_type0; in program_hpx_type0()151 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, hpx->cache_line_size); in program_hpx_type0()152 pci_write_config_byte(dev, PCI_LATENCY_TIMER, hpx->latency_timer); in program_hpx_type0()154 if (hpx->enable_serr) in program_hpx_type0()156 if (hpx->enable_perr) in program_hpx_type0()[all …]