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

/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_driver.c105 const char ifxusb_hcd_driver_name[] = "ifxusb_hcd";
112 ifxhcd_hcd_t ifxusb_hcd; variable
113 const char ifxusb_hcd_name[] = "ifxusb_hcd";
282 ifxhcd_remove(&ifxusb_hcd);
283 ifxusb_core_if_remove_h(&ifxusb_hcd.core_if );
339 oc_int_id=&ifxusb_hcd;
378 memset(&ifxusb_hcd, 0, sizeof(ifxhcd_hcd_t));
380 ifxusb_hcd.core_if.core_no=0;
381 ifxusb_hcd.core_if.core_name=(char *)ifxusb_hcd_name;
383 ifxusb_hcd
[all...]
H A Difxusb_ctl.c115 extern ifxhcd_hcd_t ifxusb_hcd;
391 ifxusb_dump_params(&ifxusb_hcd.core_if);
474 if((ifxusb_rreg(&ifxusb_hcd.core_if.core_global_regs->gintsts ) & 0x1) == 1)
846 return sprintf( buf, "%d\n",ifxusb_hcd.pkt_remaining_reload_hs );
850 return sprintf( buf, "%d\n",ifxusb_hcd.pkt_remaining_reload_fs );
854 return sprintf( buf, "%d\n",ifxusb_hcd.pkt_remaining_reload_ls );
861 ifxusb_hcd.pkt_remaining_reload_hs = value;
862 hprt0.d32 = ifxusb_rreg(ifxusb_hcd.core_if.hprt0);
864 ifxusb_hcd.pkt_remaining_reload=value;
872 ifxusb_hcd
[all...]

Completed in 43 milliseconds