Lines Matching refs:bridge

8  * 	Dynamically adjust the size of the bridge resource
42 "or 'default' (uses recommended behaviour for the detected bridge)");
330 u16 bridge;
337 bridge = config_readw(socket, CB_BRIDGE_CONTROL) & ~(CB_BRIDGE_CRST | CB_BRIDGE_INTR);
340 bridge |= (state->flags & SS_RESET) ? CB_BRIDGE_CRST : 0;
347 bridge |= CB_BRIDGE_INTR;
358 bridge |= CB_BRIDGE_INTR;
391 config_writew(socket, CB_BRIDGE_CONTROL, bridge);
749 * Allocate the bridge mappings for the device..
768 * Free the bridge mappings for the device..
1032 u16 bridge;
1061 bridge = config_readw(socket, CB_BRIDGE_CONTROL);
1062 bridge &= ~(CB_BRIDGE_CRST | CB_BRIDGE_PREFETCH1 | CB_BRIDGE_ISAEN | CB_BRIDGE_VGAEN);
1063 bridge |= CB_BRIDGE_PREFETCH0 | CB_BRIDGE_POSTEN;
1064 config_writew(socket, CB_BRIDGE_CONTROL, bridge);
1068 * yenta_fixup_parent_bridge - Fix subordinate bus# of the parent bridge
1069 * @cardbus_bridge: The PCI bus which the CardBus bridge bridges to
1071 * Checks if devices on the bus which the CardBus bridge bridges to would be
1082 * We only check and fix the parent bridge: All systems which need
1083 * this fixup that have been reviewed are laptops and the only bridge
1084 * which needed fixing was the parent bridge of the CardBus bridge:
1116 "bridge's parent bridge: #%02x\n", upper_limit);
1118 /* If we have room to increase the bridge's subordinate number, */
1131 /* Save the new subordinate in the bus struct of the bridge */
1211 dev_printk(KERN_INFO, &dev->dev, "CardBus bridge found [%04x:%04x]\n",
1219 /* Set up the bridge regions.. */
1427 /* match any cardbus bridge */