Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dpci_defs.h142 #define PCI_CMD_MEM_SPACE 0x002 /* Memory Space */ macro
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_slot.c862 } else if (!(cmd_reg & PCI_CMD_MEM_SPACE)) { in pcibr_slot_info_init()
1314 pci_cfg_cmd_reg_add |= PCI_CMD_MEM_SPACE; in pcibr_slot_addr_space_init()
1810 cmd_reg &= (PCI_CMD_MEM_SPACE | PCI_CMD_IO_SPACE); in pcibr_device_info_free()
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ioc4/
Dioc4.c357 tmp | PCI_CMD_BUS_MASTER | PCI_CMD_MEM_SPACE | in ioc4_attach()