Home
last modified time | relevance | path

Searched refs:BRIDGE_DEV_SWAP_DIR (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-mips64/pci/
Dbridge.h651 #define BRIDGE_DEV_SWAP_DIR 0x00080000 macro
665 BRIDGE_DEV_SWAP_DIR | \
671 BRIDGE_DEV_SWAP_DIR | \
/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-pci.c247 bridge->b_device[slot].reg &= ~BRIDGE_DEV_SWAP_DIR; in pci_disable_swapping()
259 bridge->b_device[slot].reg |= BRIDGE_DEV_SWAP_DIR; in pci_enable_swapping()
/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dbridge.h1320 #define BRIDGE_DEV_SWAP_DIR (1ull << 19) macro
1335 BRIDGE_DEV_SWAP_DIR | \
1344 BRIDGE_DEV_SWAP_DIR | \
1773 MACROFIELD_LINE_BITFIELD(BRIDGE_DEV_SWAP_DIR)
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_dvr.c335 #define BRIDGE_DEV_SWAP_BITS (BRIDGE_DEV_SWAP_PMU | BRIDGE_DEV_SWAP_DIR) in pcibr_try_set_device()
381 BRIDGE_DEV_SWAP_DIR : BRIDGE_DEV_SWAP_BITS; in pcibr_try_set_device()
384 ~BRIDGE_DEV_SWAP_DIR : ~BRIDGE_DEV_SWAP_BITS; in pcibr_try_set_device()
Dpcibr_error.c140 {BRIDGE_DEV_SWAP_DIR, 0, "SWAP_DIR"},