Searched refs:command_bits (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/pci/ |
D | pci.c | 5986 unsigned int command_bits, u32 flags) in pci_set_vga_state_arch() argument 5989 return arch_set_vga_state(dev, decode, command_bits, in pci_set_vga_state_arch() 6003 unsigned int command_bits, u32 flags) in pci_set_vga_state() argument 6010 …WARN_ON((flags & PCI_VGA_STATE_CHANGE_DECODES) && (command_bits & ~(PCI_COMMAND_IO|PCI_COMMAND_MEM… in pci_set_vga_state() 6013 rc = pci_set_vga_state_arch(dev, decode, command_bits, flags); in pci_set_vga_state() 6020 cmd |= command_bits; in pci_set_vga_state() 6022 cmd &= ~command_bits; in pci_set_vga_state()
|
/Linux-v5.10/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 1205 static int uv_set_vga_state(struct pci_dev *pdev, bool decode, unsigned int command_bits, u32 flags) in uv_set_vga_state() argument 1212 if ((command_bits & PCI_COMMAND_IO) == 0) in uv_set_vga_state()
|
/Linux-v5.10/include/linux/ |
D | pci.h | 1427 unsigned int command_bits, u32 flags); 1637 unsigned int command_bits, u32 flags);
|