Searched refs:pci_bits (Results 1 – 20 of 20) sorted by relevance
238 unsigned int pci_bits; in __vga_tryget() local307 pci_bits = 0; in __vga_tryget()314 pci_bits |= PCI_COMMAND_MEMORY; in __vga_tryget()316 pci_bits |= PCI_COMMAND_IO; in __vga_tryget()318 if (pci_bits) in __vga_tryget()329 if (pci_bits & PCI_COMMAND_MEMORY) in __vga_tryget()331 if (pci_bits & PCI_COMMAND_IO) in __vga_tryget()342 pci_bits = 0; in __vga_tryget()347 pci_bits |= PCI_COMMAND_MEMORY; in __vga_tryget()349 pci_bits |= PCI_COMMAND_IO; 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()
53 static const struct pci_bits mpiix_enable_bits = { 0x6D, 1, 0x80, 0x80 }; in mpiix_pre_reset()
42 static const struct pci_bits oldpiix_enable_bits[] = { in oldpiix_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()
39 static const struct pci_bits efar_enable_bits[] = { in efar_pre_reset()
35 static const struct pci_bits it8213_enable_bits[] = { in it8213_pre_reset()
78 static const struct pci_bits atiixp_enable_bits[] = { in atiixp_prereset()
54 static const struct pci_bits sl82c105_enable_bits[] = { in sl82c105_pre_reset()
65 static const struct pci_bits rdc_enable_bits[] = { in rdc_pata_prereset()
59 static const struct pci_bits optidma_enable_bits = { in optidma_pre_reset()
52 static const struct pci_bits artop_enable_bits[] = { in artop62x0_pre_reset()
217 static const struct pci_bits via_enable_bits[] = { in via_pre_reset()
166 static const struct pci_bits sis_enable_bits[] = { in sis_pre_reset()
395 static const struct pci_bits hpt37x_enable_bits[] = { in hpt37x_pre_reset()
444 static const struct pci_bits piix_enable_bits[] = {
6098 int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits) in pci_test_config_bits()
1292 struct pci_bits { struct1299 extern int pci_test_config_bits(struct pci_dev *pdev, const struct pci_bits *bits); argument
Completed in 44 milliseconds