Searched refs:vhdl (Results 1 - 25 of 45) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dhcl_util.c34 device_master_get(devfs_handle_t vhdl) argument
39 rc = hwgraph_edge_get(vhdl, EDGE_LBL_MASTER, &master);
51 device_master_set(devfs_handle_t vhdl, devfs_handle_t master) argument
55 rc = hwgraph_edge_add(vhdl, master, EDGE_LBL_MASTER);
66 master_node_get(devfs_handle_t vhdl) argument
72 cnodeid = nodevertex_to_cnodeid(vhdl);
76 master = device_master_get(vhdl);
79 if (master == vhdl) {
88 master = hwgraph_connectpt_get(vhdl);
90 (master == vhdl)) {
104 nodevertex_to_cnodeid(devfs_handle_t vhdl) argument
115 mark_nodevertex_as_node(devfs_handle_t vhdl, cnodeid_t cnodeid) argument
145 cpuvertex_to_cpuid(devfs_handle_t vhdl) argument
[all...]
H A Dpci_dma.c202 devfs_handle_t vhdl; local
218 vhdl = device_sysdata->vhdl;
228 *dma_handle = pciio_dmatrans_addr(vhdl, NULL, phys_addr, size,
235 dma_map = pciio_dmamap_alloc(vhdl, NULL, size,
304 devfs_handle_t vhdl; local
318 vhdl = device_sysdata->vhdl;
353 dma_addr = pciio_dmatrans_addr(vhdl, NULL, phys_addr,
364 dma_addr = pciio_dmatrans_addr(vhdl, NUL
459 devfs_handle_t vhdl; local
[all...]
H A Dxbow.c59 devfs_handle_t vhdl; /* xbow's private vertex */ member in struct:xbow_soft_s
213 devfs_handle_t vhdl; local
275 vhdl = NULL;
276 vhdl = hwgraph_register(conn, EDGE_LBL_XBOW,
280 /* &hcl_fops */ (void *)&vhdl, NULL);
281 if (!vhdl) {
292 soft->vhdl = vhdl;
296 /* xbow_soft_set(vhdl, (arbitrary_info_t) soft); */
297 hwgraph_fastinfo_set(vhdl, (arbitrary_info_
453 devfs_handle_t vhdl = dev_to_vhdl(dev); local
515 devfs_handle_t vhdl; local
730 xbow_widget_lookup(devfs_handle_t vhdl, int widgetnum) argument
812 devfs_handle_t vhdl; local
871 xbow_update_perf_counters(devfs_handle_t vhdl) argument
906 xbow_get_perf_counters(devfs_handle_t vhdl) argument
915 xbow_enable_perf_counter(devfs_handle_t vhdl, int link, int mode, int counter) argument
975 xbow_get_llp_status(devfs_handle_t vhdl) argument
984 xbow_update_llp_status(devfs_handle_t vhdl) argument
1031 xbow_disable_llp_monitor(devfs_handle_t vhdl) argument
1046 xbow_enable_llp_monitor(devfs_handle_t vhdl) argument
1131 devfs_handle_t vhdl = (devfs_handle_t) regs; local
1225 xbow_prio_bw_alloc(devfs_handle_t vhdl, xwidgetnum_t src_wid, xwidgetnum_t dest_wid, unsigned long long old_alloc_bw, unsigned long long req_bw) argument
[all...]
H A Dcdl.c164 async_attach_get_info(devfs_handle_t vhdl) argument
171 async_attach_add_info(devfs_handle_t vhdl, async_attach_t aa) argument
178 async_attach_del_info(devfs_handle_t vhdl) argument
H A Dinvent.c104 devfs_handle_t vhdl = iplace->invplace_vhdl; local
105 if (vhdl != GRAPH_VERTEX_NONE)
106 hwgraph_vertex_unref(vhdl);
H A Dpci_bus_cvlink.c172 pciio_info_t pciio_info = pciio_info_get(device_sysdata->vhdl);
328 widget_sysdata->vhdl = pci_bus_to_vertex(pci_bus->number);
372 devfs_handle_t vhdl; local
386 device_sysdata->vhdl = devfn_to_vertex(device_dev->bus->number, device_dev->devfn);
404 vhdl = device_sysdata->vhdl;
410 device_dev->resource[idx].start = (unsigned long)pciio_pio_addr(vhdl, 0, PCIIO_SPACE_WIN(idx), 0, size, 0, PCIIO_BYTE_STREAM);
437 pciio_config_set(vhdl, (unsigned) PCI_BASE_ADDRESS_0 + (idx * 4), 4, (res + (ioport & 0xfff)));
456 (unsigned long) pciio_pio_addr(vhdl, 0, PCIIO_SPACE_ROM, 0,
486 device_vertex = device_sysdata->vhdl;
[all...]
H A Dio.c462 devfs_handle_t vhdl; local
469 vhdl = dmamap->hdma_xtalk_info.xd_dev;
471 printk(KERN_WARNING "%v: hub_dmamap_addr re-uses dmamap.\n",vhdl);
473 printk(KERN_WARNING "%p: hub_dmamap_addr re-uses dmamap.\n", (void *)vhdl);
495 devfs_handle_t vhdl; local
502 vhdl = hub_dmamap->hdma_xtalk_info.xd_dev;
504 printk(KERN_WARNING "%v: hub_dmamap_list re-uses dmamap\n",vhdl);
506 printk(KERN_WARNING "%p: hub_dmamap_list re-uses dmamap\n", (void *)vhdl);
524 devfs_handle_t vhdl; local
531 vhdl
580 hub_dmaaddr_drain( devfs_handle_t vhdl, paddr_t addr, size_t bytes) argument
588 hub_dmalist_drain( devfs_handle_t vhdl, alenlist_t list) argument
[all...]
H A Dml_iograph.c438 * xbow_soft_t soft = hwgraph_fastinfo_get(vhdl);
441 * but I don't feel like figuring out vhdl right now..
646 devfs_handle_t vhdl; local
664 if (hwgraph_traverse(xswitchv, pathname, &vhdl) !=
682 vhdl);
686 (void *)vhdl);
692 if (hwgraph_traverse(xswitchv, pathname, &vhdl) ==
694 board->brd_graph_link = vhdl;
1198 sn00_rrb_alloc(devfs_handle_t vhdl, int *vendor_list) argument
1243 rtn_val = pcibr_alloc_all_rrbs(vhdl,
[all...]
H A Dhcl.c1321 hwgraph_vertex_name_get(devfs_handle_t vhdl, char *buf, uint buflen) argument
1331 pos = devfs_generate_path(vhdl, locbuf, buflen);
1356 vertex_to_name(devfs_handle_t vhdl, char *buf, uint buflen) argument
1358 if (hwgraph_vertex_name_get(vhdl, buf, buflen) == GRAPH_SUCCESS)
1371 master_node_get(devfs_handle_t vhdl) argument
1377 cnodeid = nodevertex_to_cnodeid(vhdl);
1381 master = device_master_get(vhdl);
1384 if (master == vhdl) {
1394 master = hwgraph_connectpt_get(vhdl);
1396 (master == vhdl)) {
1496 hwgraph_vertex_unref(devfs_handle_t vhdl) argument
[all...]
H A Dxswitch.c78 devfs_handle_t vhdl[XSWITCH_CENSUS_PORTS]; member in struct:xswitch_info_s
115 xswitch_info->vhdl[port - XSWITCH_CENSUS_PORT_MIN] = xwidget;
134 return xswitch_info->vhdl[port - XSWITCH_CENSUS_PORT_MIN];
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/xtalk/
H A Dxswitch.h36 extern xswitch_info_t xswitch_info_new(devfs_handle_t vhdl);
47 extern xswitch_info_t xswitch_info_get(devfs_handle_t vhdl);
56 extern int xswitch_id_get(devfs_handle_t vhdl);
57 extern void xswitch_id_set(devfs_handle_t vhdl,int xbow_num);
H A Dxtalk.h162 xtalk_dmaaddr_drain_f (devfs_handle_t vhdl, /* drain channel from this device */
167 xtalk_dmalist_drain_f (devfs_handle_t vhdl, /* drain channel from this device */
390 typedef void xtalk_iter_f(devfs_handle_t vhdl);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/xtalk/
H A Dxswitch.h36 extern xswitch_info_t xswitch_info_new(devfs_handle_t vhdl);
47 extern xswitch_info_t xswitch_info_get(devfs_handle_t vhdl);
56 extern int xswitch_id_get(devfs_handle_t vhdl);
57 extern void xswitch_id_set(devfs_handle_t vhdl,int xbow_num);
H A Dxtalk.h162 xtalk_dmaaddr_drain_f (devfs_handle_t vhdl, /* drain channel from this device */
167 xtalk_dmalist_drain_f (devfs_handle_t vhdl, /* drain channel from this device */
390 typedef void xtalk_iter_f(devfs_handle_t vhdl);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/pci/
H A Dpci_bus_cvlink.h45 (((struct sn_device_sysdata *)((pci_dev)->sysdata))->vhdl)
48 (((struct sn_widget_sysdata *)((pci_bus)->sysdata))->vhdl)
51 devfs_handle_t vhdl; member in struct:sn_widget_sysdata
55 devfs_handle_t vhdl; member in struct:sn_device_sysdata
H A Dpciio.h364 pciio_dmaaddr_drain_f (devfs_handle_t vhdl,
369 pciio_dmalist_drain_f (devfs_handle_t vhdl,
430 pciio_error_extract_f (devfs_handle_t vhdl,
700 extern pciio_info_t pciio_info_chk(devfs_handle_t vhdl);
701 extern pciio_info_t pciio_info_get(devfs_handle_t vhdl);
702 extern void pciio_info_set(devfs_handle_t vhdl, pciio_info_t widget_info);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/pci/
H A Dpci_bus_cvlink.h45 (((struct sn_device_sysdata *)((pci_dev)->sysdata))->vhdl)
48 (((struct sn_widget_sysdata *)((pci_bus)->sysdata))->vhdl)
51 devfs_handle_t vhdl; member in struct:sn_widget_sysdata
55 devfs_handle_t vhdl; member in struct:sn_device_sysdata
H A Dpciio.h364 pciio_dmaaddr_drain_f (devfs_handle_t vhdl,
369 pciio_dmalist_drain_f (devfs_handle_t vhdl,
430 pciio_error_extract_f (devfs_handle_t vhdl,
700 extern pciio_info_t pciio_info_chk(devfs_handle_t vhdl);
701 extern pciio_info_t pciio_info_get(devfs_handle_t vhdl);
702 extern void pciio_info_set(devfs_handle_t vhdl, pciio_info_t widget_info);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/sn2/
H A Dsn_private.h187 #define hubinfo_get(vhdl, infoptr) ((void)hwgraph_info_get_LBL \
188 (vhdl, INFO_LBL_NODE_INFO, (arbitrary_info_t *)infoptr))
190 #define hubinfo_set(vhdl, infoptr) (void)hwgraph_info_add_LBL \
191 (vhdl, INFO_LBL_NODE_INFO, (arbitrary_info_t)infoptr)
208 #define cpuinfo_get(vhdl, infoptr) ((void)hwgraph_info_get_LBL \
209 (vhdl, INFO_LBL_CPU_INFO, (arbitrary_info_t *)infoptr))
211 #define cpuinfo_set(vhdl, infoptr) (void)hwgraph_info_add_LBL \
212 (vhdl, INFO_LBL_CPU_INFO, (arbitrary_info_t)infoptr)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/sn2/
H A Dsn_private.h187 #define hubinfo_get(vhdl, infoptr) ((void)hwgraph_info_get_LBL \
188 (vhdl, INFO_LBL_NODE_INFO, (arbitrary_info_t *)infoptr))
190 #define hubinfo_set(vhdl, infoptr) (void)hwgraph_info_add_LBL \
191 (vhdl, INFO_LBL_NODE_INFO, (arbitrary_info_t)infoptr)
208 #define cpuinfo_get(vhdl, infoptr) ((void)hwgraph_info_get_LBL \
209 (vhdl, INFO_LBL_CPU_INFO, (arbitrary_info_t *)infoptr))
211 #define cpuinfo_set(vhdl, infoptr) (void)hwgraph_info_add_LBL \
212 (vhdl, INFO_LBL_CPU_INFO, (arbitrary_info_t)infoptr)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dcdl.h29 cdl_iter_f (devfs_handle_t vhdl);
38 cdl_drv_f (devfs_handle_t vhdl, int key1, int key2, int error);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/sn1/
H A Dsn_private.h224 #define hubinfo_get(vhdl, infoptr) ((void)hwgraph_info_get_LBL \
225 (vhdl, INFO_LBL_NODE_INFO, (arbitrary_info_t *)infoptr))
227 #define hubinfo_set(vhdl, infoptr) (void)hwgraph_info_add_LBL \
228 (vhdl, INFO_LBL_NODE_INFO, (arbitrary_info_t)infoptr)
249 #define cpuinfo_get(vhdl, infoptr) ((void)hwgraph_info_get_LBL \
250 (vhdl, INFO_LBL_CPU_INFO, (arbitrary_info_t *)infoptr))
252 #define cpuinfo_set(vhdl, infoptr) (void)hwgraph_info_add_LBL \
253 (vhdl, INFO_LBL_CPU_INFO, (arbitrary_info_t)infoptr)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dcdl.h29 cdl_iter_f (devfs_handle_t vhdl);
38 cdl_drv_f (devfs_handle_t vhdl, int key1, int key2, int error);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/sn1/
H A Dsn_private.h224 #define hubinfo_get(vhdl, infoptr) ((void)hwgraph_info_get_LBL \
225 (vhdl, INFO_LBL_NODE_INFO, (arbitrary_info_t *)infoptr))
227 #define hubinfo_set(vhdl, infoptr) (void)hwgraph_info_add_LBL \
228 (vhdl, INFO_LBL_NODE_INFO, (arbitrary_info_t)infoptr)
249 #define cpuinfo_get(vhdl, infoptr) ((void)hwgraph_info_get_LBL \
250 (vhdl, INFO_LBL_CPU_INFO, (arbitrary_info_t *)infoptr))
252 #define cpuinfo_set(vhdl, infoptr) (void)hwgraph_info_add_LBL \
253 (vhdl, INFO_LBL_CPU_INFO, (arbitrary_info_t)infoptr)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/kernel/
H A Dsn_ksyms.c24 extern cnodeid_t master_node_get(devfs_handle_t vhdl);

Completed in 238 milliseconds

12