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

/linux-master/drivers/usb/host/
H A Disp1362-hcd.c1034 isp1362_hcd->fmindex = isp1362_read_reg32(isp1362_hcd, HCFMNUM);
1335 isp1362_hcd->fmindex = isp1362_read_reg32(isp1362_hcd, HCFMNUM);
1337 __func__, isp1362_hcd->fmindex, ep->branch,
1338 ((isp1362_hcd->fmindex + PERIODIC_SIZE - 1) &
1340 (isp1362_hcd->fmindex & (PERIODIC_SIZE - 1)) + ep->branch);
1344 u16 frame = isp1362_hcd->fmindex;
1349 if (frame_before(frame, isp1362_hcd->fmindex))
H A Disp116x-hcd.c502 isp116x->fmindex = index =
503 (isp116x->fmindex + 1) & (PERIODIC_SIZE - 1);
788 urb->start_frame = (isp116x->fmindex & (PERIODIC_SIZE - 1))
H A Disp116x.h281 u16 fmindex; member in struct:isp116x
H A Disp1362.h460 u16 fmindex; member in struct:isp1362_hcd

Completed in 132 milliseconds