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

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_pcd_intr.c338 int ndx = 0; local
365 ndx = dtknqr1.b.intknwptr - 1;
367 //DWC_DEBUGPL(DBG_PCDV,"ndx=%d\n",ndx);
368 if (ndx == -1) {
387 if (ndx <= 5) {
388 epnum = (in_tkn_epnums[0] >> (ndx * 4)) & 0xF;
390 else if (ndx <= 13) {
391 ndx -= 6;
392 epnum = (in_tkn_epnums[1] >> (ndx *
[all...]

Completed in 72 milliseconds