Home
last modified time | relevance | path

Searched refs:widget (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/sn/sn2/
Daddrs.h128 #define NODE_SWIN_BASE(nasid, widget) \ argument
129 ((widget == 0) ? NODE_BWIN_BASE((nasid), SWIN0_BIGWIN) \
130 : RAW_NODE_SWIN_BASE(nasid, widget))
132 #define NODE_SWIN_BASE(nasid, widget) \ argument
133 (NODE_IO_BASE(nasid) + (UINT64_CAST (widget) << SWIN_SIZE_BITS))
134 #define LOCAL_SWIN_BASE(widget) \ argument
135 (UNCACHED | LOCAL_MMR_SPACE | ((UINT64_CAST (widget) << SWIN_SIZE_BITS)))
Dshubio.h3028 #define IIO_IGFX_INIT(widget, pi, node, cpu) (\ argument
3029 (((widget) & IIO_IGFX_W_NUM_MASK) << IIO_IGFX_W_NUM_SHIFT) | \
/linux-2.4.37.9/arch/ia64/sn/io/
Dio.c58 xwidgetnum_t widget; in hub_pio_init() local
68 for (widget=0; widget <= HUB_WIDGET_ID_MAX; widget++) { in hub_pio_init()
69 hub_piomap = hubinfo_swin_piomap_get(hubinfo, (int)widget); in hub_pio_init()
70 hub_piomap->hpio_xtalk_info.xp_target = widget; in hub_pio_init()
73 hub_piomap->hpio_xtalk_info.xp_kvaddr = (caddr_t)NODE_SWIN_BASE(nasid, widget); in hub_pio_init()
119 xwidgetnum_t widget = xwidget_info_id_get(widget_info); in hub_piomap_alloc() local
143 piomap = hubinfo_swin_piomap_get(hubinfo, (int)widget); in hub_piomap_alloc()
191 widget == bw_piomap->hpio_xtalk_info.xp_target) { in hub_piomap_alloc()
242 IIO_ITTE_PUT(nasid, free_bw_index, HUB_PIO_MAP_TO_MEM, widget, xtalk_addr); in hub_piomap_alloc()
247 bw_piomap->hpio_xtalk_info.xp_target = widget; in hub_piomap_alloc()
[all …]
/linux-2.4.37.9/include/asm-mips64/sn/sn0/
Daddrs.h103 #define NODE_SWIN_BASE(nasid, widget) \ argument
104 ((widget == 0) ? NODE_BWIN_BASE((nasid), SWIN0_BIGWIN) \
105 : RAW_NODE_SWIN_BASE(nasid, widget))
107 #define NODE_SWIN_BASE(nasid, widget) \ argument
108 (NODE_IO_BASE(nasid) + (UINT64_CAST (widget) << SWIN_SIZE_BITS))
Dhubio.h130 #define IIO_IGFX_INIT(widget, node, cpu, valid) (\ argument
131 (((widget) & IIO_IGFX_W_NUM_MASK) << IIO_IGFX_W_NUM_SHIFT) | \
/linux-2.4.37.9/include/asm-ia64/sn/xtalk/
Dxtalkaddrs.h103 #define XWIDGET_ID_READ(nasid, widget) \ argument
104 (widgetreg_t)(*(volatile uint32_t *)(NODE_SWIN_BASE(nasid, widget) + WIDGET_ID))
Dxwidget.h279 extern xwidget_info_t xwidget_info_chk(vertex_hdl_t widget);
280 extern xwidget_info_t xwidget_info_get(vertex_hdl_t widget);
281 extern void xwidget_info_set(vertex_hdl_t widget, xwidget_info_t widget_info);
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dxtalk.c861 vertex_hdl_t widget, /* widget to initialize */ in xwidget_register() argument
873 widget_info->w_vertex = widget; in xwidget_register()
885 s = dev_to_name(widget,devnm,MAXDEVNAME); in xwidget_register()
889 xwidget_info_set(widget, widget_info); in xwidget_register()
891 device_master_set(widget, master); in xwidget_register()
898 widget, 0); in xwidget_register()
906 xwidget_unregister(vertex_hdl_t widget) in xwidget_unregister() argument
912 if (!(widget_info = xwidget_info_get(widget))) in xwidget_unregister()
918 hwgraph_inventory_remove(widget, -1, -1, -1, -1, -1); in xwidget_unregister()
Dshubio.c114 xwidgetnum_t widget; in is_widget_pio_enabled() local
131 widget = p; in is_widget_pio_enabled()
136 if (ii_iowa & IIO_IOWA_WIDGET(widget)) in is_widget_pio_enabled()
Dml_iograph.c347 slotid_t get_widget_slotnum(int xbow, int widget); in io_xswitch_widget_init()
/linux-2.4.37.9/include/asm-ia64/sn/
Dio.h38 #define IIO_ITTE_PUT(nasid, bigwin, io_or_mem, widget, addr) \ argument
43 (((widget) & IIO_ITTE_WIDGET_MASK) << IIO_ITTE_WIDGET_SHIFT)))
Daddrs.h57 #define RAW_NODE_SWIN_BASE(nasid, widget) \ argument
58 (NODE_IO_BASE(nasid) + (UINT64_CAST (widget) << SWIN_SIZE_BITS))
/linux-2.4.37.9/include/asm-mips64/sn/
Dio.h45 #define IIO_ITTE_PUT(nasid, bigwin, io_or_mem, widget, addr) \ argument
50 (((widget) & IIO_ITTE_WIDGET_MASK) << IIO_ITTE_WIDGET_SHIFT)))
Daddrs.h83 #define RAW_NODE_SWIN_BASE(nasid, widget) \ argument
84 (NODE_IO_BASE(nasid) + (UINT64_CAST (widget) << SWIN_SIZE_BITS))
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_slot.c1920 xwidgetnum_t widget = pcibr_soft->bs_xid; in pcibr_widget_to_bus() local
1930 if ((bus += io_brick_map_widget(bricktype, widget)) > 0) { in pcibr_widget_to_bus()
Dpcibr_dvr.c3941 short widget = -1;
3963 widget = simple_strtoul(cp, NULL, 0);
3977 (widget == pcibr_debug_widget) &&