Searched refs:command_bits (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/pci/ |
H A D | pci.c | 6248 unsigned int command_bits, u32 flags) in pci_set_vga_state_arch() argument 6251 return arch_set_vga_state(dev, decode, command_bits, in pci_set_vga_state_arch() 6265 unsigned int command_bits, u32 flags) in pci_set_vga_state() argument 6272 …WARN_ON((flags & PCI_VGA_STATE_CHANGE_DECODES) && (command_bits & ~(PCI_COMMAND_IO|PCI_COMMAND_MEM… in pci_set_vga_state() 6275 rc = pci_set_vga_state_arch(dev, decode, command_bits, flags); in pci_set_vga_state() 6282 cmd |= command_bits; in pci_set_vga_state() 6284 cmd &= ~command_bits; in pci_set_vga_state()
|
/linux/arch/x86/kernel/apic/ |
H A D | x2apic_uv_x.c | 1129 static int uv_set_vga_state(struct pci_dev *pdev, bool decode, unsigned int command_bits, u32 flags) in uv_set_vga_state() argument 1136 if ((command_bits & PCI_COMMAND_IO) == 0) in uv_set_vga_state()
|