Lines Matching refs:widget

26 static void bridge_platform_create(nasid_t nasid, int widget, int masterwid)
39 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget);
44 offset + (widget << SWIN_SIZE_BITS));
47 w1_res.start = offset + (widget << SWIN_SIZE_BITS) +
54 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget);
58 pr_warn("xtalk:n%d/%x bridge failed to add platform resources.\n", nasid, widget);
62 pr_warn("xtalk:n%d/%x bridge failed to add platform data.\n", nasid, widget);
66 pr_warn("xtalk:n%d/%x bridge failed to add platform device.\n", nasid, widget);
74 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget);
79 pr_warn("xtalk:n%d/%x bridge create out of memory\n", nasid, widget);
84 bd->bridge_addr = RAW_NODE_SWIN_BASE(nasid, widget);
90 bd->mem.start = offset + (widget << SWIN_SIZE_BITS) + BRIDGE_DEVIO0;
91 bd->mem.end = offset + (widget << SWIN_SIZE_BITS) + SWIN_SIZE - 1;
96 bd->io.start = offset + (widget << SWIN_SIZE_BITS) + BRIDGE_DEVIO0;
97 bd->io.end = offset + (widget << SWIN_SIZE_BITS) + SWIN_SIZE - 1;
102 pr_warn("xtalk:n%d/%x bridge failed to add platform data.\n", nasid, widget);
106 pr_warn("xtalk:n%d/%x bridge failed to add platform device.\n", nasid, widget);
111 pr_info("xtalk:n%d/%x bridge widget\n", nasid, widget);
128 static int probe_one_port(nasid_t nasid, int widget, int masterwid)
134 (RAW_NODE_SWIN_BASE(nasid, widget) + WIDGET_ID);
140 bridge_platform_create(nasid, widget, masterwid);
143 pr_info("xtalk:n%d/%d unknown widget (0x%x)\n",
144 nasid, widget, partnum);
172 * hub connected at highest or lowest widget as
224 pr_info("xtalk:n%d/0 xbow widget\n", nasid);
228 pr_info("xtalk:n%d/0 unknown widget (0x%x)\n", nasid, partnum);