Searched refs:BRIDGE_CTRL_RST_PIN (Results 1 – 3 of 3) sorted by relevance
416 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x))) macro
3664 bridge->b_wid_control = ctlreg & ~BRIDGE_CTRL_RST_PIN(pciio_slot);3666 bridge->b_wid_control = ctlreg | BRIDGE_CTRL_RST_PIN(pciio_slot);
996 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x))) macro