Home
last modified time | relevance | path

Searched refs:PCI_CMD_BUS_MASTER (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_ate.c341 if (cmd_reg & PCI_CMD_BUS_MASTER) { in ate_freeze()
345 cmd_lwd = cmd_reg ^ PCI_CMD_BUS_MASTER; in ate_freeze()
425 if ((cmd_reg = cmd_regs[slot]) & PCI_CMD_BUS_MASTER) { in ate_thaw()
Dpcibr_slot.c1316 pci_cfg_cmd_reg_add |= PCI_CMD_BUS_MASTER; in pcibr_slot_addr_space_init()
/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dpci_defs.h143 #define PCI_CMD_BUS_MASTER 0x004 /* Bus Master */ macro
/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()