Searched refs:ifxusb_hcd_2 (Results 1 - 2 of 2) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_ctl.c111 extern ifxhcd_hcd_t ifxusb_hcd_2;
351 ifxusb_dump_params(&ifxusb_hcd_2.core_if);
435 if((ifxusb_rreg(&ifxusb_hcd_2.core_if.core_global_regs->gintsts ) & 0x1) == 1)
560 return sprintf( buf, "%d\n",ifxusb_hcd_2.pkt_remaining_reload_hs );
564 return sprintf( buf, "%d\n",ifxusb_hcd_2.pkt_remaining_reload_fs );
568 return sprintf( buf, "%d\n",ifxusb_hcd_2.pkt_remaining_reload_ls );
575 ifxusb_hcd_2.pkt_remaining_reload_hs = value;
576 hprt0.d32 = ifxusb_rreg(ifxusb_hcd_2.core_if.hprt0);
578 ifxusb_hcd_2.pkt_remaining_reload=value;
586 ifxusb_hcd_2
[all...]
H A Difxusb_driver.c108 ifxhcd_hcd_t ifxusb_hcd_2; variable
110 const char ifxusb_hcd_name_2[] = "ifxusb_hcd_2";
279 ifxhcd_remove(&ifxusb_hcd_2);
280 ifxusb_core_if_remove_h(&ifxusb_hcd_2.core_if );
337 oc_int_id_2=&ifxusb_hcd_2;
346 memset(&ifxusb_hcd_2, 0, sizeof(ifxhcd_hcd_t));
349 ifxusb_hcd_2.core_if.core_no=1;
351 ifxusb_hcd_2.core_if.core_name=(char *)ifxusb_hcd_name_2;
354 ifxusb_hcd_2.dev=&_pdev->dev;
368 retval = ifxusb_driver_probe_h(&ifxusb_hcd_2,
[all...]

Completed in 117 milliseconds