Searched refs:hpx (Results 1 – 1 of 1) sorted by relevance
137 static void program_hpx_type0(struct pci_dev *dev, struct hpx_type0 *hpx) in program_hpx_type0() argument141 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->enable_perr) in program_hpx_type0()[all …]