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

/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_ctl.c110 extern ifxhcd_hcd_t ifxusb_hcd_1;
347 ifxusb_dump_params(&ifxusb_hcd_1.core_if);
427 if((ifxusb_rreg(&ifxusb_hcd_1.core_if.core_global_regs->gintsts ) & 0x1) == 1)
515 return sprintf( buf, "%d\n",ifxusb_hcd_1.pkt_remaining_reload_hs );
519 return sprintf( buf, "%d\n",ifxusb_hcd_1.pkt_remaining_reload_fs );
523 return sprintf( buf, "%d\n",ifxusb_hcd_1.pkt_remaining_reload_ls );
530 ifxusb_hcd_1.pkt_remaining_reload_hs = value;
531 hprt0.d32 = ifxusb_rreg(ifxusb_hcd_1.core_if.hprt0);
533 ifxusb_hcd_1.pkt_remaining_reload=value;
541 ifxusb_hcd_1
[all...]
H A Difxusb_driver.c107 ifxhcd_hcd_t ifxusb_hcd_1; variable
109 const char ifxusb_hcd_name_1[] = "ifxusb_hcd_1";
277 ifxhcd_remove(&ifxusb_hcd_1);
278 ifxusb_core_if_remove_h(&ifxusb_hcd_1.core_if );
335 oc_int_id=&ifxusb_hcd_1;
336 oc_int_id_1=&ifxusb_hcd_1;
345 memset(&ifxusb_hcd_1, 0, sizeof(ifxhcd_hcd_t));
348 ifxusb_hcd_1.core_if.core_no=0;
350 ifxusb_hcd_1.core_if.core_name=(char *)ifxusb_hcd_name_1;
353 ifxusb_hcd_1
[all...]

Completed in 40 milliseconds