Home
last modified time | relevance | path

Searched refs:xconn_vhdl (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_hints.c42 pcibr_hints_get(vertex_hdl_t xconn_vhdl, int alloc) in pcibr_hints_get() argument
48 rv = hwgraph_info_get_LBL(xconn_vhdl, INFO_LBL_PCIBR_HINTS, &ainfo); in pcibr_hints_get()
55 rv = hwgraph_info_add_LBL(xconn_vhdl, in pcibr_hints_get()
61 rv = hwgraph_info_get_LBL(xconn_vhdl, INFO_LBL_PCIBR_HINTS, &ainfo); in pcibr_hints_get()
81 pcibr_hints_fix_some_rrbs(vertex_hdl_t xconn_vhdl, unsigned mask) in pcibr_hints_fix_some_rrbs() argument
83 pcibr_hints_t hint = pcibr_hints_get(xconn_vhdl, 1); in pcibr_hints_fix_some_rrbs()
88 PCIBR_DEBUG_ALWAYS((PCIBR_DEBUG_HINTS, xconn_vhdl, in pcibr_hints_fix_some_rrbs()
93 pcibr_hints_fix_rrbs(vertex_hdl_t xconn_vhdl) in pcibr_hints_fix_rrbs() argument
95 pcibr_hints_fix_some_rrbs(xconn_vhdl, 0xFF); in pcibr_hints_fix_rrbs()
99 pcibr_hints_dualslot(vertex_hdl_t xconn_vhdl, in pcibr_hints_dualslot() argument
[all …]
Dpcibr_dvr.c943 pcibr_attach(vertex_hdl_t xconn_vhdl) in pcibr_attach() argument
950 PCIBR_DEBUG_ALWAYS((PCIBR_DEBUG_ATTACH, xconn_vhdl, "pcibr_attach\n")); in pcibr_attach()
953 xtalk_piotrans_addr(xconn_vhdl, NULL, in pcibr_attach()
966 rc = hwgraph_path_add(xconn_vhdl, EDGE_LBL_PCI, &pcibr_vhdl); in pcibr_attach()
972 return pcibr_attach2(xconn_vhdl, bridge, pcibr_vhdl, 0, NULL); in pcibr_attach()
978 pcibr_attach2(vertex_hdl_t xconn_vhdl, bridge_t *bridge, in pcibr_attach2() argument
1020 pcibr_hints = pcibr_hints_get(xconn_vhdl, 0); in pcibr_attach2()
1039 pcibr_soft->bs_conn = xconn_vhdl; in pcibr_attach2()
1132 info = xwidget_info_get(xconn_vhdl); in pcibr_attach2()
1149 printk(KERN_WARNING "0x%p: Unknown bricktype : 0x%x\n", (void *)xconn_vhdl, in pcibr_attach2()
[all …]
Dpcibr_intr.c303 vertex_hdl_t xconn_vhdl = pcibr_soft->bs_conn; in pcibr_intr_alloc() local
383 xtalk_intr = xtalk_intr_alloc_nothd(xconn_vhdl, dev_desc, in pcibr_intr_alloc()
406 xconn_vhdl); in pcibr_intr_alloc()
410 (void *)xconn_vhdl); in pcibr_intr_alloc()
443 xconn_vhdl); in pcibr_intr_alloc()
Dpcibr_slot.c1466 vertex_hdl_t xconn_vhdl, conn_vhdl; in pcibr_slot_call_device_attach() local
1490 xconn_vhdl = pcibr_soft->bs_conn; in pcibr_slot_call_device_attach()
/linux-2.4.37.9/arch/ia64/sn/io/
Dxswitch.c52 busv = hwgraph_connectpt_get(xconn_vhdl); in xwidget_to_provider_fns()
219 xswitch_reset_link(vertex_hdl_t xconn_vhdl) in xswitch_reset_link() argument
221 return DEV_FUNC(xconn_vhdl, reset_link) in xswitch_reset_link()
222 (xconn_vhdl); in xswitch_reset_link()
Dio.c582 hub_dma_enabled(vertex_hdl_t xconn_vhdl) in hub_dma_enabled() argument
588 hub_error_devenable(vertex_hdl_t xconn_vhdl, int devnum, int error_code) in hub_error_devenable() argument
/linux-2.4.37.9/arch/ia64/sn/io/sn2/
Dxtalk.c562 xtalk_error_devenable(vertex_hdl_t xconn_vhdl, int devnum, int error_code) in xtalk_error_devenable() argument
564 return DEV_FUNC(xconn_vhdl, error_devenable) (xconn_vhdl, devnum, error_code); in xtalk_error_devenable()
597 xtalk_widgetdev_enable(vertex_hdl_t xconn_vhdl, int devnum) in xtalk_widgetdev_enable() argument
606 xtalk_widgetdev_shutdown(vertex_hdl_t xconn_vhdl, int devnum) in xtalk_widgetdev_shutdown() argument
612 xtalk_dma_enabled(vertex_hdl_t xconn_vhdl) in xtalk_dma_enabled() argument
614 return DEV_FUNC(xconn_vhdl, dma_enabled) (xconn_vhdl); in xtalk_dma_enabled()
Dxbow.c1227 xbow_reset_link(vertex_hdl_t xconn_vhdl) in xbow_reset_link() argument
1238 widget_info = xwidget_info_get(xconn_vhdl); in xbow_reset_link()
1248 hwgraph_traverse(xconn_vhdl, ".master/xtalk/0/xbow", &xbow_vhdl); in xbow_reset_link()
/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dpcibr.h227 rrb_alloc_funct_f (vertex_hdl_t xconn_vhdl,
232 void pcibr_set_rrb_callback(vertex_hdl_t xconn_vhdl,
/linux-2.4.37.9/include/asm-ia64/sn/xtalk/
Dxtalk.h244 xtalk_error_devenable_f (vertex_hdl_t xconn_vhdl,