Home
last modified time | relevance | path

Searched refs:PCI_COMMAND_IO_EN (Results 1 – 3 of 3) sorted by relevance

/dev/include/hw/
A Dpci.h64 #define PCI_COMMAND_IO_EN 0x0001 macro
/dev/bus/pci/bus_mgr/
A Ddevice.cpp147 command |= PCI_COMMAND_IO_EN | PCI_COMMAND_MEM_EN | PCI_COMMAND_BUS_MASTER_EN; in enable()
347 …pci_write_config_half(loc(), PCI_CONFIG_COMMAND, command & ~(PCI_COMMAND_IO_EN | PCI_COMMAND_MEM_E… in load_bars()
/dev/net/pcnet/
A Dpcnet.c313 … (config.command | PCI_COMMAND_IO_EN | PCI_COMMAND_BUS_MASTER_EN) & ~PCI_COMMAND_MEM_EN); in pcnet_read_pci_config()

Completed in 9 milliseconds