Searched refs:pci_bits (Results 1 – 19 of 19) sorted by relevance
247 unsigned int pci_bits; in __vga_tryget() local322 pci_bits = 0; in __vga_tryget()329 pci_bits |= PCI_COMMAND_MEMORY; in __vga_tryget()331 pci_bits |= PCI_COMMAND_IO; in __vga_tryget()333 if (pci_bits) { in __vga_tryget()342 pci_set_vga_state(conflict->pdev, false, pci_bits, flags); in __vga_tryget()346 if (pci_bits & PCI_COMMAND_MEMORY) in __vga_tryget()348 if (pci_bits & PCI_COMMAND_IO) in __vga_tryget()359 pci_bits = 0; in __vga_tryget()364 pci_bits |= PCI_COMMAND_MEMORY; in __vga_tryget()[all …]
30 static const struct pci_bits ns87410_enable_bits[] = { in ns87410_pre_reset()
58 static const struct pci_bits opti_enable_bits[] = { in opti_pre_reset()
45 static const struct pci_bits triflex_enable_bits[] = { in triflex_prereset()
42 static const struct pci_bits oldpiix_enable_bits[] = { in oldpiix_pre_reset()
53 static const struct pci_bits mpiix_enable_bits = { 0x6D, 1, 0x80, 0x80 }; in mpiix_pre_reset()
134 static const struct pci_bits amd_enable_bits[] = { in amd_pre_reset()332 static const struct pci_bits nv_enable_bits[] = { in nv_pre_reset()
35 static const struct pci_bits it8213_enable_bits[] = { in it8213_pre_reset()
39 static const struct pci_bits efar_enable_bits[] = { in efar_pre_reset()
54 static const struct pci_bits sl82c105_enable_bits[] = { in sl82c105_pre_reset()
78 static const struct pci_bits atiixp_enable_bits[] = { in atiixp_prereset()
65 static const struct pci_bits rdc_enable_bits[] = { in rdc_pata_prereset()
52 static const struct pci_bits artop_enable_bits[] = { in artop62x0_pre_reset()
59 static const struct pci_bits optidma_enable_bits = { in optidma_pre_reset()
217 static const struct pci_bits via_enable_bits[] = { in via_pre_reset()
167 static const struct pci_bits sis_enable_bits[] = { in sis_pre_reset()
393 static const struct pci_bits hpt37x_enable_bits[] = { in hpt37x_pre_reset()
444 static const struct pci_bits piix_enable_bits[] = {
6036 int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits) in pci_test_config_bits()