Lines Matching refs:branch
334 ptd->faddr |= PTD_SF_INT(ep->branch); in prepare_ptd()
486 ep, ep->branch, ep->load, in finish_request()
487 isp1362_hcd->load[ep->branch], in finish_request()
488 isp1362_hcd->load[ep->branch] - ep->load); in finish_request()
489 isp1362_hcd->load[ep->branch] -= ep->load; in finish_request()
490 ep->branch = PERIODIC_SIZE; in finish_request()
1184 int i, branch = -ENOSPC; in balance() local
1190 if (branch < 0 || isp1362_hcd->load[branch] > isp1362_hcd->load[i]) { in balance()
1202 branch = i; in balance()
1205 return branch; in balance()
1298 ep->branch = PERIODIC_SIZE; in isp1362_urb_enqueue()
1323 if (ep->branch < PERIODIC_SIZE) in isp1362_urb_enqueue()
1331 ep->branch = retval; in isp1362_urb_enqueue()
1335 __func__, isp1362_hcd->fmindex, ep->branch, in isp1362_urb_enqueue()
1337 ~(PERIODIC_SIZE - 1)) + ep->branch, in isp1362_urb_enqueue()
1338 (isp1362_hcd->fmindex & (PERIODIC_SIZE - 1)) + ep->branch); in isp1362_urb_enqueue()
1346 frame |= ep->branch; in isp1362_urb_enqueue()
1361 ep->load / ep->interval, isp1362_hcd->load[ep->branch], in isp1362_urb_enqueue()
1362 isp1362_hcd->load[ep->branch] + ep->load); in isp1362_urb_enqueue()
1363 isp1362_hcd->load[ep->branch] += ep->load; in isp1362_urb_enqueue()
2129 seq_printf(s, "branch:%2d load:%3d PTD[%d] $%04x:\n", ep->branch, in isp1362_show()
2130 isp1362_hcd->load[ep->branch], ep->ptd_index, ep->ptd_offset); in isp1362_show()