Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips64/pci/
Dbridge.h416 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x))) macro
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_dvr.c3664 bridge->b_wid_control = ctlreg & ~BRIDGE_CTRL_RST_PIN(pciio_slot);
3666 bridge->b_wid_control = ctlreg | BRIDGE_CTRL_RST_PIN(pciio_slot);
/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dbridge.h996 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x))) macro