Searched defs:pci_command (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Dpci.c145 unsigned short new_command, pci_command; local
148 pci_read_config_word ( pci, PCI_COMMAND, &pci_command );
149 new_command = ( pci_command | PCI_COMMAND_MASTER |
151 if ( pci_command != new_command ) {
154 PCI_ARGS ( pci ), pci_command, new_command );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Pci.h680 #define pci_command cfgspc.regs.stat_cmd.sc.command macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Pci.h680 #define pci_command cfgspc.regs.stat_cmd.sc.command macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h659 #define pci_command cfgspc.regs.stat_cmd.sc.command macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Pci.h681 #define pci_command cfgspc.regs.stat_cmd.sc.command macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Pci.h682 #define pci_command cfgspc.regs.stat_cmd.sc.command macro

Completed in 68 milliseconds