Home
last modified time | relevance | path

Searched refs:pci_bits (Results 1 - 25 of 42) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/pci/
H A Dvgaarb.c216 unsigned int pci_bits; in __vga_tryget() local
291 pci_bits = 0; in __vga_tryget()
299 pci_bits |= PCI_COMMAND_MEMORY; in __vga_tryget()
301 pci_bits |= PCI_COMMAND_IO; in __vga_tryget()
303 if (pci_bits) in __vga_tryget()
310 pci_set_vga_state(conflict->pdev, false, pci_bits, flags); in __vga_tryget()
314 if (pci_bits & PCI_COMMAND_MEMORY) in __vga_tryget()
316 if (pci_bits & PCI_COMMAND_IO) in __vga_tryget()
328 pci_bits = 0; in __vga_tryget()
333 pci_bits | in __vga_tryget()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/vga/
H A Dvgaarb.c247 unsigned int pci_bits; in __vga_tryget() local
322 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 | in __vga_tryget()
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_opti.c58 static const struct pci_bits opti_enable_bits[] = { in opti_pre_reset()
H A Dpata_ns87410.c30 static const struct pci_bits ns87410_enable_bits[] = { in ns87410_pre_reset()
H A Dpata_mpiix.c53 static const struct pci_bits mpiix_enable_bits = { 0x6D, 1, 0x80, 0x80 }; in mpiix_pre_reset()
H A Dpata_oldpiix.c42 static const struct pci_bits oldpiix_enable_bits[] = { in oldpiix_pre_reset()
H A Dpata_triflex.c45 static const struct pci_bits triflex_enable_bits[] = { in triflex_prereset()
H A Dpata_amd.c134 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()
H A Dpata_it8213.c35 static const struct pci_bits it8213_enable_bits[] = { in it8213_pre_reset()
H A Dpata_efar.c39 static const struct pci_bits efar_enable_bits[] = { in efar_pre_reset()
H A Dpata_sl82c105.c54 static const struct pci_bits sl82c105_enable_bits[] = { in sl82c105_pre_reset()
H A Dpata_optidma.c59 static const struct pci_bits optidma_enable_bits = { in optidma_pre_reset()
H A Dpata_artop.c52 static const struct pci_bits artop_enable_bits[] = { in artop62x0_pre_reset()
H A Dpata_atiixp.c78 static const struct pci_bits atiixp_enable_bits[] = { in atiixp_prereset()
H A Dpata_rdc.c65 static const struct pci_bits rdc_enable_bits[] = { in rdc_pata_prereset()
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_opti.c58 static const struct pci_bits opti_enable_bits[] = { in opti_pre_reset()
H A Dpata_triflex.c45 static const struct pci_bits triflex_enable_bits[] = { in triflex_prereset()
H A Dpata_ns87410.c30 static const struct pci_bits ns87410_enable_bits[] = { in ns87410_pre_reset()
H A Dpata_oldpiix.c42 static const struct pci_bits oldpiix_enable_bits[] = { in oldpiix_pre_reset()
H A Dpata_mpiix.c53 static const struct pci_bits mpiix_enable_bits = { 0x6D, 1, 0x80, 0x80 }; in mpiix_pre_reset()
H A Dpata_amd.c134 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()
H A Dpata_sl82c105.c54 static const struct pci_bits sl82c105_enable_bits[] = { in sl82c105_pre_reset()
H A Dpata_it8213.c35 static const struct pci_bits it8213_enable_bits[] = { in it8213_pre_reset()
H A Dpata_efar.c39 static const struct pci_bits efar_enable_bits[] = { in efar_pre_reset()
H A Dpata_artop.c52 static const struct pci_bits artop_enable_bits[] = { in artop62x0_pre_reset()

Completed in 14 milliseconds

12